CakeFest

February 6th, 2008 by teemow

I just arrived in Charlotte, SC and wait for my connection flight to Orlando, FL.

CakeFest will be the first official CakePHP gathering and I’m looking forward to meet all those stranger I only know from the mailing list and their blogs. The 1.2 release is still not finished but loads of things have changed. I’m desperate to hear how such things as schema, shells, fixtures, behaviors (especially bindable and translate) look from their developers sight. We’ve used most of the things already in CakePHP 1.1 at ormigo. But we just hacked those stuff into the 1.1 core building our own testsuite, fixtures, migrations, continouus integration and code coverage monitor.

And there are finally tests for the core, which helps debugging and reporting errors a lot.

I also really enjoy the new find notation. It’s much more readable:

$this->find(’all’, array(
‘conditions’ => array(),
‘restrict’ => array(),
‘order’ => ”
);

Similar Posts:

One Response to “CakeFest”

  1. Oliver Thylmann Says:

    have fun!

Leave a Reply


authimage