I added following function to get templates from for example database which
cannot be included with include, because theres no file existing to read:

protected function _eval()
{
    eval('?>' . func_get_arg(0) . '<?');
}



Matthias W. wrote:
> 
> I found an answer for my question:
> http://www.techfounder.net/2008/11/18/oo-php-templating/
> 

-- 
View this message in context: 
http://www.nabble.com/Menu-Templating-tp22368087p22369248.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to