Posted by Dmytro Shteflyuk on
under PHP · (37,393 views)
I started discovering of Zend Framework and was confronted with a problem. When I’ve placed my test sample into site’s subdirectory (http://localhost/test/), default router tried to find TestController which is not exists of course and routed me to IndexController/noRoute. It’s not good for me. I decided to create my own router.
Posted by Dmytro Shteflyuk on
under PHP · (24,832 views)
By default Zend Studio does not allow to change interface language to Russian. I found simple trick to do so. Go to the config folder (config_5.0 for Zend Studio 5.0 and config_5.1 for 5.1 version). This folder usually placed under c:Documents and Settings<Your Current User>ZDE.
Then open desktop_options.xml file and find following strings:
Posted by Dmytro Shteflyuk on
under PHP · (16,646 views)
Finally in the end Zend has released first version of the Zend Framework project.
Zend Framework is a high quality and open source framework for developing Web Applications and Web Services.
Built in the true PHP spirit, the Zend Framework delivers ease-of-use and powerful functionality. It provides solutions for building modern, robust, and secure websites.
First I have observed is it really has powerful functionality. Framework includes classes for working with databases, RSS-feeds, remote HTTP-servers, Web-forms data, JSON, mail, different Web-services (include classes for Amazon, Flickr, and Yahoo), MVC implementation, and also facilities for generating PDF-documents and logging.
This is very serious framework, but I doubt efficiency of it. I don’t want to get just another PEAR library. I will look it more precisely in the near future.
Posted by Dmytro Shteflyuk on
under JavaScript, PHP · (41,458 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.
Posted by Dmytro Shteflyuk on
under JavaScript, PHP · (140,911 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.