Classes and interfaces

Adapter

The interface that data source adapters must follow.

« More »

Collection

A collection of Cactus Entities

« More »

Converter

Converts string over to native php data types.

« More »

Entity

The entity class is a representation of data from a data source as an object.

« More »

Exception

Exceptions for the Cactus library.

« More »

Mapper

The mapper class is the gateway for defining data structures as well as knowing how to get them.

« More »

Migration

Database Migration class.

« More »

Reverter

Reverts php data types back to strings.

« More »

Seed

A base class for all data seeding classes.

« More »

Task

An abstract class to use as the base for all tasks.

« More »

Classes and interfaces

PDO

A PDO Adapter implementation.

« More »

Classes and interfaces

MySQL

A Mapper that uses MySQL. Cool enne?

« More »

Classes and interfaces

Migrate

Database Migration.

« More »

Seed

Seed a database with some default data.

« More »