| Recommend this page to a friend! |
| Packages of Rafa Rodriguez | Div PHP Template Engine | docs/Mechanisms/Components.md | Download |
|
|||||||||||||||||||||
Complex GUIs are created with components. A component can reduces the effort dedicated in the production. Create a component with Div and for Div, is a very simple mechanism to implement. See the next example: 1. Create the component:combobox.tpl
This component use: simple replacements, lists and recursion. 2. Use your component:index.tpl
"Use a component" means "include the component", for example, into a capsule, that can be the _empty variable. 3. Write your PHP code:index.php
And when you run your script:
|