TOPICS

FIND YOUR TOPIC QUICKLY

Posts Tagged ‘Apache’

Installing CakePHP on Windows
Sep 13 2008

This tutorial will walk you though setting up a functioning Windows-Apache-PHP-MySQL + CakePHP installation on Windows XP.  This tutorial should also work for Windows 2000 or Vista, but since I’m not testing in that environment you should know that this was written with Windows XP in mind.

Passenger Debuts!
Apr 11 2008

Passenger debuted today and boy was I excited. Mod Rails (Passenger) for those of you who don’t know already is an apache module that lets you deploy Ruby on Rails applications just like you do PHP applications. I can hear you saying, “So What?” already!

RECENT COMMENTS




  • ON...CakePHP 1.2 File Upload
    "Fixed it! Thanks for the heads up Jose."
  • Keith Medlin
  • ON...CakePHP 1.2 File Upload
    "Thanks a lot for the example. Just another typo/error in the tutorial : var $validateFile = array( ’size’ = 204800, should be: var $validateFile = array( ’size’ => 204800,..."
  • Jose Sanchis