Category Archives: PHP Development

PHP Environment : Development Staging Production

In hosted software development, the environment refers to a server tier designated to a specific stage in a release process. The purpose of these environments is to improve the development, testing and release processes in client-server applications. The most common … Continue reading

Posted in PHP Development | Leave a comment

End of Support for PHP 5.2.x Branch

PHP 5.2.14 was just released . And this is the end of support for 5.2.x branch of PHP . NOTE:This release marks the end of the active support for PHP 5.2. Following this release the PHP 5.2 series will receive … Continue reading

Posted in PHP Development | Leave a comment

Protection against SQL Injection using PDO and Zend Framework – part 2

Following the preview article about SQL Injection, here is more – a strong argument why you should use Zend Framework for handling database access. Zend_Db is the primary class used for access the database, but there is more: Zend_Db_Statement, Zend_Db_Select … Continue reading

Posted in Best Practice, PHP Development | Tagged , | Leave a comment
  • Page 1 of 2
  • 1
  • 2
  • >