Categories
tech

Ivor – rebirth

After almost a year of break, I’m a bit back to coding Ivor. My Object Oriented framework for PHP 5 that emulates the API of Java and gives the user some background tools for his application (like load-balancing, workers, SOAP communication, plugins etc.)

This is a small teaser on how it will process any GET/POST parameters communication.
This part was introduced on some coding-night with Hawk long time ago when we were working for dev.php.pl. Well, maybe it’s time to go back there?
I think it’s pretty clean and solves one of the biggest security fackups with PHP request handling. The ability to overwrite $_GET/$_POST arrays.

What do you think?

P.S. updated link