PHP

Useful PHP coding tips

3

I hope the following tips help some of the newer php coders and prevent errors I either had to face or did myself. Don’t use private attributes/methods without a good reason There are some libs or classes that use private…

PHP

Coding Standards in PHP

1

I feel about this very strongly. At least about some particular topics. It is very important for every group project (even for a one man project – you never know when sobody might join you) to have some common guidelines…

New CakePHP Resources

0

Video Tutorials I stumpled upon it by accident today: tv.cakephp.org A great new cake site devoted to all kinds of video tutorials related to CakePHP. There are not only screencasts for beginners but also for more experienced developers, as well…

GoogleMapsV3 CakePHP Helper

106

This is a helper to generate GoogleMap maps (dynamic and static ones) in your CakePHP views. Note: Google Maps API V2 is marked "deprecated". API V3 is supposed to be faster and more compatible to mobile browsers. Details Also new:…

Flattr CakePHP Helper

3

Get "Flattred" As you can see wordpress (and my blog) already has a Flattr plugin (for posts) and a widget (for the sidebar). With a little helper you can easily integrate Flattr to your site – the "cake way". I…