Reached here #1

Reached here #2

Reached here #3

Reached here #4


Warning: Parameter 1 to PlgSystemAdvancedModuleHelper::onRenderModule() expected to be a reference, value given in /home/factengi/public_html/libraries/joomla/event/dispatcher.php on line 165

Warning: Parameter 1 to PlgSystemAdvancedModuleHelper::onRenderModule() expected to be a reference, value given in /home/factengi/public_html/libraries/joomla/event/dispatcher.php on line 165

Warning: Parameter 1 to PlgSystemAdvancedModuleHelper::onRenderModule() expected to be a reference, value given in /home/factengi/public_html/libraries/joomla/event/dispatcher.php on line 165
Boston - Code Generator - Multiple File Output

Loading color scheme

Boston - Code Generator - Multiple File Output

To create multiple output files using the Boston Code Generator, here is an example to model off:

Have a data access template.
Here I've called it DAL, on the left hand side explorer. The header name is dal(). And in the header definition is a for expression returning based on table in the for variable.
 
There's another template I've added (right click Package -> New -> Template) called UI, named ui().
It just outputs a single file.
 
Then call dal() and ui() templates in main.
 
It outputs multiple files based on tables for the DAL template, and a single file for the UI template.