Posts tagged PHP

Using Phing for building PHP projects

I’ve firstly used Phing (PHP derivate of Apache Ant) for building one of my PHP projects so here are my experiences. Firstly,  the project self consists from source files of a tiny PHP library and from the set of WordPress plug-ins (uses that tiny library) and from the Phing build I expected these tasks: merge [...]

Zend Framework 1.5 released

Zend released new version of its Zend Framework. Release notes are here and downloaded can be here. Some new features which I like the most: Zend Framework now has support for forms generating and processing Layouts and views enhancements UTF-8 character sets in Adobe PDF creation Enhancements in Google GData web services And also one [...]

Zend Studio Neon Beta vs. original Eclipse PDT

Before a few days I wrote about my testing of PHP IDE Zend Neon Beta but after a few days with it I started trying another solution because of I wasn’t able to run debugging on my localhost (I’m using latest XAMPP as my dev-server) – I downloaded original Eclipse IDE with PDT plug-in installed [...]