Menu

Tree [r3] /
 History

HTTPS access


File Date Author Commit
 Classes 2009-12-22 sabmalik [r2] Issues with incorrect directory names fixed
 Code_Templates 2009-10-16 sabmalik [r1] first commit for version 0.2
 Sites 2009-10-16 sabmalik [r1] first commit for version 0.2
 Templates 2009-12-22 sabmalik [r2] Issues with incorrect directory names fixed
 dbMaps 2009-10-16 sabmalik [r1] first commit for version 0.2
 images 2009-10-16 sabmalik [r1] first commit for version 0.2
 js 2009-10-16 sabmalik [r1] first commit for version 0.2
 README.txt 2009-10-16 sabmalik [r1] first commit for version 0.2
 SCHEMA.sql 2009-10-16 sabmalik [r1] first commit for version 0.2
 index.php 2009-12-22 sabmalik [r3] do not show warnings
 style.css 2009-10-16 sabmalik [r1] first commit for version 0.2

Read Me

PHP Viz Install Instructions:

Unzip the contents of the zip to your desired folder in your web server directory. If you are on linux
set "dbMaps" and "Sites" folders to have permission 0777.

Then create a MySQL database and import the SCHEMA.sql to create the database structure.


Once the database has been created, open index.php and just the constants :

// full physical directory path to the install , with trailing slash
define(PATH_DIR , "/path/to/dir/");

// full web path to the install , with trailing slash
define(PATH_WEB , "http://localhost/phpviz/");

// DB Host
define(MYDB_HOST , "localhost"); 

// DB Username
define(MYDB_USER , "root");

// DB Password
define(MYDB_PASS , "");

// DB Name
define(MYDB_NAME , "phpviz");


Your done!

Load up your browser and head to the location where PHP Viz is installed.


PHP Viz is released under the GPL license.

Author : Sabeen Malik
Location : Lahore, Pakistan
Web : http://www.decodephp.com
Email : sabeen.malik@gmail.com

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.