From 1896be0a4b09beb67248357620a070a2d95bf4f5 Mon Sep 17 00:00:00 2001 From: Joseph Geller Date: Wed, 19 Sep 2018 22:59:01 -0500 Subject: [PATCH] Updated 4a. JCB Demo Component Directory, Folders and Files (markdown) --- ...mo-Component-Directory,-Folders-and-Files.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/4a.-JCB-Demo-Component-Directory,-Folders-and-Files.md b/4a.-JCB-Demo-Component-Directory,-Folders-and-Files.md index 394ecca..5d89b36 100644 --- a/4a.-JCB-Demo-Component-Directory,-Folders-and-Files.md +++ b/4a.-JCB-Demo-Component-Directory,-Folders-and-Files.md @@ -278,17 +278,18 @@ Beneath the directory structure and files presented next you will find a short e \components\com_demo\assets\css\site.css \components\com_demo\assets\js\site.js - [Require helper files.](https://api.joomla.org/cms-3/classes/JLoader.html#method_register) -\libraries\Joomla\JLoader.php +\libraries\Joomla\JLoader.php \helpers\demo.php \helpers\route.php - [Import joomla controller library](https://docs.joomla.org/J2.5:Developing_a_MVC_Component/Basic_backend#Basic_backend) -\libraries\Joomla\Controllers\controller.php -- Get an instance of the controller prefixed by demo -[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 - +\libraries\Joomla\Controllers\controller.php +- Get an instance of the controller prefixed by demo +[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) +- Redirect if set by the controller + +(https://docs.joomla.org/Retrieving_request_data_using_JInput) ## \administrator\components\com_demo\controllers\demo.php Placeholder text. ## \administrator\components\com_demo\controllers\import.php