News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Jonathan Snook's Blog: Easier Static Pages for CakePHP 1.2

PHPBuilder.com: Import MS Access Data to MySQL 5

Sean Coates' Blog: Deploy on push (from GitHub)

DevShed: Fundamentals of Recursion in PHP (Part 1)

Noupe.com: How To Create Your Own Stats Program (JavaScript, AJAX, PHP)


Community Events











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


tool opinion interview zendframework2 introduction testing community development unittest composer conference series object code example podcast functional release language framework

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