lvanderree

  • All comments 1
  • Comments by lvanderree 1
  • Comments on lvanderree's content 0
  • lvanderree lvanderree commented on PHP Frameworks in 2008 Except for the benchmarks these slights are great! These simple benchmarks won’t tell you a thing, except if you would write such a tiny application. Imagine you have to do user-validation, combine several tables, translate labels (i18n), etc. And now do a benchmark.... It would probably take forever to write the baseline, and that is where the power of the frameworks show themselves. Best Example, if you want to write "hello world", why not write it in HTML, instead of php echo "hello world", or start-complete MVC framework, get "hello world" from model, pass it through the controller and show it in the view... 6 months ago