Saturday, November 11, 2006

PHP Framework

Thinking about creating frameworks in PHP, we only get 2 choices:
  1. Either make it specific (with ease), but it will be hard to customize
  2. Either make it general (with hard work), but then it will need much configuration (and the long time creating the framework)
So I think, we'll better taking the third option :D
=> Use someone's else framework