![Picture of Shahil Sham Picture of Shahil Sham](/graphics/unknown.gif)
Shahil Sham - 2012-12-19 13:40:56 -
In reply to message 1 from dinesh amle
I took some time myself to figure out how this works, so I decided to share the knowledge.
1. Copy the conetns of the zip to a filder in ur server or localhost.
(I did this on my local installation of LAMP)
2. Navigate to the server folder (eg: http://localhost/padl/server).
Change the contents of the db.config.php file with an editor (DOn't forget to create the database), and navigate to db.installer.php from the browser.
(If you encounter a mysql error, change Type=MyISAM; to Engine=MyISAM; at 3 places in db.mysql.sql file)
3. Go and test the sample code in the apps folder.
Hope I've given you a start, and a decent PHP developer can find their way from here on ;)