From c09384f79e104e8c636164ff64b253089a76af96 Mon Sep 17 00:00:00 2001 From: Joseph Geller Date: Thu, 20 Sep 2018 20:12:20 -0500 Subject: [PATCH] Updated 4a. JCB Demo Component Directory, Folders and Files (markdown) --- 4a.-JCB-Demo-Component-Directory,-Folders-and-Files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4a.-JCB-Demo-Component-Directory,-Folders-and-Files.md b/4a.-JCB-Demo-Component-Directory,-Folders-and-Files.md index 14f11a6..a6742e5 100644 --- a/4a.-JCB-Demo-Component-Directory,-Folders-and-Files.md +++ b/4a.-JCB-Demo-Component-Directory,-Folders-and-Files.md @@ -284,7 +284,7 @@ defined('_JEXEC') or die('Restricted access'); *** ## \com_demo\demo.php ## NetBeans Debug Trace -Joomla! Debug option, set in Joomla! Configuration will also provide this and now with Chrome XDEBUG mentioned earlier it has links to where the code resides. Also J!Dump boosts this with dumps of variables in code accompanied by even more information. Note how many paths there are to the Joomla! API supplied automatically by JCB in the component's code it produces in the installed JCB Demo package including its own code that supplies the features and functionality you choose to accompany your own custom code snippets in JCB. +Joomla! Debug option, set in Joomla! Configuration will also provide this and now with Chrome XDEBUG mentioned earlier it has links to where the code resides. Also J!Dump boosts this using user suppiled commands in code that dump variables and even more information about their contents, type, etc. Note how many paths there are to the Joomla! API supplied automatically by JCB in the component's code it produces in the installed JCB Demo package. JCB supplies the code necessary and you trigger other code snippets to be written automatically as JCB supplies features and functionality you choose to accompany your own component. This includes the custom code snippets you added to it that are displayed by varying JCB views. * index.php.{main}:49 * libraries/src/Application/CMSApplication.php.Joomla\CMS\Application\SiteApplication->execute:195