Is your (CakePHP) website ready for the new protocol version? Some time this year your provider will probably change to IPv6. Usually it will then provide both. Why now? Due to the IPv4 exhaustion it is now time to act….
Month: February 2011
Useful PHP coding tips
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…