Sexy Cake with Krumo: Say Goodbye to print_r()
Debugging nested arrays with print_r() can be wicked tough but Krumo makes this task a little less crack-a-lackin.
[Read more] How to implament One Time Password for forgot-my-password and account-activation processes
CakeOTP is a secure, table-less and expirable implementation of One Time Password for CakePHP. It can be used for forgot-my-password and account-activation processes.
[Read more] Autocomplete multiple fields
This short tutorial will show how to autocomplete data to multiple fields.
[Read more] Hostip.info - Accessing GeoIP information using HttpSocket
This article will cover how to access geoIP information from hostip.info. Hostip.info is a community-based project to geolocate IP addresses, making the database freely available but it needs you to put in your city to make it work.
[Read more] Check Member / User Online or Offline Status
The following piece of code will calculate the last visited time of a Member/User and calulate the time difference with current time. And if the Member/User last visited time is greater than 10 minutes then that will be considered OFFLINE otherwise ONLINE.
[Read more]
Latest Comments