By drasch, on March 19th, 2007%
I’ve ditched the Zend Framework on a project. In it’s place, Symfony has allowed me to recreate all the work with the Zend Framework over several months in a matter of 4 hours.
The Zend Framework proved to be:
too piecemeal
incomplete – arguably this is represented by the version number; but this applied to both . . . → Read More: ditched the Zend Framework
By drasch, on February 6th, 2007%
I’ve been working with the Zend Framework a bit and in working with MySQL through PDO_MYSQL. I’ve run into a few problems trying to use parameters of queries.
I’ve narrowed the issue down to PDO itself and not the Zend Framework.
$dbh = new PDO(“mysql:host=localhost;dbname=db”,”user”,”pw”);
$query = “insert into silo_test_data (record_id, fieldname, value)
. . . → Read More: Zend Framework and PDO_MYSQL
By david, on May 6th, 2006%
I’ve subscribed to the mailing list for the new Zend Framework. It’s been quite enlightening to be thrown into a community of the highest-caliber PHP developers (aside from my team of course).
I look forward to contributing more and more to the discussion and ultimately contribute patches and code going forward.
For example, in the preview release, . . . → Read More: Getting Closer to the Zend Framework
By david, on March 5th, 2006%
I’ve been looking at the just released Zend Framework for PHP this evening. I’d been following its development since last year and was anxiously awaiting its arrival. I think this framework provides some good tools that PHP lacks; people who’ve built several web applications find themselves reinventing pieces of the wheel each time. . . . → Read More: Zend Framework 0.1.1 Released