Fixed errors in cake/Fortune, cake/db, php-orm/db#682
Fixed errors in cake/Fortune, cake/db, php-orm/db#682hamiltont merged 1 commit intoTechEmpower:masterfrom
Conversation
Changed method of loading fortunes from raw SQL to production-grade ORM. Corrected name of table in cake/app/Model/World.php. Corrected name of table in php/models/World.php.
|
@remiq While the tests run, the output do not match the rules laid out here: http://www.techempower.com/benchmarks/#section=code Here is your output: https://gist.github.com/msmith-techempower/8404715 Specifically, the formatting for |
There was a problem hiding this comment.
this syntax is ok in php 5.4 which should be used in tests.
|
We ran your code and only Output: https://gist.github.com/jlucier-techempower/ae970903aedb72eeeeda
|
|
Re:
I think you should also be updating the |
|
Oh, scratch that. cake already lists |
Fixed syntax error in cake/app/Controllers/FortunesController
Corrected name of table in cake/app/Model/World.php.
Corrected name of table in php/models/World.php.
Also:
Changed method of loading fortunes from raw SQL to production-grade ORM.