blue orange purple green

latest news

01.09.2006

This is where you can put your latest news or other elements.

read more ...

01.09.2006

This is where you can put your latest news or other elements.

read more ...

additional links

More....

txtSQL (pronounced 'text-sequel') is a class containing a variety of functions designed to mimic a database system, using only regular text files. CupCake CMS is an Open Source Content Management System built using CakePHP. CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC.

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.