LayoutsLayouts are kind of templates files, but they do not refers to a particular view. You can create any kind of tree structure inside the 'layouts' folder of your component, and then call them with an easy syntax. DeclarationHave a look in the given example in your component: layouts/form/fieldset.php The layout recieve the datas trough $displayData array. Instance the layoutecho JLayoutHelper::render('form.fieldset', array( 'fieldset' => $fieldset )); form.fieldset is the namespace wich will automatically load : learn more : JLayout |
|
Amazing Tool !
And only tool I know that allows complete Scaffolding in terms of component creation. It really saves loads of time (actually much more than that). Simple architecture enables quick and painless changes at any time. Code is clean and consintent. It's just... what's the word... neat! :) Great work! You should definetely try this one!