planning a new php framework
A framework widely used in my workplace call APF V2 is very powerful I have to admit. But some design of it just slow down the development, and sometime I won’t use those libs. I find myself not really familiar with PHP and web developing or I’m just a web developer, coding for food. But after all I want to be a designer of my code and work.
So after some tries I will plan to write a lightweight framework for my daily php developing. Also it will help me understand more details about how to make code together to work and the language itself. I am learning python and going to learn RoR so guess i will take advantage of some ideas from them
The framework is aiming for fast developing, basically MVC design mode, restful and stick with standards(HTML/HTTP i mean), make coding more simple and easy.
I’ve created a repository on github. So if you’re interested in this new work, you can join me. Just drop a piece of comment here.