loading a layout from a database

2009-02-02 Thread Aurelius
Hi! Whats the best way to read a layout from the database? Simply writing a model for the layout-table and using following layout- code? ?php echo $database_layout['top']; echo $scripts_for_layout; echo $database_layout['middle']; $session-flash(); echo $content_for_layout; ? echo

Re: loading a layout from a database

2009-02-02 Thread Simz
Using elements? On 2 fév, 15:14, Aurelius aurel...@temporaryinbox.com wrote: Hi! Whats the best way to read a layout from the database? Simply writing a model for the layout-table and using following layout- code? ?php echo $database_layout['top']; echo $scripts_for_layout; echo