joomla-rad icon indicating copy to clipboard operation
joomla-rad copied to clipboard

Windwalker RAD framework for Joomla CMS

Results 89 joomla-rad issues
Sort by recently updated
recently updated
newest added

See https://github.com/wikimedia/composer-merge-plugin

Controller - onPrepareViewModel - onBeforeDisplay ListModel - [x] onBeforePrepareListQuery - [x] onAfterPrepareListQuery - [x] onBeforeGetItems - [x] onAfterGetItems ItemModel - onBeforeGetItem - onAfterGetItem

If I make relation in Course through ->addOneToMany('lessons')->targetTable(new Lesson) and in Lesson through ->addManyToOne('course')->targetTable(new Course) will be perpetual cycle. All times calls configure method for each of tables. If uses...

bug

Now we must send `catid` for item router, if not, handler will not get catid and build wrong route.

Must have - CLI to install / re-install sql file - CLI to add test or sample seeds - CLI to re-install with seed Try use Joomla built-in migration to...