Hi,
I'm trying to setup cakephp and smarty. I've gotten it to run without
errors apart from the views are not understanding the {} tags and so
just displaying them as is. I'm assuming this is due to it not finding
the helpers?
My app_controller.php is like so
<?php
class AppController extends Controller {
var $view = 'Smarty';
var $helpers = array
('SmartyHelper','SmartyJavascript','SmartyHtml','SmartySession','form');
}
?>
With all the helper files in /apps/views/helpers folder
Any help would be appreciated
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---