Showing latest posts tagged in "PHP"

Top Facebook Twitter Comments

Introducing Orion, the PHP 5 framework !

After 2 years of private development, I finally decided that Orion, the web framework I've been working on as a side project, was finally stable enough to be released publicly.

You can now download and read this project's documentation on orionphp.org.

Read more
Top Facebook Twitter Comments

(PHP) NoCSRF, a simple class to prevent CSRF attacks.

When building an application or a website using PHP, you should be concerned with security.

One of the most common attacks used by malicious hackers is the Cross-Site Request Forgery (CSRF). This simple anti-CSRF token generation/checking class written in PHP5 will protect your form handlers from being hijacked to run unexpected actions.

Read more
Top Facebook Twitter Comments

(PHP) Late static binding and child attribute declaration

Late static binding is one of the most useful feature brought to us by the PHP team on version 5.3. It enables access of child static variables from parent classes.

Understanding the exact behaviour of this feature is crucial when dealing with static class inheritance.

Read more
End of items timeline.