This is no longer hosted on my portfolio website so will not work.
This framework/CMS is my honours project. It was designed to let developers create a website or a mobile application in a matter of minutes
Examples can be found at:
- Download as a zip file and unzip to your chosen directory
- Go to the installation folder and import the SQL found there to your MySQL database
- Edit the database configuration under /php/core/dbinfo.php
- Run your server and open edit.html to create your website
I didn't create an authentication service for this project, so either delete the edit.html file or use the .htaccess file to password protect it - you will have to create an appropriate .htpasswd file.
- Implement OOPHP for database connection and queries
- Authentication service to login via email or using oAuth
- Use AngularJS for the front-end
- Create a system where users can define the features they would like for their website