Classes and interfaces

Cache_Handler_Driver

« More »

Config_Interface

« More »

Lang_Interface

« More »

Sanitization

« More »

AuthException

« More »

Auth_Acl_Driver

« More »

Auth_Acl_Simpleacl

« More »

Auth_Driver

« More »

Auth_Group_Driver

« More »

Auth_Group_Simplegroup

« More »

Auth_Login_Driver

« More »

Auth_Opauth

« More »

Auth_Group

« More »

Auth_Grouppermission

« More »

Auth_Metadata

« More »

Auth_Permission

« More »

Auth_Provider

« More »

Auth_Role

« More »

Auth_Rolepermission

« More »

Auth_User

« More »

Auth_Userpermission

« More »

OpauthException

« More »

SimpleUserUpdateException

« More »

SimpleUserWrongPassword

« More »

Controller_Admin

« More »

Controller_Base

« More »

AttachmentNotFoundException

« More »

Email

« More »

EmailSendingFailedException

« More »

EmailValidationFailedException

« More »

Email_Driver

« More »

Email_Driver_Mail

« More »

Email_Driver_Mailgun

« More »

Email_Driver_Mandrill

« More »

Email_Driver_Noop

« More »

Email_Driver_Sendmail

« More »

Email_Driver_Smtp

« More »

InvalidAttachmentsException

« More »

InvalidEmailStringEncoding

« More »

SendmailConnectionException

« More »

SendmailFailedException

« More »

SmtpAuthenticationFailedException

« More »

SmtpCommandFailureException

« More »

SmtpConnectionException

« More »

SmtpTimeoutException

« More »

Cache

« More »

CacheExpiredException

« More »

CacheNotFoundException

« More »

Cache_Handler_Json

« More »

Cache_Handler_Serialized

« More »

Cache_Handler_String

« More »

Cache_Storage_Apc

« More »

Cache_Storage_Driver

« More »

Cache_Storage_File

« More »

Cache_Storage_Memcached

« More »

Cache_Storage_Redis

« More »

Cache_Storage_Xcache

« More »

Config

« More »

ConfigException

« More »

Config_Db

DB config data parser

« More »

Config_File

A base Config File class for File based configs.

« More »

Config_Ini

INI Config file parser

« More »

Config_Json

JSON Config file parser

« More »

Config_Memcached

DB config data parser

« More »

Config_Php

PHP Config file parser

« More »

Config_Yml

Yaml Config file parser

« More »

Controller

« More »

Controller_Rest

« More »

Crypt

Sodium encryption/decryption code based on HaLite from ParagonIE

« More »

Database_Connection

« More »

Database_Dblib_Connection

« More »

Database_Exception

« More »

Database_Expression

« More »

Database_MySQL_Connection

« More »

Database_MySQLi_Cached

« More »

Database_MySQLi_Connection

« More »

Database_MySQLi_Result

« More »

Database_PDO_Cached

« More »

Database_PDO_Connection

« More »

Database_PDO_Result

« More »

Database_Query

« More »

Database_Query_Builder

« More »

Database_Query_Builder_Delete

« More »

Database_Query_Builder_Insert

« More »

Database_Query_Builder_Join

« More »

Database_Query_Builder_Select

« More »

Database_Query_Builder_Update

« More »

Database_Query_Builder_Where

« More »

Database_Result

« More »

Database_SQLite_Builder_Delete

« More »

Database_SQLite_Builder_Update

« More »

Database_SQLite_Connection

« More »

Database_Schema

« More »

Database_Sqlsrv_Connection

« More »

Errorhandler

« More »

FileAccessException

« More »

File_Area

« More »

File_Handler_Directory

« More »

File_Handler_File

« More »

Format

Format class

« More »

FtpConnectionException

« More »

FtpFileAccessException

« More »

FuelException

General Fuel Exception class

« More »

HttpBadRequestException

« More »

HttpException

« More »

HttpNoAccessException

« More »

HttpNotFoundException

« More »

HttpServerErrorException

« More »

Image

« More »

Image_Driver

« More »

Image_Gd

« More »

Image_Imagemagick

« More »

Image_Imagick

« More »

InvalidPathException

« More »

LangException

« More »

Lang_Db

DB lang data parser

« More »

Lang_File

A base Lang File class for File based configs.

« More »

Lang_Ini

INI Lang file parser

« More »

Lang_Json

JSON Lang file parser

« More »

Lang_Php

PHP Lang file parser

« More »

Lang_Yml

Yaml Lang file parser

« More »

Log

Log core class facade for the Monolog composer package.

« More »

Model

« More »

Model_Crud

« More »

Mongo_Db

« More »

Mongo_DbException

This code is based on Redisent, a Redis interface for the modest.

« More »

OutsideAreaException

« More »

Pagination

« More »

PhpErrorException

Exception class for standard PHP errors, this will make them catchable

« More »

Profiler

« More »

RedisException

« More »

Redis_Db

Redisent, a Redis interface for the modest among us

« More »

RequestException

« More »

RequestStatusException

« More »

Response

« More »

Route

« More »

Router

« More »

SecurityException

« More »

Session_Cookie

« More »

Session_Db

« More »

Session_Driver

« More »

Session_Exception

« More »

Session_File

« More »

Session_Memcached

« More »

Session_Redis

« More »

Str

String handling with encoding support

« More »

TestCase

A Fuel Specific extension of the PHPUnit TestCase.

« More »

TestCase

A Fuel Specific extension of the PHPUnit TestCase.

« More »

Theme

Handles loading theme views and assets.

« More »

ThemeException

« More »

Auth_Add_Authactions

« More »

Auth_Add_Permissionsfilter

« More »

Auth_Create_Authdefaults

« More »

Auth_Create_Grouptables

« More »

Auth_Create_Oauth2tables

« More »

Auth_Create_Permissiontables

« More »

Auth_Create_Providers

« More »

Auth_Create_Roletables

« More »

Auth_Create_Usertables

« More »

Auth_Fix_Jointables

« More »

Auth_Group_Optional

« More »

Fromdb

Run scaffolding or model generation based an an existing database tables.

« More »

Migrate

migrate task

« More »

Simple2orm

Converts a SimpleAuth ruleset to an OrmAuth one

« More »

BelongsTo

« More »

FrozenObject

Frozen Object Exception

« More »

HasMany

« More »

HasOne

« More »

InvalidContentType

Invalid content exception, thrown when type conversion is not possible.

« More »

ManyMany

« More »

Model

« More »

Model_Nestedset

Implements NestedSets (http://en.wikipedia.org/wiki/Nested_set_model)

« More »

Observer

Observer base class

« More »

Observer_CreatedAt

CreatedAt observer.

« More »

Observer_Self

Dummy observer class, which allows you to define observer methods in the model itself.

« More »

Observer_Slug

Observer class to generate SEO friendly slugs from a model property (usually something like a title)

« More »

Observer_Typing

Typing observer.

« More »

Observer_UpdatedAt

UpdatedAt observer.

« More »

Observer_Validation

Observer class to validate the properties of the model before save.

« More »

Query

ORM query object.

« More »

RecordNotFound

Record Not Found Exception

« More »

Relation

« More »

RelationNotSoft

« More »

ValidationFailed

Exception to throw when validation failed

« More »

Smarty_Fuel_Extension

Provides Smarty support for commonly used FuelPHP classes and methods.

« More »

Twig_Fuel_Extension

Provides Twig support for commonly used FuelPHP classes and methods.

« More »

View

View class

« More »

View_Dwoo

« More »

View_Haml

« More »

View_HamlTwig

« More »

View_Handlebars

« More »

View_Jade

« More »

View_Lex

« More »

View_Markdown

« More »

View_Mustache

« More »

View_Phptal

« More »

View_Smarty

« More »

View_Twig

« More »