Tag: MVC

Explore posts tagged with MVC.

Building a Secure PHP MVC Framework from Scratch
MVC

Building a Secure PHP MVC Framework from Scratch

When building a custom MVC framework, security must be a foundation — not an afterthought.Key areas to secure:CSRF protectionXSS escapingSQL injection preventionAuthentication throttlingRole & p...

By Ahmad · February 18, 2026