WebEdit

WebEdit is a simple CMS script (less than 200 lines) to quickly create a capable content management system for your customers.



Download WebEdit 0.1

Install

Drag-and-drop the webedit.php to your server. Rename the file to index.php and edit the file: set the password for the customer, the location where to store the data and you are ready!

WebEdit stores its data in a json file, you can retrieve it yourself or use the cms.php file that contains the front-end function:

cms( key, value );