Vheissu / Ci-Twig

Twig templating for Codeigniter applications.
http://ilikekillnerds.com
12 stars 6 forks source link

twig lib php #2

Open dexterns88 opened 11 years ago

dexterns88 commented 11 years ago

can you add in twig lib function for false data entry.

like:

if( $data === false ) { $data = array(); } becouse i can't call view , without data parametars.

$data['page']['content'] = $this->twig->parse('twig/layout/news.twig' , false , true );