Category Archives: PHP Programming

PHP Softwares, Utilities, libraries for web developers

This post is about some free software, libraries, packages that we as a PHP developers require regularly. This can be useful list to explore to someone who is new to PHP development. Code Editors/IDEs PHP Eclipse or PDT IDE for … Continue reading

Posted in PHP Programming, Web Development, tools | 1 Comment

Implementing Factory Design pattern

Recently I have been reading and exploring about the design patterns- the Factory pattern, Observer pattern and many other popular ones. But while I read those I found I would hardly get any chance to really implement such patterns in … Continue reading

Posted in Design Patterns, PHP Programming, Web Development | Tagged , | 1 Comment

Dynamic function calls in PHP for AJAX

In PHP you can have dynamic function calls, that is during execution of your PHP script you can trigger a function call based on certain inputs or conditions which you don’t know before hand. This can be achieved using the … Continue reading

Posted in PHP Programming | Tagged , , | Leave a comment