mrfr0g
-
PHP Event-driven design pattern like ASP.net?
You've touched on the good and the bad of PHP. PHP is an extremely flexible language which allows you to decide which design pattern you implement on the server side. Having a delete.php file which handles your deletes, is just as valid (but no…