Bugzilla Talk:Languages: Difference between revisions

PHP Frameworks
(Ruby cons)
(PHP Frameworks)
Line 32: Line 32:
* Performance is apparently orders of magnitude slower than Python (something like 2-3x).
* Performance is apparently orders of magnitude slower than Python (something like 2-3x).
** 2-3x is not [http://en.wikipedia.org/wiki/Order_of_magnitude orders of magnitude], except in bizarro-world where log_10(2) > 1. This is an important distinction: since performance is down at #3 on your list of priorities, I don't think you should be worrying about anything but order of magnitude differences. -Slamb
** 2-3x is not [http://en.wikipedia.org/wiki/Order_of_magnitude orders of magnitude], except in bizarro-world where log_10(2) > 1. This is an important distinction: since performance is down at #3 on your list of priorities, I don't think you should be worrying about anything but order of magnitude differences. -Slamb
== PHP Frameworks ==
You may want to have a look at [http://ez.no/doc/components/overview eZ Components] for PHP:
* Backed by a middle large, but well known PHP company: [http://ez.no eZ Systems]
* A quality first approach: Discussing Requirements, discussing Design, Writing Tests, Coding+Documenting, Reviewing: [http://svn.ez.no/svn/ezcomponents/docs/dev_process.txt dev_process]
* Some big names from the PHP core developers are part of the team (Derick Rethans is the project leader)
* Sebastian Bergmann, the creator of PHPUnit contributed a workflow component that he developed as part of his diploma thesis. You'll certainly need a workflow for bugzilla
2

edits