Download
There is nothing to download. I am trying to put together a single download.
- 1. Get the cupcake CMS from their site. Get it up and running using MySQL. Make sure you understanfe it!
- 2. Get the txtSQL package from MY SITE HERE. I've included all the stuff you need. Unzip and Install it in your cake folder "webroot" in subfolder webroot/txtsql/txtsql. The following folders are in the zip file
- config.php :use to set database name etc...
- core : txtsql classes (don;t touch these!)
- custimwrapper: My version of a wrapper. Cake Conextion is made from this class
- data: each folder in data represents a database. Copy onde folder to new folder and you have new database.
- dbadmin: this is a txtSQL utility similar to phpMyAdmin
- 3. Copy the cupcake MODELS FROM THIS SITE on the models page. You should replace the original cupcake models with these new models files.