Hello,

I am trying to integrate smarty template with cakePHP and for that I refer 
http://bakery.cakephp.org/articles/tclineks/2006/10/27/how-to-use-smarty-with-cake-smartyview
 
document
and came to know it very old one still i modified some steps and reach till 
include helpers in app_controller.

class AppController extends Controller {

    public $view = 'Smarty';
    public $helpers = array(
        'SmartyHtml', 
        'SmartyForm',
        'SmartySession',
        'Html', 'Session'
    );
}

After adding this code in app controller my apache serve got crashed, and i 
am unable to resolve this issue.

Anyone please help or share document from where i can refer how can we 
integrate smary with cakePHP.

Thanks in Advance.

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to