1:55pm June 19, 2009
RETS model for CakePHP 1.2
It's been a while since I released any PHP code for working with the RETS system. If you've worked with RETS, you know how difficult and frustrating it is. Hopefully, my code will be of some help.

I rarely work outside of the CakePHP framework anymore. Since that is the case, I this code release will be a RETS model for use with CakePHP 1.2. It handles an initial download of all active listings and stores them in the database. It will also handle a CRON job for periodically getting newly added, updated, or deleted listings from your RETS provider.

Please review [Read More]
Views  20 Comments  0
Filed under: CakePHP, PHP, Web Development, Model
5:30pm April 29, 2009
Promoting Users Using CakePHP ACL
I spent some time looking for an easy way to promote user accounts to administrator status using CakePHP's ACL system. My ARO's are fairly simple. I have an Admin ARO and under that I have all the admin user accounts. Then I have the Users ARO. ARO:
 - Root
     - Admin
         - User 1
         - User 5
     - Users
         - User 2
[Read More]
Views  63 Comments  0
Filed under: CakePHP
BitDefender released a "update" today to their antivirus software that effective stopped my productivity in its tracks. After receiving a notice that [Read More]
Views  74 Comments  0
Filed under: BitDefender
Loading...