Entries Categorized as 'php'

Symfony form handling recipe

Date November 3, 2007

Symfony is a really great and well-thought-out framework, but I think its form handling support needs some more improvements. 5-6 years ago I developed an MVC framework as my thesis which has the following features related to form handling:

You can define forms logically (including labels, validation rules, error message parameters etc.) via form configuration files. [...]

Escaping problem with WP-Syntax WordPress plugin

Date October 30, 2007

When I started this blog I had spent some time finding a syntax highlighter plug-in for the code snippets presented in the posts. I went to wordpress.org and I tried out some of the plug-ins, but I had some problems with all of them. After a few hours I found the WP-Syntax plug-in. I had [...]

NEON – Zend Studio for Eclipse

Date October 27, 2007

A couple of days ago Zend announced the beta version of NEON, the Zend Studio for Eclipse, based on PDT. NEON is now a rich featured IDE for PHP developers, which supports the full development life cycle. I will cover now the most interesting parts of it, which ones could be useful for PHP developers, [...]