search
top
Currently Browsing: CakePHP

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

Datasources in Cake / [ANN] Last.FM Source

Some who follow me on twitter might know that i don’t sleep so well recently. But why waste time then? Maybe one isn’t ready for working on the big projects around 3am, but chances are that you can at least do something by reading the cookbook or just messing around with your favorite Framework. Yesterday i finally looked into datasources. I recently tagged my Amazon Component as deprecated,... read more
 Page 10 of 13  « First  ... « 8  9  10  11  12 » ...  Last » 
top