PHP Viz 0.2 : Available for Download
Jul 27It brings me tremendous pleasure to announce the first public release of PHP Viz.
PHP Viz is an open source PHP code generator , which is also written in PHP 5 , released under the GPL license. It allows you to create MySQL based sites rather than just pages. The resulting sites follow a very simplified MVC pattern, which allows re-usability and partitioning of code.
The best feature PHP Viz provides is the linking of Primary keys to Foreign keys and allows you to display records from linked tables. You can create modules for adding , editing , deleting and viewing data. Once you have created your modules, you can create pages which hold one or more of your modules. Reusing these modules in custom code is pretty easy as well and allows you create independant entities which can be plugged into any page.
The application is in a very early stage of development and I am hoping to get alot of feedback, based on which I will prioritize the features that need to go in there. Soon I will make available an online demo version as well for quick viewing of all the features.
Please read the README file found in the zip to find the install instructions.
Please feel free to put in any comments and feedback in the comments area.
Update : Sorry guys the link was broken earlier , thanks to some nifty logic in Wordpress , should be working now!
Some screenshots below:
Generated Site View Data Screen
UPDATE: Please turn on “short open tags” in php.ini .. i will try to remove all the short tags in the next release. My apologies for this oversight.