Functions
__()
        
__($string, $params, $default, $language) 
Parameters
$string
$params
$default
$language
  
array_to_attr()
        
array_to_attr($attr) 
 
call_fuel_func_array()
        
call_fuel_func_array($callback, array $args) 
Parameters
$callback
$args
  
get_common_path()
        
get_common_path($paths) 
 
get_composer()
        
get_composer() 
 
get_object_public_vars()
        
get_object_public_vars($obj) 
 
get_real_class()
        
get_real_class($class) 
 
hash_pbkdf2()
        
hash_pbkdf2($a, $p, $s, $c, $kl, $r) 
Parameters
$a
$p
$s
$c
$kl
$r
  
html_tag()
        
html_tag($tag, $attr, $content) 
Parameters
$tag
$attr
$content
  
http_build_url()
        
http_build_url($url, $parts, $flags, $new_url) 
Parameters
$url
$parts
$flags
$new_url
  
import()
        
import($path, $folder) 
 
in_arrayi()
        
in_arrayi($needle, $haystack) 
Parameters
$needle
$haystack
  
is_windows()
        
is_windows() 
 
logger()
        
logger($level, $msg, $context) 
Parameters
$level
$msg
$context
  
normalize_driver_types()
        
normalize_driver_types() 
 
render()
        
render($view, $data, $auto_filter) 
Parameters
$view
$data
$auto_filter
  
setup_autoloader()
        
setup_autoloader() 
 
strptime()
        
strptime($input, $format) 
Parameters
$input
$format
  
 Classes and interfaces
Controller_Admin¶
Fuel is a fast, lightweight, community driven PHP 5.4+ framework.
« More »
 
Controller_Admin¶
Fuel is a fast, lightweight, community driven PHP 5.4+ framework.
« More »
 
Controller_Base¶
Fuel is a fast, lightweight, community driven PHP 5.4+ framework.
« More »
 
Controller_Base¶
Fuel is a fast, lightweight, community driven PHP 5.4+ framework.
« More »
 
Controller_Hybrid¶
Hybrid Controller class
« More »
 
Controller_Template¶
Template Controller class
« More »
 
Inflector¶
Some of this code was written by Flinn Mueller.
« More »
 
Input_Instance¶
Input class instance
« More »
 
 Constants
 
 
-----------------------------------------------------------------------------
 Path to the application directory
-----------------------------------------------------------------------------
APPPATH 
 
 
 
-----------------------------------------------------------------------------
 The path to the framework core
-----------------------------------------------------------------------------
COREPATH 
 
 
 
 
-----------------------------------------------------------------------------
 Website document root
-----------------------------------------------------------------------------
DOCROOT 
 
 
 
FUEL_START_MEM
FUEL_START_MEM 
 
 
FUEL_START_MEM
FUEL_START_MEM 
 
 
FUEL_START_TIME
FUEL_START_TIME 
 
 
FUEL_START_TIME
FUEL_START_TIME 
 
 
HTTP_URL_JOIN_PATH
HTTP_URL_JOIN_PATH 
 
 
HTTP_URL_JOIN_QUERY
HTTP_URL_JOIN_QUERY 
 
 
HTTP_URL_REPLACE
HTTP_URL_REPLACE 
 
 
HTTP_URL_STRIP_ALL
HTTP_URL_STRIP_ALL 
 
 
HTTP_URL_STRIP_AUTH
HTTP_URL_STRIP_AUTH 
 
 
HTTP_URL_STRIP_FRAGMENT
HTTP_URL_STRIP_FRAGMENT 
 
 
HTTP_URL_STRIP_PASS
HTTP_URL_STRIP_PASS 
 
 
HTTP_URL_STRIP_PATH
HTTP_URL_STRIP_PATH 
 
 
HTTP_URL_STRIP_PORT
HTTP_URL_STRIP_PORT 
 
 
HTTP_URL_STRIP_QUERY
HTTP_URL_STRIP_QUERY 
 
 
HTTP_URL_STRIP_USER
HTTP_URL_STRIP_USER 
 
 
 
 
-----------------------------------------------------------------------------
 Path to the default packages directory
-----------------------------------------------------------------------------
PKGPATH 
 
 
 
 
 Classes and interfaces
Auth_Acl_Ormacl¶
OrmAuth ORM driven acl driver
« More »
 
Auth_Group_Ormgroup¶
OrmAuth ORM driven group driver
« More »
 
Auth_Login_Ormauth¶
OrmAuth ORM driven login driver
« More »
 
Auth_Login_Simpleauth¶
SimpleAuth basic login driver
« More »
 
 
 Classes and interfaces
Agent¶
Identifies the platform, browser, robot, or mobile device from the user agent string
« More »
 
Arr¶
The Arr class provides a few nice functions for making
dealing with arrays easier
« More »
 
Asset¶
The Asset class allows you to easily work with your apps assets.
« More »
 
Asset_Instance¶
The Asset class allows you to easily work with your apps assets.
« More »
 
Autoloader¶
The Autoloader is responsible for all class loading.
« More »
 
Finder¶
The Finder class allows for searching through a search path for a given
file, as well as loading a given file.
« More »
 
Markdown¶
This is a small wrapper around the Markdown composer package.
« More »
 
Request¶
The Request class is used to create and manage new and existing requests.
« More »
 
Request_Driver¶
Request_Driver Class
« More »
 
Viewmodel¶
ViewModel, alias for Presenter, for BC purposes
« More »
 
 
 Classes and interfaces
Generate_Migration_Actions¶
Oil\Generate_Migration_Actions
Handles actions for generating migrations in Oil
« More »
 
Generate_Scaffold¶
Oil\Scaffold Class
« More »