Is there a way to set it in the config for the app?
(i use dreamweaver and want to keep the code highlighting, etc.)

mouth wrote:
> ad 1)
>
> create file app/views/test.php with content:
> <?php
> require_once 'cake'.DS.'libs'.DS.'view'.DS.'view.php';
> class TestView extends View {
>     var $ext = '.test';
> }
> ?>
> and in Your controller You have to set
>
> var $view = 'Test';
>
> ad 2)
>
> try visit http://cakephp.org/search?q=smarty
>
> BTW: You must have serious reasons for using Smarty in CakePHP IMHHO.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to