Blogs

PHP Framework – Building One

I am going to build my own framework . As of now below is the plan for my PHP framework…

  1. Database Abstraction – ezSQL
  2. Ajax Support – We just use Jquery
  3. User Autho – Save sessions in database
  4. Security Issues – Add csrf , Inspeket
  5. Performace Issues – Add HipHop, JSmin , Caching , cookies
  6. Presentation Issues – Add HTML Purifier
  7. Debug : Add Logging and Debugging
  8. API issues – Add it later
  9. SandBox issues – To be added
  10. UI Issues – Standardize it

The very first usage of this framework would be made in the my software by name OnFlow . This is a social project management solution for the corporate world.