News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Stefan Mischook's Blog:
Connecting PHP to MYSQL Video Tutorial
0 comments :: posted Monday April 14, 2008 @ 07:58:59
voice your opinion now!

On his blog today, Stefan Mischook has posted a new video tutorial showing how to hook together one of the more popular web development combinations on the internet - PHP and MySQL.

I've gotten around to releasing a new set of beginners video tutorials on PHP. This time around, I have a four part video on how to get PHP to talk to MySQL.

All four parts are there, bundled into a Flash presentation. Note: these are not installation tutorials - they only show how to get PHP talking to the MySQL backend, not how to set them up together.

tagged with: video tutorial mysql connect phpmyadmin


SaniSoft Blog:
The prefix automagic in CakePHP routing
0 comments :: posted Wednesday April 09, 2008 @ 13:06:18
voice your opinion now!

On the SaniSoft blog, Tarique Sani talks briefly about some of the prefix "automagic" that's already built in to the CakePHP framework's routing.

There are times when you need more than just admin routing, how about something like http://blah.com/user/profiles/edit and http://blah.com/user/profiles/changepassword ? If this could be routed to an action like user_add and user_changepassword wouldn't it be great!! (eg: think ownership ACL checks)

Good thing the CakePHP developers already planned for something like this - they included the connect() method for Router objects that maps the URL request to a method with that same prefix in the controller.

tagged with: cakephp framework prefix routing magic connect


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

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