Auto Login v1.6

A CakePHP Component that will automatically login the Auth session for a duration if the user requested to (saves data to cookies).

Scripts and Classes

Ajax Handler
CakePHP: Component
The Ajax Handler is a CakePHP Component that processes and handles AJAX requests. It determines what action should be dealt as an AJAX call, applies the appropriate filters, prepares the data for a response and responds with the appropriate headers.
Auto Login
CakePHP: Component
A CakePHP Component that will automatically login the Auth session for a duration if the user requested to (saves data to cookies).
Compression
PHP & MySQL: CSS Builder & Parser
Compression is a light weight class that will load a CSS stylesheet, bind and translate given variables, compress and remove white space and cache the output for future use.
Databasic
PHP & MySQL: MySQL Database Handler
A basic wrapper class for the MySQL database engine. Contains methods for connecting to a database, fetching and returning results, building insert and update queries, optimization and more.
Decoda
PHP & MySQL: Lightweight Markup Parser
Decoda is a lightweight class that extracts and parses a custom markup language; based on the concept of BB code.
Feed Aggregator
CakePHP: Component
A CakePHP Component that will take a list of feeds and aggregate them into a single array based on their timestamp.
Formation
PHP & MySQL: Form Manager
Formation is a lightweight class that can build all necesssary elements for a form, process the posted data (post, get, request), validate the data based on a schema and finally return a cleaned result.
Forum
CakePHP: Plugin
The Cupcake Forum is a CakePHP plugin based on the popular bulletin board system. Bundled with all basic features, simply drop into your application.
Gears
PHP & MySQL: Template Engine
A PHP class that loads template files, binds variables to a single file or globally without the need for custom placeholders/variables, allows for parent-child hierarchy and parses the template structure.
Numword
PHP & MySQL: Number to Word Converter
A small script that can convert a number to its word equivalent. Can work with single numbers, multiple numbers, currency and within text blocks.