News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Chris Hartjes' Blog:
Don't Fear The Command Line Using CakePHP Shells
September 05, 2008 @ 07:53:01

Chris Hartjes has a new post to his blog today focusing on using a bit of the CakePHP framework's functionality from the command line.

I'm porting a spaghetti-PHP application over to using CakePHP I am moving their existing authorization system over to using Cake's Auth component. Of course, they are storing all their passwords in plaintext in the user account table, so I needed an easy way to convert all the existing passwords over to be encrypted using the same hash that Auth would use.

With the help of the shells and tasks that the framework makes availiable, he's able to make a simple 24 line class (EncryptPasswordShell) that extends the Shell object and loops through the data to push it back into the database in the correct password format.

0 comments voice your opinion now!
cakephp commandline shell task tutorial convert password



Similar Posts

ProDevTips.com: Ajax, ZF and Smarty feed reader (Part 2)

DevShed: Validating User Input with the Strategy Pattern

Jonathan Snook's Blog: CakePHP: Initial Thoughts

Christoph Dorn's Blog: Profiling queries with Zend_Db_Profiler_Firebug

Felix Geisendorfer's Blog: Command line fun in CakePHP 1.2


Community Events







Don't see your event here?
Let us know!


mysql code cakephp example conference ajax book application framework security release package zendframework developer releases zend PEAR job database PHP5

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework