PHP Framework
Thinking about creating frameworks in PHP, we only get 2 choices:
=> Use someone's else framework
- Either make it specific (with ease), but it will be hard to customize
- Either make it general (with hard work), but then it will need much configuration (and the long time creating the framework)
=> Use someone's else framework

<< Home