This project is show casing the usage of Bancha together with Ext Designer by creating a Blog Application. It will demonstrate how to use Bancha in the ExtJS MVC, and how to use Authentification.
For more information about Bancha go to banchaproject.org
- Download CakePHP latest (tested with 2.0.5)
- Download this project inside /app
- Download ExtJS 4.
- Copy the whole package into app/webroot/js/extjs/ and the ExtJS ressources folder into app/webroot/css/
- Configure your app/Config/database.php, then add the tables from app/Config/schema/test-database.sql to your database
- Open /bancha/setup-check.html to see if everything works.
Done.
You can login with three different levels:
- admin: username & password: roland
- moderator: username & password: joe
- user: username & password: martin
- The User Management is a basic example, a full application should handle expired sessions, registration, etc.
(c) 2012, Roland Schütz [email protected]