Wednesday, August 27, 2008

Why Delphi for PHP should have used Prado instead of VCL

I have read the above post and from the first look prado seems quite interesting , from the delphi point of view , it looks a lot like vcl and you don't need an IDE for it




http://www.pradosoft.com/demos/quickstart/?page=GettingStarted.HelloWorld

There are issues with to much xml configuration i wish they used yaml, they are using an xhtml template system

I installed it in 60 seconds
cd /var/www
$ wget http://garr.dl.sourceforge.net/sourceforge/prado/prado-3.1.2.r2448.zip
$ unzip prado-3.1.2.r2448.zip
$ mv prado-3.1.2.r2448 prado
$ chown -R www-data.www-data

Load in browser

http://localhost/prado/demos/helloworld/index.php

No comments: