search
top

CakePHP 1.2.1 is out! (r8004)

On twitter i just took note that theres a new release out. Cool! Check out the announcement in the bakery and download it from your favorite source. I’ll do “svn up” for now and enjoy.... read more

Did you know? String::insert is nice for translation!

You probably replace your language strings like so: e(sprintf( __("Please %s or %s to write a comment", true), $html->link(__("login", true), array('controller' => 'users', 'action' => 'login')), $html->link(__("register", true), array('controller' => 'users', 'action' => 'register')) )); There are two problems with it: You may have to explain alot when someone translates the app. %s is... read more
 Page 2 of 4 « 1  2  3  4 »
top