I'd like to create a PHP framework based on the latest and newest PHP (5.3RC or 6.0 ) that is upcoming soon.
I mentioned this months ago, but now I have the time to persue it, Instead of making it "Dan's Framework", I'd like to make it 'Bytes PHP Framework' with the suggestions of you fine PHP experts.
My high-level goals are:
1. Under 10 Files and needs only PHP and MySQL
2. Targeted to those who want to get the basics out of the way and start coding the application logic from day one.
3. User manual will be under 10 pages (Including Examples), no special insight needed to learn to use it, or understand the code.
4. Any new person can learn it AND implement it within half an hour.
5. Completely whitebox (User can change the code without breaking anything)
6. Limited rules. Unlike CakePHP, ZendF, and others that outline pages upon pages of what methods are accessible, this framework will be so sleek, the entire API can be defined in one page.
7. MVC (of course) with Smarty templates
8. portable, fast, little overhead.
9. Not crowded with extra functionality (e.g. PDF converter, Multiple DB support MySQL only (but can be ported by user to other easily)).
10. Reliable, Secure, and Robust. ...and extremely LIGHT!!
Who's with me?
Tasks:
1. I need to get permission from bytes to use Bytes, otherwise find another name and open a sourceforge.net account for it.
2. Upload what I have so far for your review and feedback (it's 60% complete)
3. Have Fun!
Dan
I mentioned this months ago, but now I have the time to persue it, Instead of making it "Dan's Framework", I'd like to make it 'Bytes PHP Framework' with the suggestions of you fine PHP experts.
My high-level goals are:
1. Under 10 Files and needs only PHP and MySQL
2. Targeted to those who want to get the basics out of the way and start coding the application logic from day one.
3. User manual will be under 10 pages (Including Examples), no special insight needed to learn to use it, or understand the code.
4. Any new person can learn it AND implement it within half an hour.
5. Completely whitebox (User can change the code without breaking anything)
6. Limited rules. Unlike CakePHP, ZendF, and others that outline pages upon pages of what methods are accessible, this framework will be so sleek, the entire API can be defined in one page.
7. MVC (of course) with Smarty templates
8. portable, fast, little overhead.
9. Not crowded with extra functionality (e.g. PDF converter, Multiple DB support MySQL only (but can be ported by user to other easily)).
10. Reliable, Secure, and Robust. ...and extremely LIGHT!!
Who's with me?
Tasks:
1. I need to get permission from bytes to use Bytes, otherwise find another name and open a sourceforge.net account for it.
2. Upload what I have so far for your review and feedback (it's 60% complete)
3. Have Fun!
Dan
Comment