Zend Framework: Router for subdirectory-based site

Mar 08
2006 12:36 (Development, PHP) · Русский (22,372 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.

Read the rest of entry »

Zend releases first version of Zend Framework

Mar 04
2006 13:18 (Development, PHP) · Русский (11,928 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.

You can download it here.

AJAX-enabled Smarty plugins Part 2: ajax_form

Feb 21
2006 09:47 (AJAX, Development, JavaScript, PHP) · Русский (27,255 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) · Русский (95,758 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 »

dBug - Impoved var_dump for PHP

Feb 09
2006 19:17 (Development, PHP) · Русский (4,044 views)

Today I found very useful tool for PHP - dBug. I think every PHP-programmer uses var_dump or print_r functions for debugging purpose very often. dBug displays structured information about your variables like these functions but in more suitable way (in colored tabular format).

Full features list with the examples of work can be found on original site.

dBug - Impoved var_dump for PHP

 
Copyright © 2005 - 2008, Dmytro Shteflyuk