using 0.93;
{$domains= fuel_model('news',array(find='all' limit=1 where='star > 3'))}
worked fine.
---------------------
but its logic looks like strange, is there any source to learn this kind of templating ?
thank you
yes both of them works
but when trying to load a dynamic block it doesn't work.
<?=fuel_block("showcase")?> if there is static contents shows but when i trying to load content from database by fuel_model there is nothing displayed.
i have test…