User groups and core permissions in Joomla
User Groups A user group in Joomla is an entity that has core permissions, and…
User Groups A user group in Joomla is an entity that has core permissions, and…
Files to create / Update Update breed.php /administrator/models/breed.php Update view.html.php /administrator/views/breed/view.html.php Update default.php /administrator/views/breed/tmpl/default.php Files Details /administrator/models/breed.php public function __construct($config…
Files to create / update update breeds.php /administrator/models/breeds.php update view.html.php /administrator/views/breeds/view.html.php update default.php…
Although the frontend and backend of Joomla are designed to do different things, they…
update: breeds.php /site/models/breeds.php update: view.html.php /site/views/breeds/view.html.php update: default.php …
In order to implement the Grid sort and Pagination, you have to update the…
Learn Joomla 3 extension development from scratch. In this course, we are going to build…
Creating a router.php file in a joomla component for making the URLs SEO friendly…
Files to create / Update Create mod_breed.xml /modules/mod_breed/mod_breed.xml Create mod_breed.php /modules/mod_breed/mod_breed.php Create default.php /modules/mod_breed/tmpl/default.php Create en-GB.mod_breed.ini /language/en-GB/en-GB.mod_breed.ini Create en-GB.mod_breed.sys.ini /language/en-GB/en-GB.mod_breed.sys.ini Files Details /modules/mod_breed/mod_breed.xml <?xml version="1.0"…
Files to create / update update breedform.php /site/models/breedform.php update default.php /site/views/breed/tmpl/default.php update breed.php /site/controllers/breed.php File…