Zend Framework: Using Smarty as template engine

Mar 08
2006 16:41 (Development, PHP) · Русский (73,072 views)

Zend Framework’s View class has very bad capability for extending. It contains template variables but does not allow to access them, it has array with different pathes (templates, filters), but does not allow to add another type or access them. Therefor only way to use Smarty with Zend Framework is to abandon Zend_View and manipulate Smarty object directly.

Read the rest of entry »

AJAX-enabled Smarty plugins Part 2: ajax_form

Feb 21
2006 09:47 (AJAX, Development, JavaScript, PHP) · Русский (24,422 views)

In my previous post I’ve described several simple AJAX plugins. Now I’ll show how to use one of them — ajax_form — in real applications. I think this is the most powerful plugin therefor I’ll dwell on it more elaborately.

Read the rest of entry »

AJAX-enabled Smarty plugins

Feb 19
2006 01:49 (AJAX, Development, JavaScript, PHP) · Русский (86,121 views)

Today I’ve created simple AJAX-enabled plugins for Smarty. I don’t try to develop powerful reach-applications framework. I can give you only idea how to integrate AJAX-technology into Smarty. But if you have any offers how to improve anything I’ve described or if you just want to leave feedback please post you comments on my site.

Read the rest of entry »

 
Copyright © 2005 - 2008, Dmytro Shteflyuk