laperla / codeigniter-Blade

A port of Laravel's blade template system for CodeIgniter
54 stars 32 forks source link

how to get view after render #5

Open smemamian opened 8 years ago

smemamian commented 8 years ago

hi

in codeigniter we can load and fetch view by adding a true boolean value. for examole :

       $loaded_view = $this->load->view('test',$data,true);

in this library there is no this option .

diogolast commented 8 years ago

what library are you using?

smemamian commented 8 years ago

codeigniter-Blade

diogolast commented 8 years ago

I think that in this library does not support adding a third parameter boolean. I highly recommend use the default load library from codeigniter.

Hretic commented 8 years ago

you can do the same thing in blade lib