Updated 4a. JCB Demo Component Directory, Folders and Files (markdown)
@@ -283,9 +283,12 @@ Beneath the directory structure and files presented next you will find a short e
|
|||||||
\helpers\route.php
|
\helpers\route.php
|
||||||
- [Import joomla controller library](https://docs.joomla.org/J2.5:Developing_a_MVC_Component/Basic_backend#Basic_backend)
|
- [Import joomla controller library](https://docs.joomla.org/J2.5:Developing_a_MVC_Component/Basic_backend#Basic_backend)
|
||||||
\libraries\Joomla\Controllers\controller.php
|
\libraries\Joomla\Controllers\controller.php
|
||||||
- Include controller and instantiate controller object.
|
- Get an instance of the controller prefixed by demo
|
||||||
- Display default task like view all.
|
[Method to get a single controller instance.](https://api.joomla.org/cms-2.5/classes/JControllerLegacy.html#method_getInstance)
|
||||||
|
- Perform the request task. Initially, this is the default.
|
||||||
|
[Perform the request task.](https://api.joomla.org/cms-3/classes/Joomla.CMS.Factory.html#method_getApplication)
|
||||||
- import joomla controller library
|
- import joomla controller library
|
||||||
|
|
||||||
## \administrator\components\com_demo\controllers\demo.php
|
## \administrator\components\com_demo\controllers\demo.php
|
||||||
Placeholder text.
|
Placeholder text.
|
||||||
## \administrator\components\com_demo\controllers\import.php
|
## \administrator\components\com_demo\controllers\import.php
|
||||||
|
Reference in New Issue
Block a user