1Oct/090
Implementing PHPIDS in Zend Framework
Security is a very important part of an application, especially if the system handles sensitive data or requires high availability. In this post I’m going to show how to integrate PHPIDS, which is a fantastic Intrusion Detection System for PHP applications, in Zend Framework.
Setting up PHPIDS in Zend Framework
First of all, we need to set [...]