[Zend Framework] Slug filter

While studying for my Zend Framework certification, I tried to build a small application to test my knowledge. One of the tasks in that project was to try and build a slug filter which converts a particular string to slug, for example, 'My Test String' to 'my-test-string'. It also checks for slug duplication if you [...]

Posted on 7/26/10 by Amit Badkas | no comments; | Filed Under: PHP, Zend Framework | read on

Namespaces in PHP 5.3 – Part 1

One of the most significant and welcome features added in PHP 5.3 was that of namespaces. While this has been around in other programming languages, namespaces have finally found their place starting with PHP 5.3. If you are not new to namespaces and have worked on them in other languages don't go away, you might [...]

Posted on 7/19/10 by Jatin Chimote | 1 comment | Filed Under: Namespaces, PHP | read on

About this blog

This blog is an extension of our commitment to Open Source community. Through this blog we intend to share our ideas and experiences both in the field of technology as well as business management.

The authors of this blog are all members of the Team SANIsoft

Argue for your limitations, and sure enough they're yours - Richard Bach