Updated 4a. JCB Demo Component Directory, Folders and Files (markdown)

Joseph Geller
2018-09-20 12:35:16 -05:00
parent 71fe352ffb
commit 6abe1c2f7b

@@ -272,7 +272,9 @@ Beneath the directory structure and files presented next you will find a short e
*** ***
Always keep in mind, JCB is doing most of the tasks related to items below referring to Joomla directories, files, classes, methods and properties. You do not have to, for example, put an index.html file in the root of every directory; you are not required to add the check for direct access to the file; you do not have to write code for the admin or site views unless you extend JCB with your own custom code. Always keep in mind, JCB is doing most of the tasks related to items below referring to Joomla directories, files, classes, methods and properties. You do not have to, for example, put an index.html file in the root of every directory; you are not required to add the check for direct access to the file; you do not have to write code for the admin or site views unless you extend JCB with your own custom code.
When combined with the leverage JCB has by reusing Joomla's MVC paradigm and adding the required structures and code to your own components required by Joomla! for you, a myriad of tasks are taken care of you would otherwise spend valuable time doing, instead of focusing on your own code and and the logic required for it to execute properly. That's where elimination of time spent with these types of repetitive tasks and coding while reusing the code in the Joomla! API, greatly reduces your project's time-line. Later, after viewing the remaining videos and the chapters that accompany each in this manual you'll have acquired mastery of even more JCB features and functions, not to mention the understanding and use of the Joomla! API in your own component's code. When combined with the leverage JCB has by reusing Joomla's MVC paradigm and adding the required structures and code to your own components required by Joomla! for you, a myriad of tasks are taken care of you would otherwise spend valuable time doing, instead of focusing on your own code and and the logic required for it to execute properly. That's where elimination of time spent with these types of repetitive tasks and coding while reusing the code in the Joomla! API, greatly reduces your project's time-line.
Later, after viewing the remaining videos and the chapters that accompany each in this manual you'll have acquired mastery of even more JCB features and functions, not to mention the understanding and use of the Joomla! API in your own component's code.
*** ***
**index.html** - File containing one line of HTML that blocks directory view. Must be in root of each folder. **index.html** - File containing one line of HTML that blocks directory view. Must be in root of each folder.