joomla-rad
joomla-rad copied to clipboard
Windwalker RAD framework for Joomla CMS
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...
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...