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.

txtSQL model files

The files below are the custom models I use. They are basic cake model functions that call a custom txtSQL wrapper that calls the standard txtSQL package.

YOu can view them or download them. You can see that they are like a datasource. I just don't know enough about php and cakephp to convert them to a datasource!

USER MODEL

Highlighted version (user)

CONTENT PAGE MODEL

Highlighted version (content)

MENU MODEL

Highlighted version (menu)