Feb 6, 2009
CakePHP Application Development giveaway
Matt Curry gives away his review copy of the brand new book “CakePHP Application Development” (Amazon). Only read once and reviewed in detail on his website. “The binding and typeface are superb.” — Matt Curry, PseudoCoder.com The book is geared towards beginners. If you want to participate just leave a comment on his original post about this giveaway. Random pick from comments!... read more
Feb 4, 2009
How to overwrite HtmlHelper tags
In some cases you find it desirable to overwrite the tag templates used by the HtmlHelper. For example if you put all your assets onto a CDN and don’t want to put the hostname in front of all paths (messy..). With this small modification in the AppHelper class you can do that in bootstrap using Configure, which also allows you to make the tags conditional if you want.. In short: flexibility! The... read more

