Skip to main content

Home/ PHP Programming/ Group items tagged smarty

Rss Feed Group items tagged

Raúl - [^BgTA^]

Dmytro Shteflyuk's Home » Blog Archive » Zend Framework: Using Smarty as temp... - 0 views

    • Raúl - [^BgTA^]
       
      Esta me parece una de las mejores soluciones, es decir, integrarlo en las Views de Zend. Una vez definida esta nueva View 'Smarty', solo hay que: $reg = Zend_Registry::getInstance(); $reg->set('Smarty', new My_Smarty_View()); ... para registrarlo, y podremos llamar desde cualquier .php a smarty de la siguiente manera: $reg = Zend_Registry::getInstance(); $reg->get('Smarty')->assign('foo','bar'); $reg->get('Smarty')->render('foo'); o bien: $smart = $reg->get('Smarty');
  •  
    Integrando Smarty en Zend Framework
  •  
    Integrando Smarty en Zend Framework
Raúl - [^BgTA^]

Naneau » Smarty and the Zend Framework - 0 views

  •  
    Smarty en Zend Framework
jdr santos

Home - Dwoo - a PHP Template Engine - 1 views

  •  
    "Dwoo is a PHP5 template engine which is (almost) fully compatible with Smarty templates and plugins, but is written from scratch for PHP5, and adds many features. "
Steĥane Gosselin

CodeLobster - Order plug-ins for free portable PHP IDE with support Drupal, Smarty, Wor... - 0 views

  •  
    Cool php editor, drupal code completion.
1 - 5 of 5
Showing 20 items per page