Which PHP frameworks use in testing?

Posted by EasyHB on Programmers See other posts from Programmers or by EasyHB
Published on 2012-10-21T11:15:45Z Indexed on 2012/10/21 11:18 UTC
Read the original article Hit count: 231

Filed under:
|
|
|


I am going to do a test/benchmark of some PHP frameworks.
The main factor of comaparation will be a comunication with MySQL databases and CRUD operations with them.
I'll also compare their documentation, comunity support, etc.
So I made a list of some known frameworks and I'll be glad if someone can tell me which I should not use or which I forgot to include.

  • Zend Framework
  • CodeIgniter
  • Symphony
  • Yii
  • Kohana
  • Prado
  • CakePHP
  • Nette
  • PhpBURN
  • Akelos
  • Recess
  • Jelix
  • DooPHP
  • Qcodo
  • Seagull

Thx for every help.

© Programmers or respective owner

Related posts about php

Related posts about testing