COPYRIGHT RESERVED 2009 BY MAX TSAI



Visit Max Tsai at Facebook | Twitter | atom

Monday, June 25, 2007

PRADO - A PHP Framework does AJAX (and much more)

I am having hard time finding a framework for my PHP projects. Someone mentioned Prado at the conference; so, I took a look and it is actually pretty neat. I probably change my mind of moving to Rails from PHP now -- sorry, I am still sticking to Java/J2EE.

Prado (http://pradosoft.com/) is actually Open Source PHP Framework:
PRADOTM is a component-based and event-driven programming framework for developing Web applications in PHP 5.
Here is my day one of Prado:
  1. Download the prado-3.1.0RC.r1951.zip - it is not stable, but with most of new features. My project is new anyway - who cares..
  2. Going thru the demo:
    http://pradosoft.com/demos/blog-tutorial/?page=Day1.Setup
    I do not plan to go thru them all, but some, I think!
  3. Okay: php prado-cli.php -c . works; so, I assume my site is Prado enabled now.

    FYI: I am on OS X 10.4 Mac Book. Apache2.2+PHP5+Mysql MacPorts. I do not like the ones coming from Apple.
  4. to be continued ..

No comments:

Post a Comment