-- dlite922 <[EMAIL PROTECTED]> wrote
(on Saturday, 05 April 2008, 06:19 PM -0700):
> I'd like to implement this smarty solution on the zend framework doc
> 
> http://framework.zend.com/manual/en/zend.view.scripts.html
> 
> You see an example for a smarty implementation at the last two code blocks. 
> 
> My question is, where is it best to put this file? 
> 
> right under /application/view ? 

In your library code, under your own namespace:

    library/
        My/
            View/
                Smarty.php // contains My_View_Smarty
        Zend/

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to