Advertisement
Guest User

PsPad autocomplete for FuelPhp

a guest
Sep 27th, 2011
797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 263.12 KB | None | 0 0
  1. ; Where to put this text:
  2. ; in Pspad > Settings > Edit Clip definition file > Php
  3. ; paste it at the end of that file and save it, then close it
  4. ; now in a php file, hit ctrl + space, type Fuel then hit enter.
  5.  
  6.  
  7. ; -----------------------------------------------------------------------------
  8. ; Fuel Fuelphp function list
  9. ; -----------------------------------------------------------------------------
  10.  
  11.  
  12. ; ------------------------------------------------------
  13. ; Fuel php framework function list:
  14. ; ------------------------------------------------------
  15.  
  16. [Fuel f fclasses | Fuel autocompletion help]
  17. The Fuel shortcuts begin with f(spc)..., or fClasses(spc)...
  18.  
  19. (this stuff is *not* case sensitive)
  20.  
  21. Eg:
  22.  
  23. fClasses - shows a list of classes - eg type Ctrl + space, then fc...
  24. f - classes and function names - eg type Ctrl + space, then f + space + ...
  25. function_name - function name only
  26. - for this you have to know the function name already
  27. - you can use fClasses for a list of classes, and then f for a list of function in every class
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. ; ----------------------
  36. ; base.php - added manual
  37. ; ----------------------
  38.  
  39. [base logger | logger($level, $msg, $method = null)]
  40. logger($level, $msg, $method = null)
  41. [logger - Fuel - base :: logger($level, $msg, $method = null) | ]
  42. logger($level, $msg, $method = null)
  43. [base array_to_attr | array_to_attr($attr)]
  44. array_to_attr($attr)
  45. [array_to_attr - Fuel - base :: array_to_attr($attr) | ]
  46. array_to_attr($attr)
  47. [base html_tag | html_tag($tag, $attr = array(), $content = false)]
  48. html_tag($tag, $attr = array(), $content = false)
  49. [html_tag - Fuel - base :: html_tag($tag, $attr = array(), $content = false) | ]
  50. html_tag($tag, $attr = array(), $content = false)
  51. [base in_arrayi | A case-insensitive version of in_array.]
  52. in_arrayi($needle, $haystack)
  53. [in_arrayi - Fuel - base :: in_arrayi | A case-insensitive version of in_array]
  54. in_arrayi($needle, $haystack)
  55. [base render | Render's a view and returns the output]
  56. render($view, $data = array())
  57. [render - Fuel - base :: in_arrayi | Render's a view and returns the output]
  58. render($view, $data = array())
  59. [base __() | A wrapper function for Lang::line()]
  60. __($string, $params = array())
  61. [__() - Fuel - base :: in_arrayi | A wrapper function for Lang::line()]
  62. __($string, $params = array())
  63.  
  64.  
  65. ; ----------------------
  66. ; Agent
  67. ; ----------------------
  68.  
  69. [fClasses Agent | Fuel class list: class Agent ]
  70. Agent
  71. [f Agent browser | browser()]
  72. Agent::browser()
  73. [Agent browser | browser()]
  74. Agent::browser()
  75. [browser - Fuel - Agent :: browser() | ]
  76. browser()
  77. [f Agent platform | platform()]
  78. Agent::platform()
  79. [Agent platform | platform()]
  80. Agent::platform()
  81. [platform - Fuel - Agent :: platform() | ]
  82. platform()
  83. [f Agent version | version()]
  84. Agent::version()
  85. [Agent version | version()]
  86. Agent::version()
  87. [version - Fuel - Agent :: version() | ]
  88. version()
  89. [f Agent property | property($property = null)]
  90. Agent::property($property = null)
  91. [Agent property | property($property = null)]
  92. Agent::property($property = null)
  93. [property - Fuel - Agent :: property($property = null) | ]
  94. property($property = null)
  95. [f Agent properties | properties()]
  96. Agent::properties()
  97. [Agent properties | properties()]
  98. Agent::properties()
  99. [properties - Fuel - Agent :: properties() | ]
  100. properties()
  101. [f Agent is_robot | is_robot()]
  102. Agent::is_robot()
  103. [Agent is_robot | is_robot()]
  104. Agent::is_robot()
  105. [is_robot - Fuel - Agent :: is_robot() | ]
  106. is_robot()
  107. [f Agent is_mobile | is_mobile()]
  108. Agent::is_mobile()
  109. [Agent is_mobile | is_mobile()]
  110. Agent::is_mobile()
  111. [is_mobile - Fuel - Agent :: is_mobile() | ]
  112. is_mobile()
  113. [f Agent accepts_language | accepts_language($language = 'en')]
  114. Agent::accepts_language($language = 'en')
  115. [Agent accepts_language | accepts_language($language = 'en')]
  116. Agent::accepts_language($language = 'en')
  117. [accepts_language - Fuel - Agent :: accepts_language($language = 'en') | ]
  118. accepts_language($language = 'en')
  119. [f Agent accepts_charset | accepts_charset($charset = 'utf-8')]
  120. Agent::accepts_charset($charset = 'utf-8')
  121. [Agent accepts_charset | accepts_charset($charset = 'utf-8')]
  122. Agent::accepts_charset($charset = 'utf-8')
  123. [accepts_charset - Fuel - Agent :: accepts_charset($charset = 'utf-8') | ]
  124. accepts_charset($charset = 'utf-8')
  125. [f Agent languages | languages()]
  126. Agent::languages()
  127. [Agent languages | languages()]
  128. Agent::languages()
  129. [languages - Fuel - Agent :: languages() | ]
  130. languages()
  131. [f Agent charsets | charsets()]
  132. Agent::charsets()
  133. [Agent charsets | charsets()]
  134. Agent::charsets()
  135. [charsets - Fuel - Agent :: charsets() | ]
  136. charsets()
  137. [f Agent add_to_cache | add_to_cache()]
  138. Agent::add_to_cache()
  139. [Agent add_to_cache | add_to_cache()]
  140. Agent::add_to_cache()
  141. [add_to_cache - Fuel - Agent :: add_to_cache() | ]
  142. add_to_cache()
  143. [f Agent get_from_cache | get_from_cache()]
  144. Agent::get_from_cache()
  145. [Agent get_from_cache | get_from_cache()]
  146. Agent::get_from_cache()
  147. [get_from_cache - Fuel - Agent :: get_from_cache() | ]
  148. get_from_cache()
  149. [f Agent get_from_browscap | get_from_browscap()]
  150. Agent::get_from_browscap()
  151. [Agent get_from_browscap | get_from_browscap()]
  152. Agent::get_from_browscap()
  153. [get_from_browscap - Fuel - Agent :: get_from_browscap() | ]
  154. get_from_browscap()
  155. [f Agent parse_browscap | parse_browscap()]
  156. Agent::parse_browscap()
  157. [Agent parse_browscap | parse_browscap()]
  158. Agent::parse_browscap()
  159. [parse_browscap - Fuel - Agent :: parse_browscap() | ]
  160. parse_browscap()
  161. ;
  162.  
  163. ; ----------------------
  164. ; Arr
  165. ; ----------------------
  166.  
  167. [fClasses Arr | Fuel class list: class Arr ]
  168. Arr
  169. [f Arr assoc_to_keyval | assoc_to_keyval($assoc = null, $key_field = null, $val_field = null)]
  170. Arr::assoc_to_keyval($assoc = null, $key_field = null, $val_field = null)
  171. [Arr assoc_to_keyval | assoc_to_keyval($assoc = null, $key_field = null, $val_field = null)]
  172. Arr::assoc_to_keyval($assoc = null, $key_field = null, $val_field = null)
  173. [assoc_to_keyval - Fuel - Arr :: assoc_to_keyval($assoc = null, $key_field = null, $val_field = null) | ]
  174. assoc_to_keyval($assoc = null, $key_field = null, $val_field = null)
  175. [f Arr to_assoc | to_assoc($arr)]
  176. Arr::to_assoc($arr)
  177. [Arr to_assoc | to_assoc($arr)]
  178. Arr::to_assoc($arr)
  179. [to_assoc - Fuel - Arr :: to_assoc($arr) | ]
  180. to_assoc($arr)
  181. [f Arr flatten | flatten($array, $glue = ':', $reset = true, $indexed = true)]
  182. Arr::flatten($array, $glue = ':', $reset = true, $indexed = true)
  183. [Arr flatten | flatten($array, $glue = ':', $reset = true, $indexed = true)]
  184. Arr::flatten($array, $glue = ':', $reset = true, $indexed = true)
  185. [flatten - Fuel - Arr :: flatten($array, $glue = ':', $reset = true, $indexed = true) | ]
  186. flatten($array, $glue = ':', $reset = true, $indexed = true)
  187. [f Arr flatten_assoc | flatten_assoc($array, $glue = ':', $reset = true)]
  188. Arr::flatten_assoc($array, $glue = ':', $reset = true)
  189. [Arr flatten_assoc | flatten_assoc($array, $glue = ':', $reset = true)]
  190. Arr::flatten_assoc($array, $glue = ':', $reset = true)
  191. [flatten_assoc - Fuel - Arr :: flatten_assoc($array, $glue = ':', $reset = true) | ]
  192. flatten_assoc($array, $glue = ':', $reset = true)
  193. [f Arr filter_prefixed | filter_prefixed($array, $prefix = 'prefix_', $remove_prefix = true)]
  194. Arr::filter_prefixed($array, $prefix = 'prefix_', $remove_prefix = true)
  195. [Arr filter_prefixed | filter_prefixed($array, $prefix = 'prefix_', $remove_prefix = true)]
  196. Arr::filter_prefixed($array, $prefix = 'prefix_', $remove_prefix = true)
  197. [filter_prefixed - Fuel - Arr :: filter_prefixed($array, $prefix = 'prefix_', $remove_prefix = true) | ]
  198. filter_prefixed($array, $prefix = 'prefix_', $remove_prefix = true)
  199. [f Arr filter_keys | filter_keys($array, $keys, $remove = false)]
  200. Arr::filter_keys($array, $keys, $remove = false)
  201. [Arr filter_keys | filter_keys($array, $keys, $remove = false)]
  202. Arr::filter_keys($array, $keys, $remove = false)
  203. [filter_keys - Fuel - Arr :: filter_keys($array, $keys, $remove = false) | ]
  204. filter_keys($array, $keys, $remove = false)
  205. [f Arr element | element($array, $key, $default = false)]
  206. Arr::element($array, $key, $default = false)
  207. [Arr element | element($array, $key, $default = false)]
  208. Arr::element($array, $key, $default = false)
  209. [element - Fuel - Arr :: element($array, $key, $default = false) | ]
  210. element($array, $key, $default = false)
  211. [f Arr elements | elements($array, $keys, $default = false)]
  212. Arr::elements($array, $keys, $default = false)
  213. [Arr elements | elements($array, $keys, $default = false)]
  214. Arr::elements($array, $keys, $default = false)
  215. [elements - Fuel - Arr :: elements($array, $keys, $default = false) | ]
  216. elements($array, $keys, $default = false)
  217. [f Arr insert | insert(Array &$original, $value, $pos)]
  218. Arr::insert(Array &$original, $value, $pos)
  219. [Arr insert | insert(Array &$original, $value, $pos)]
  220. Arr::insert(Array &$original, $value, $pos)
  221. [insert - Fuel - Arr :: insert(Array &$original, $value, $pos) | ]
  222. insert(Array &$original, $value, $pos)
  223. [f Arr insert_after_key | insert_after_key(Array &$original, $value, $key)]
  224. Arr::insert_after_key(Array &$original, $value, $key)
  225. [Arr insert_after_key | insert_after_key(Array &$original, $value, $key)]
  226. Arr::insert_after_key(Array &$original, $value, $key)
  227. [insert_after_key - Fuel - Arr :: insert_after_key(Array &$original, $value, $key) | ]
  228. insert_after_key(Array &$original, $value, $key)
  229. [f Arr insert_after_value | insert_after_value(Array &$original, $value, $search)]
  230. Arr::insert_after_value(Array &$original, $value, $search)
  231. [Arr insert_after_value | insert_after_value(Array &$original, $value, $search)]
  232. Arr::insert_after_value(Array &$original, $value, $search)
  233. [insert_after_value - Fuel - Arr :: insert_after_value(Array &$original, $value, $search) | ]
  234. insert_after_value(Array &$original, $value, $search)
  235. [f Arr sort | sort($array, $key, $order = 'asc', $sort_flags = SORT_REGULAR)]
  236. Arr::sort($array, $key, $order = 'asc', $sort_flags = SORT_REGULAR)
  237. [Arr sort | sort($array, $key, $order = 'asc', $sort_flags = SORT_REGULAR)]
  238. Arr::sort($array, $key, $order = 'asc', $sort_flags = SORT_REGULAR)
  239. [sort - Fuel - Arr :: sort($array, $key, $order = 'asc', $sort_flags = SORT_REGULAR) | ]
  240. sort($array, $key, $order = 'asc', $sort_flags = SORT_REGULAR)
  241. [f Arr average | average($array)]
  242. Arr::average($array)
  243. [Arr average | average($array)]
  244. Arr::average($array)
  245. [average - Fuel - Arr :: average($array) | ]
  246. average($array)
  247. [f Arr replace_keys | replace_keys($source, $replace)]
  248. Arr::replace_keys($source, $replace)
  249. [Arr replace_keys | replace_keys($source, $replace)]
  250. Arr::replace_keys($source, $replace)
  251. [replace_keys - Fuel - Arr :: replace_keys($source, $replace) | ]
  252. replace_keys($source, $replace)
  253. [f Arr merge | merge()]
  254. Arr::merge()
  255. [Arr merge | merge()]
  256. Arr::merge()
  257. [merge - Fuel - Arr :: merge() | ]
  258. merge()
  259. ;
  260.  
  261. ; ----------------------
  262. ; Asset
  263. ; ----------------------
  264.  
  265. [fClasses Asset | Fuel class list: class Asset ]
  266. Asset
  267. [f Asset add_path | add_path($path)]
  268. Asset::add_path($path)
  269. [Asset add_path | add_path($path)]
  270. Asset::add_path($path)
  271. [add_path - Fuel - Asset :: add_path($path) | ]
  272. add_path($path)
  273. [f Asset remove_path | remove_path($path)]
  274. Asset::remove_path($path)
  275. [Asset remove_path | remove_path($path)]
  276. Asset::remove_path($path)
  277. [remove_path - Fuel - Asset :: remove_path($path) | ]
  278. remove_path($path)
  279. [f Asset render | render($group, $raw = false)]
  280. Asset::render($group, $raw = false)
  281. [Asset render | render($group, $raw = false)]
  282. Asset::render($group, $raw = false)
  283. [render - Fuel - Asset :: render($group, $raw = false) | ]
  284. render($group, $raw = false)
  285. [f Asset css | css($stylesheets = array(), $attr = array(), $group = NULL, $raw = false)]
  286. Asset::css($stylesheets = array(), $attr = array(), $group = NULL, $raw = false)
  287. [Asset css | css($stylesheets = array(), $attr = array(), $group = NULL, $raw = false)]
  288. Asset::css($stylesheets = array(), $attr = array(), $group = NULL, $raw = false)
  289. [css - Fuel - Asset :: css($stylesheets = array(), $attr = array(), $group = NULL, $raw = false) | ]
  290. css($stylesheets = array(), $attr = array(), $group = NULL, $raw = false)
  291. [f Asset js | js($scripts = array(), $attr = array(), $group = NULL, $raw = false)]
  292. Asset::js($scripts = array(), $attr = array(), $group = NULL, $raw = false)
  293. [Asset js | js($scripts = array(), $attr = array(), $group = NULL, $raw = false)]
  294. Asset::js($scripts = array(), $attr = array(), $group = NULL, $raw = false)
  295. [js - Fuel - Asset :: js($scripts = array(), $attr = array(), $group = NULL, $raw = false) | ]
  296. js($scripts = array(), $attr = array(), $group = NULL, $raw = false)
  297. [f Asset img | img($images = array(), $attr = array(), $group = NULL)]
  298. Asset::img($images = array(), $attr = array(), $group = NULL)
  299. [Asset img | img($images = array(), $attr = array(), $group = NULL)]
  300. Asset::img($images = array(), $attr = array(), $group = NULL)
  301. [img - Fuel - Asset :: img($images = array(), $attr = array(), $group = NULL) | ]
  302. img($images = array(), $attr = array(), $group = NULL)
  303. [f Asset find_file | find_file($file, $folder = '')]
  304. Asset::find_file($file, $folder = '')
  305. [Asset find_file | find_file($file, $folder = '')]
  306. Asset::find_file($file, $folder = '')
  307. [find_file - Fuel - Asset :: find_file($file, $folder = '') | ]
  308. find_file($file, $folder = '')
  309. ;
  310.  
  311. ; ----------------------
  312. ; Autoloader
  313. ; ----------------------
  314.  
  315. [fClasses Autoloader | Fuel class list: class Autoloader ]
  316. Autoloader
  317. [f Autoloader add_namespace | add_namespace($namespace, $path, $psr = false)]
  318. Autoloader::add_namespace($namespace, $path, $psr = false)
  319. [Autoloader add_namespace | add_namespace($namespace, $path, $psr = false)]
  320. Autoloader::add_namespace($namespace, $path, $psr = false)
  321. [add_namespace - Fuel - Autoloader :: add_namespace($namespace, $path, $psr = false) | ]
  322. add_namespace($namespace, $path, $psr = false)
  323. [f Autoloader add_namespaces | add_namespaces(array $namespaces, $prepend = false)]
  324. Autoloader::add_namespaces(array $namespaces, $prepend = false)
  325. [Autoloader add_namespaces | add_namespaces(array $namespaces, $prepend = false)]
  326. Autoloader::add_namespaces(array $namespaces, $prepend = false)
  327. [add_namespaces - Fuel - Autoloader :: add_namespaces(array $namespaces, $prepend = false) | ]
  328. add_namespaces(array $namespaces, $prepend = false)
  329. [f Autoloader namespace_path | namespace_path($namespace)]
  330. Autoloader::namespace_path($namespace)
  331. [Autoloader namespace_path | namespace_path($namespace)]
  332. Autoloader::namespace_path($namespace)
  333. [namespace_path - Fuel - Autoloader :: namespace_path($namespace) | ]
  334. namespace_path($namespace)
  335. [f Autoloader add_class | add_class($class, $path)]
  336. Autoloader::add_class($class, $path)
  337. [Autoloader add_class | add_class($class, $path)]
  338. Autoloader::add_class($class, $path)
  339. [add_class - Fuel - Autoloader :: add_class($class, $path) | ]
  340. add_class($class, $path)
  341. [f Autoloader add_classes | add_classes($classes)]
  342. Autoloader::add_classes($classes)
  343. [Autoloader add_classes | add_classes($classes)]
  344. Autoloader::add_classes($classes)
  345. [add_classes - Fuel - Autoloader :: add_classes($classes) | ]
  346. add_classes($classes)
  347. [f Autoloader alias_to_namespace | alias_to_namespace($class, $namespace = '')]
  348. Autoloader::alias_to_namespace($class, $namespace = '')
  349. [Autoloader alias_to_namespace | alias_to_namespace($class, $namespace = '')]
  350. Autoloader::alias_to_namespace($class, $namespace = '')
  351. [alias_to_namespace - Fuel - Autoloader :: alias_to_namespace($class, $namespace = '') | ]
  352. alias_to_namespace($class, $namespace = '')
  353. [f Autoloader register | register()]
  354. Autoloader::register()
  355. [Autoloader register | register()]
  356. Autoloader::register()
  357. [register - Fuel - Autoloader :: register() | ]
  358. register()
  359. [f Autoloader is_core_class | is_core_class($class)]
  360. Autoloader::is_core_class($class)
  361. [Autoloader is_core_class | is_core_class($class)]
  362. Autoloader::is_core_class($class)
  363. [is_core_class - Fuel - Autoloader :: is_core_class($class) | ]
  364. is_core_class($class)
  365. [f Autoloader add_core_namespace | add_core_namespace($namespace, $prefix = true)]
  366. Autoloader::add_core_namespace($namespace, $prefix = true)
  367. [Autoloader add_core_namespace | add_core_namespace($namespace, $prefix = true)]
  368. Autoloader::add_core_namespace($namespace, $prefix = true)
  369. [add_core_namespace - Fuel - Autoloader :: add_core_namespace($namespace, $prefix = true) | ]
  370. add_core_namespace($namespace, $prefix = true)
  371. [f Autoloader load | load($class)]
  372. Autoloader::load($class)
  373. [Autoloader load | load($class)]
  374. Autoloader::load($class)
  375. [load - Fuel - Autoloader :: load($class) | ]
  376. load($class)
  377. [f Autoloader psr_loader | psr_loader($path, $class)]
  378. Autoloader::psr_loader($path, $class)
  379. [Autoloader psr_loader | psr_loader($path, $class)]
  380. Autoloader::psr_loader($path, $class)
  381. [psr_loader - Fuel - Autoloader :: psr_loader($path, $class) | ]
  382. psr_loader($path, $class)
  383. ;
  384.  
  385. ; ----------------------
  386. ; space
  387. ; ----------------------
  388.  
  389. [fClasses space | Fuel class list: class space ]
  390. space
  391. [f space readable | readable($contents);]
  392. space::readable($contents);
  393. [space readable | readable($contents);]
  394. space::readable($contents);
  395. [readable - Fuel - space :: readable($contents); | ]
  396. readable($contents);
  397. [f space writable | writable($contents);]
  398. space::writable($contents);
  399. [space writable | writable($contents);]
  400. space::writable($contents);
  401. [writable - Fuel - space :: writable($contents); | ]
  402. writable($contents);
  403. ;
  404.  
  405. ; ----------------------
  406. ; Cache_Handler_Json
  407. ; ----------------------
  408.  
  409. [fClasses Cache_Handler_Json | Fuel class list: class Cache_Handler_Json ]
  410. Cache_Handler_Json
  411. [f Cache_Handler_Json readable | readable($contents)]
  412. Cache_Handler_Json::readable($contents)
  413. [Cache_Handler_Json readable | readable($contents)]
  414. Cache_Handler_Json::readable($contents)
  415. [readable - Fuel - Cache_Handler_Json :: readable($contents) | ]
  416. readable($contents)
  417. [f Cache_Handler_Json writable | writable($contents)]
  418. Cache_Handler_Json::writable($contents)
  419. [Cache_Handler_Json writable | writable($contents)]
  420. Cache_Handler_Json::writable($contents)
  421. [writable - Fuel - Cache_Handler_Json :: writable($contents) | ]
  422. writable($contents)
  423. ;
  424.  
  425. ; ----------------------
  426. ; Cache_Handler_Serialized
  427. ; ----------------------
  428.  
  429. [fClasses Cache_Handler_Serialized | Fuel class list: class Cache_Handler_Serialized ]
  430. Cache_Handler_Serialized
  431. [f Cache_Handler_Serialized readable | readable($contents)]
  432. Cache_Handler_Serialized::readable($contents)
  433. [Cache_Handler_Serialized readable | readable($contents)]
  434. Cache_Handler_Serialized::readable($contents)
  435. [readable - Fuel - Cache_Handler_Serialized :: readable($contents) | ]
  436. readable($contents)
  437. [f Cache_Handler_Serialized writable | writable($contents)]
  438. Cache_Handler_Serialized::writable($contents)
  439. [Cache_Handler_Serialized writable | writable($contents)]
  440. Cache_Handler_Serialized::writable($contents)
  441. [writable - Fuel - Cache_Handler_Serialized :: writable($contents) | ]
  442. writable($contents)
  443. ;
  444.  
  445. ; ----------------------
  446. ; Cache_Handler_String
  447. ; ----------------------
  448.  
  449. [fClasses Cache_Handler_String | Fuel class list: class Cache_Handler_String ]
  450. Cache_Handler_String
  451. [f Cache_Handler_String readable | readable($contents)]
  452. Cache_Handler_String::readable($contents)
  453. [Cache_Handler_String readable | readable($contents)]
  454. Cache_Handler_String::readable($contents)
  455. [readable - Fuel - Cache_Handler_String :: readable($contents) | ]
  456. readable($contents)
  457. [f Cache_Handler_String writable | writable($contents)]
  458. Cache_Handler_String::writable($contents)
  459. [Cache_Handler_String writable | writable($contents)]
  460. Cache_Handler_String::writable($contents)
  461. [writable - Fuel - Cache_Handler_String :: writable($contents) | ]
  462. writable($contents)
  463. ;
  464.  
  465. ; ----------------------
  466. ; Cache_Storage_Driver
  467. ; ----------------------
  468.  
  469. [fClasses Cache_Storage_Driver | Fuel class list: class Cache_Storage_Driver ]
  470. Cache_Storage_Driver
  471. [f Cache_Storage_Driver delete | delete();]
  472. Cache_Storage_Driver::delete();
  473. [Cache_Storage_Driver delete | delete();]
  474. Cache_Storage_Driver::delete();
  475. [delete - Fuel - Cache_Storage_Driver :: delete(); | ]
  476. delete();
  477. [f Cache_Storage_Driver delete_all | delete_all($section);]
  478. Cache_Storage_Driver::delete_all($section);
  479. [Cache_Storage_Driver delete_all | delete_all($section);]
  480. Cache_Storage_Driver::delete_all($section);
  481. [delete_all - Fuel - Cache_Storage_Driver :: delete_all($section); | ]
  482. delete_all($section);
  483. [f Cache_Storage_Driver check_dependencies | check_dependencies(Array $dependencies);]
  484. Cache_Storage_Driver::check_dependencies(Array $dependencies);
  485. [Cache_Storage_Driver check_dependencies | check_dependencies(Array $dependencies);]
  486. Cache_Storage_Driver::check_dependencies(Array $dependencies);
  487. [check_dependencies - Fuel - Cache_Storage_Driver :: check_dependencies(Array $dependencies); | ]
  488. check_dependencies(Array $dependencies);
  489. [f Cache_Storage_Driver stringify_identifier | stringify_identifier($identifier)]
  490. Cache_Storage_Driver::stringify_identifier($identifier)
  491. [Cache_Storage_Driver stringify_identifier | stringify_identifier($identifier)]
  492. Cache_Storage_Driver::stringify_identifier($identifier)
  493. [stringify_identifier - Fuel - Cache_Storage_Driver :: stringify_identifier($identifier) | ]
  494. stringify_identifier($identifier)
  495. [f Cache_Storage_Driver reset | reset()]
  496. Cache_Storage_Driver::reset()
  497. [Cache_Storage_Driver reset | reset()]
  498. Cache_Storage_Driver::reset()
  499. [reset - Fuel - Cache_Storage_Driver :: reset() | ]
  500. reset()
  501. [f Cache_Storage_Driver set | set($contents = null, $expiration = false, $dependencies = array())]
  502. Cache_Storage_Driver::set($contents = null, $expiration = false, $dependencies = array())
  503. [Cache_Storage_Driver set | set($contents = null, $expiration = false, $dependencies = array())]
  504. Cache_Storage_Driver::set($contents = null, $expiration = false, $dependencies = array())
  505. [set - Fuel - Cache_Storage_Driver :: set($contents = null, $expiration = false, $dependencies = array()) | ]
  506. set($contents = null, $expiration = false, $dependencies = array())
  507. [f Cache_Storage_Driver get | get($use_expiration = true)]
  508. Cache_Storage_Driver::get($use_expiration = true)
  509. [Cache_Storage_Driver get | get($use_expiration = true)]
  510. Cache_Storage_Driver::get($use_expiration = true)
  511. [get - Fuel - Cache_Storage_Driver :: get($use_expiration = true) | ]
  512. get($use_expiration = true)
  513. [f Cache_Storage_Driver call | call($callback, $args = array(), $expiration = null, $dependencies = array())]
  514. Cache_Storage_Driver::call($callback, $args = array(), $expiration = null, $dependencies = array())
  515. [Cache_Storage_Driver call | call($callback, $args = array(), $expiration = null, $dependencies = array())]
  516. Cache_Storage_Driver::call($callback, $args = array(), $expiration = null, $dependencies = array())
  517. [call - Fuel - Cache_Storage_Driver :: call($callback, $args = array(), $expiration = null, $dependencies = array()) | ]
  518. call($callback, $args = array(), $expiration = null, $dependencies = array())
  519. [f Cache_Storage_Driver set_contents | set_contents($contents, $handler = NULL)]
  520. Cache_Storage_Driver::set_contents($contents, $handler = NULL)
  521. [Cache_Storage_Driver set_contents | set_contents($contents, $handler = NULL)]
  522. Cache_Storage_Driver::set_contents($contents, $handler = NULL)
  523. [set_contents - Fuel - Cache_Storage_Driver :: set_contents($contents, $handler = NULL) | ]
  524. set_contents($contents, $handler = NULL)
  525. [f Cache_Storage_Driver get_contents | get_contents()]
  526. Cache_Storage_Driver::get_contents()
  527. [Cache_Storage_Driver get_contents | get_contents()]
  528. Cache_Storage_Driver::get_contents()
  529. [get_contents - Fuel - Cache_Storage_Driver :: get_contents() | ]
  530. get_contents()
  531. [f Cache_Storage_Driver set_content_handler | set_content_handler($handler)]
  532. Cache_Storage_Driver::set_content_handler($handler)
  533. [Cache_Storage_Driver set_content_handler | set_content_handler($handler)]
  534. Cache_Storage_Driver::set_content_handler($handler)
  535. [set_content_handler - Fuel - Cache_Storage_Driver :: set_content_handler($handler) | ]
  536. set_content_handler($handler)
  537. [f Cache_Storage_Driver get_content_handler | get_content_handler($handler = null)]
  538. Cache_Storage_Driver::get_content_handler($handler = null)
  539. [Cache_Storage_Driver get_content_handler | get_content_handler($handler = null)]
  540. Cache_Storage_Driver::get_content_handler($handler = null)
  541. [get_content_handler - Fuel - Cache_Storage_Driver :: get_content_handler($handler = null) | ]
  542. get_content_handler($handler = null)
  543. [f Cache_Storage_Driver handle_writing | handle_writing($contents)]
  544. Cache_Storage_Driver::handle_writing($contents)
  545. [Cache_Storage_Driver handle_writing | handle_writing($contents)]
  546. Cache_Storage_Driver::handle_writing($contents)
  547. [handle_writing - Fuel - Cache_Storage_Driver :: handle_writing($contents) | ]
  548. handle_writing($contents)
  549. [f Cache_Storage_Driver handle_reading | handle_reading($contents)]
  550. Cache_Storage_Driver::handle_reading($contents)
  551. [Cache_Storage_Driver handle_reading | handle_reading($contents)]
  552. Cache_Storage_Driver::handle_reading($contents)
  553. [handle_reading - Fuel - Cache_Storage_Driver :: handle_reading($contents) | ]
  554. handle_reading($contents)
  555. ;
  556.  
  557. ; ----------------------
  558. ; Cache_Storage_File
  559. ; ----------------------
  560.  
  561. [fClasses Cache_Storage_File | Fuel class list: class Cache_Storage_File ]
  562. Cache_Storage_File
  563. [f Cache_Storage_File identifier_to_path | identifier_to_path( $identifier )]
  564. Cache_Storage_File::identifier_to_path( $identifier )
  565. [Cache_Storage_File identifier_to_path | identifier_to_path( $identifier )]
  566. Cache_Storage_File::identifier_to_path( $identifier )
  567. [identifier_to_path - Fuel - Cache_Storage_File :: identifier_to_path( $identifier ) | ]
  568. identifier_to_path( $identifier )
  569. [f Cache_Storage_File prep_contents | prep_contents()]
  570. Cache_Storage_File::prep_contents()
  571. [Cache_Storage_File prep_contents | prep_contents()]
  572. Cache_Storage_File::prep_contents()
  573. [prep_contents - Fuel - Cache_Storage_File :: prep_contents() | ]
  574. prep_contents()
  575. [f Cache_Storage_File unprep_contents | unprep_contents($payload)]
  576. Cache_Storage_File::unprep_contents($payload)
  577. [Cache_Storage_File unprep_contents | unprep_contents($payload)]
  578. Cache_Storage_File::unprep_contents($payload)
  579. [unprep_contents - Fuel - Cache_Storage_File :: unprep_contents($payload) | ]
  580. unprep_contents($payload)
  581. [f Cache_Storage_File check_dependencies | check_dependencies(Array $dependencies)]
  582. Cache_Storage_File::check_dependencies(Array $dependencies)
  583. [Cache_Storage_File check_dependencies | check_dependencies(Array $dependencies)]
  584. Cache_Storage_File::check_dependencies(Array $dependencies)
  585. [check_dependencies - Fuel - Cache_Storage_File :: check_dependencies(Array $dependencies) | ]
  586. check_dependencies(Array $dependencies)
  587. [f Cache_Storage_File delete | delete()]
  588. Cache_Storage_File::delete()
  589. [Cache_Storage_File delete | delete()]
  590. Cache_Storage_File::delete()
  591. [delete - Fuel - Cache_Storage_File :: delete() | ]
  592. delete()
  593. [f Cache_Storage_File delete_all | delete_all($section)]
  594. Cache_Storage_File::delete_all($section)
  595. [Cache_Storage_File delete_all | delete_all($section)]
  596. Cache_Storage_File::delete_all($section)
  597. [delete_all - Fuel - Cache_Storage_File :: delete_all($section) | ]
  598. delete_all($section)
  599. ;
  600.  
  601. ; ----------------------
  602. ; Cache_Storage_Memcached
  603. ; ----------------------
  604.  
  605. [fClasses Cache_Storage_Memcached | Fuel class list: class Cache_Storage_Memcached ]
  606. Cache_Storage_Memcached
  607. [f Cache_Storage_Memcached prep_contents | prep_contents()]
  608. Cache_Storage_Memcached::prep_contents()
  609. [Cache_Storage_Memcached prep_contents | prep_contents()]
  610. Cache_Storage_Memcached::prep_contents()
  611. [prep_contents - Fuel - Cache_Storage_Memcached :: prep_contents() | ]
  612. prep_contents()
  613. [f Cache_Storage_Memcached unprep_contents | unprep_contents($payload)]
  614. Cache_Storage_Memcached::unprep_contents($payload)
  615. [Cache_Storage_Memcached unprep_contents | unprep_contents($payload)]
  616. Cache_Storage_Memcached::unprep_contents($payload)
  617. [unprep_contents - Fuel - Cache_Storage_Memcached :: unprep_contents($payload) | ]
  618. unprep_contents($payload)
  619. [f Cache_Storage_Memcached check_dependencies | check_dependencies(Array $dependencies)]
  620. Cache_Storage_Memcached::check_dependencies(Array $dependencies)
  621. [Cache_Storage_Memcached check_dependencies | check_dependencies(Array $dependencies)]
  622. Cache_Storage_Memcached::check_dependencies(Array $dependencies)
  623. [check_dependencies - Fuel - Cache_Storage_Memcached :: check_dependencies(Array $dependencies) | ]
  624. check_dependencies(Array $dependencies)
  625. [f Cache_Storage_Memcached delete | delete()]
  626. Cache_Storage_Memcached::delete()
  627. [Cache_Storage_Memcached delete | delete()]
  628. Cache_Storage_Memcached::delete()
  629. [delete - Fuel - Cache_Storage_Memcached :: delete() | ]
  630. delete()
  631. [f Cache_Storage_Memcached delete_all | delete_all($section)]
  632. Cache_Storage_Memcached::delete_all($section)
  633. [Cache_Storage_Memcached delete_all | delete_all($section)]
  634. Cache_Storage_Memcached::delete_all($section)
  635. [delete_all - Fuel - Cache_Storage_Memcached :: delete_all($section) | ]
  636. delete_all($section)
  637. ;
  638.  
  639. ; ----------------------
  640. ; Cache_Storage_Redis
  641. ; ----------------------
  642.  
  643. [fClasses Cache_Storage_Redis | Fuel class list: class Cache_Storage_Redis ]
  644. Cache_Storage_Redis
  645. [f Cache_Storage_Redis identifier_to_key | identifier_to_key( $identifier )]
  646. Cache_Storage_Redis::identifier_to_key( $identifier )
  647. [Cache_Storage_Redis identifier_to_key | identifier_to_key( $identifier )]
  648. Cache_Storage_Redis::identifier_to_key( $identifier )
  649. [identifier_to_key - Fuel - Cache_Storage_Redis :: identifier_to_key( $identifier ) | ]
  650. identifier_to_key( $identifier )
  651. [f Cache_Storage_Redis prep_contents | prep_contents()]
  652. Cache_Storage_Redis::prep_contents()
  653. [Cache_Storage_Redis prep_contents | prep_contents()]
  654. Cache_Storage_Redis::prep_contents()
  655. [prep_contents - Fuel - Cache_Storage_Redis :: prep_contents() | ]
  656. prep_contents()
  657. [f Cache_Storage_Redis unprep_contents | unprep_contents($payload)]
  658. Cache_Storage_Redis::unprep_contents($payload)
  659. [Cache_Storage_Redis unprep_contents | unprep_contents($payload)]
  660. Cache_Storage_Redis::unprep_contents($payload)
  661. [unprep_contents - Fuel - Cache_Storage_Redis :: unprep_contents($payload) | ]
  662. unprep_contents($payload)
  663. [f Cache_Storage_Redis check_dependencies | check_dependencies(Array $dependencies)]
  664. Cache_Storage_Redis::check_dependencies(Array $dependencies)
  665. [Cache_Storage_Redis check_dependencies | check_dependencies(Array $dependencies)]
  666. Cache_Storage_Redis::check_dependencies(Array $dependencies)
  667. [check_dependencies - Fuel - Cache_Storage_Redis :: check_dependencies(Array $dependencies) | ]
  668. check_dependencies(Array $dependencies)
  669. [f Cache_Storage_Redis delete | delete()]
  670. Cache_Storage_Redis::delete()
  671. [Cache_Storage_Redis delete | delete()]
  672. Cache_Storage_Redis::delete()
  673. [delete - Fuel - Cache_Storage_Redis :: delete() | ]
  674. delete()
  675. [f Cache_Storage_Redis delete_all | delete_all($section)]
  676. Cache_Storage_Redis::delete_all($section)
  677. [Cache_Storage_Redis delete_all | delete_all($section)]
  678. Cache_Storage_Redis::delete_all($section)
  679. [delete_all - Fuel - Cache_Storage_Redis :: delete_all($section) | ]
  680. delete_all($section)
  681. ;
  682.  
  683. ; ----------------------
  684. ; CacheNotFoundException
  685. ; ----------------------
  686.  
  687. [fClasses CacheNotFoundException | Fuel class list: class CacheNotFoundException ]
  688. CacheNotFoundException
  689. ;
  690.  
  691. ; ----------------------
  692. ; CacheExpiredException
  693. ; ----------------------
  694.  
  695. [fClasses CacheExpiredException | Fuel class list: class CacheExpiredException ]
  696. CacheExpiredException
  697. ;
  698.  
  699. ; ----------------------
  700. ; Cache
  701. ; ----------------------
  702.  
  703. [fClasses Cache | Fuel class list: class Cache ]
  704. Cache
  705. [f Cache factory | factory($identifier, $config = array())]
  706. Cache::factory($identifier, $config = array())
  707. [Cache factory | factory($identifier, $config = array())]
  708. Cache::factory($identifier, $config = array())
  709. [factory - Fuel - Cache :: factory($identifier, $config = array()) | ]
  710. factory($identifier, $config = array())
  711. [f Cache set | set($identifier, $contents = null, $expiration = false, $dependencies = array())]
  712. Cache::set($identifier, $contents = null, $expiration = false, $dependencies = array())
  713. [Cache set | set($identifier, $contents = null, $expiration = false, $dependencies = array())]
  714. Cache::set($identifier, $contents = null, $expiration = false, $dependencies = array())
  715. [set - Fuel - Cache :: set($identifier, $contents = null, $expiration = false, $dependencies = array()) | ]
  716. set($identifier, $contents = null, $expiration = false, $dependencies = array())
  717. [f Cache call | call($identifier, $callback, $args = array(), $expiration = null, $dependencies = array())]
  718. Cache::call($identifier, $callback, $args = array(), $expiration = null, $dependencies = array())
  719. [Cache call | call($identifier, $callback, $args = array(), $expiration = null, $dependencies = array())]
  720. Cache::call($identifier, $callback, $args = array(), $expiration = null, $dependencies = array())
  721. [call - Fuel - Cache :: call($identifier, $callback, $args = array(), $expiration = null, $dependencies = array()) | ]
  722. call($identifier, $callback, $args = array(), $expiration = null, $dependencies = array())
  723. [f Cache get | get($identifier, $use_expiration = true)]
  724. Cache::get($identifier, $use_expiration = true)
  725. [Cache get | get($identifier, $use_expiration = true)]
  726. Cache::get($identifier, $use_expiration = true)
  727. [get - Fuel - Cache :: get($identifier, $use_expiration = true) | ]
  728. get($identifier, $use_expiration = true)
  729. [f Cache delete | delete($identifier)]
  730. Cache::delete($identifier)
  731. [Cache delete | delete($identifier)]
  732. Cache::delete($identifier)
  733. [delete - Fuel - Cache :: delete($identifier) | ]
  734. delete($identifier)
  735. [f Cache delete_all | delete_all($section = null, $driver = null)]
  736. Cache::delete_all($section = null, $driver = null)
  737. [Cache delete_all | delete_all($section = null, $driver = null)]
  738. Cache::delete_all($section = null, $driver = null)
  739. [delete_all - Fuel - Cache :: delete_all($section = null, $driver = null) | ]
  740. delete_all($section = null, $driver = null)
  741. ;
  742.  
  743. ; ----------------------
  744. ; Cli
  745. ; ----------------------
  746.  
  747. [fClasses Cli | Fuel class list: class Cli ]
  748. Cli
  749. [f Cli option | option($name, $default = null)]
  750. Cli::option($name, $default = null)
  751. [Cli option | option($name, $default = null)]
  752. Cli::option($name, $default = null)
  753. [option - Fuel - Cli :: option($name, $default = null) | ]
  754. option($name, $default = null)
  755. [f Cli input | input($prefix = '')]
  756. Cli::input($prefix = '')
  757. [Cli input | input($prefix = '')]
  758. Cli::input($prefix = '')
  759. [input - Fuel - Cli :: input($prefix = '') | ]
  760. input($prefix = '')
  761. [f Cli prompt | prompt()]
  762. Cli::prompt()
  763. [Cli prompt | prompt()]
  764. Cli::prompt()
  765. [prompt - Fuel - Cli :: prompt() | ]
  766. prompt()
  767. [f Cli write | write($text = '', $foreground = null, $background = null)]
  768. Cli::write($text = '', $foreground = null, $background = null)
  769. [Cli write | write($text = '', $foreground = null, $background = null)]
  770. Cli::write($text = '', $foreground = null, $background = null)
  771. [write - Fuel - Cli :: write($text = '', $foreground = null, $background = null) | ]
  772. write($text = '', $foreground = null, $background = null)
  773. [f Cli error | error($text = '', $foreground = 'light_red', $background = null)]
  774. Cli::error($text = '', $foreground = 'light_red', $background = null)
  775. [Cli error | error($text = '', $foreground = 'light_red', $background = null)]
  776. Cli::error($text = '', $foreground = 'light_red', $background = null)
  777. [error - Fuel - Cli :: error($text = '', $foreground = 'light_red', $background = null) | ]
  778. error($text = '', $foreground = 'light_red', $background = null)
  779. [f Cli beep | beep($num = 1)]
  780. Cli::beep($num = 1)
  781. [Cli beep | beep($num = 1)]
  782. Cli::beep($num = 1)
  783. [beep - Fuel - Cli :: beep($num = 1) | ]
  784. beep($num = 1)
  785. [f Cli wait | wait($seconds = 0, $countdown = false)]
  786. Cli::wait($seconds = 0, $countdown = false)
  787. [Cli wait | wait($seconds = 0, $countdown = false)]
  788. Cli::wait($seconds = 0, $countdown = false)
  789. [wait - Fuel - Cli :: wait($seconds = 0, $countdown = false) | ]
  790. wait($seconds = 0, $countdown = false)
  791. [f Cli is_windows | is_windows()]
  792. Cli::is_windows()
  793. [Cli is_windows | is_windows()]
  794. Cli::is_windows()
  795. [is_windows - Fuel - Cli :: is_windows() | ]
  796. is_windows()
  797. [f Cli new_line | new_line($num = 1)]
  798. Cli::new_line($num = 1)
  799. [Cli new_line | new_line($num = 1)]
  800. Cli::new_line($num = 1)
  801. [new_line - Fuel - Cli :: new_line($num = 1) | ]
  802. new_line($num = 1)
  803. [f Cli clear_screen | clear_screen()]
  804. Cli::clear_screen()
  805. [Cli clear_screen | clear_screen()]
  806. Cli::clear_screen()
  807. [clear_screen - Fuel - Cli :: clear_screen() | ]
  808. clear_screen()
  809. [f Cli color | color($text, $foreground, $background = null)]
  810. Cli::color($text, $foreground, $background = null)
  811. [Cli color | color($text, $foreground, $background = null)]
  812. Cli::color($text, $foreground, $background = null)
  813. [color - Fuel - Cli :: color($text, $foreground, $background = null) | ]
  814. color($text, $foreground, $background = null)
  815. [f Cli spawn | spawn($call, $output = '/dev/null')]
  816. Cli::spawn($call, $output = '/dev/null')
  817. [Cli spawn | spawn($call, $output = '/dev/null')]
  818. Cli::spawn($call, $output = '/dev/null')
  819. [spawn - Fuel - Cli :: spawn($call, $output = '/dev/null') | ]
  820. spawn($call, $output = '/dev/null')
  821. ;
  822.  
  823. ; ----------------------
  824. ; Config
  825. ; ----------------------
  826.  
  827. [fClasses Config | Fuel class list: class Config ]
  828. Config
  829. [f Config load | load($file, $group = null, $reload = false)]
  830. Config::load($file, $group = null, $reload = false)
  831. [Config load | load($file, $group = null, $reload = false)]
  832. Config::load($file, $group = null, $reload = false)
  833. [load - Fuel - Config :: load($file, $group = null, $reload = false) | ]
  834. load($file, $group = null, $reload = false)
  835. [f Config save | save($file, $config)]
  836. Config::save($file, $config)
  837. [Config save | save($file, $config)]
  838. Config::save($file, $config)
  839. [save - Fuel - Config :: save($file, $config) | ]
  840. save($file, $config)
  841. [f Config get | get($item, $default = null)]
  842. Config::get($item, $default = null)
  843. [Config get | get($item, $default = null)]
  844. Config::get($item, $default = null)
  845. [get - Fuel - Config :: get($item, $default = null) | ]
  846. get($item, $default = null)
  847. [f Config set | set($item, $value)]
  848. Config::set($item, $value)
  849. [Config set | set($item, $value)]
  850. Config::set($item, $value)
  851. [set - Fuel - Config :: set($item, $value) | ]
  852. set($item, $value)
  853. ;
  854.  
  855. ; ----------------------
  856. ; Controller_Rest
  857. ; ----------------------
  858.  
  859. [fClasses Controller_Rest | Fuel class list: class Controller_Rest ]
  860. Controller_Rest
  861. [f Controller_Rest before | before()]
  862. Controller_Rest::before()
  863. [Controller_Rest before | before()]
  864. Controller_Rest::before()
  865. [before - Fuel - Controller_Rest :: before() | ]
  866. before()
  867. [f Controller_Rest router | router($resource, array $arguments)]
  868. Controller_Rest::router($resource, array $arguments)
  869. [Controller_Rest router | router($resource, array $arguments)]
  870. Controller_Rest::router($resource, array $arguments)
  871. [router - Fuel - Controller_Rest :: router($resource, array $arguments) | ]
  872. router($resource, array $arguments)
  873. [f Controller_Rest response | response($data = array(), $http_code = 200)]
  874. Controller_Rest::response($data = array(), $http_code = 200)
  875. [Controller_Rest response | response($data = array(), $http_code = 200)]
  876. Controller_Rest::response($data = array(), $http_code = 200)
  877. [response - Fuel - Controller_Rest :: response($data = array(), $http_code = 200) | ]
  878. response($data = array(), $http_code = 200)
  879. ;
  880.  
  881. ; ----------------------
  882. ; Controller_Template
  883. ; ----------------------
  884.  
  885. [fClasses Controller_Template | Fuel class list: class Controller_Template ]
  886. Controller_Template
  887. [f Controller_Template before | before($data = null)]
  888. Controller_Template::before($data = null)
  889. [Controller_Template before | before($data = null)]
  890. Controller_Template::before($data = null)
  891. [before - Fuel - Controller_Template :: before($data = null) | ]
  892. before($data = null)
  893. [f Controller_Template after | after()]
  894. Controller_Template::after()
  895. [Controller_Template after | after()]
  896. Controller_Template::after()
  897. [after - Fuel - Controller_Template :: after() | ]
  898. after()
  899. ;
  900.  
  901. ; ----------------------
  902. ; Controller
  903. ; ----------------------
  904.  
  905. [fClasses Controller | Fuel class list: class Controller ]
  906. Controller
  907. [f Controller before | before() { }]
  908. Controller::before() { }
  909. [Controller before | before() { }]
  910. Controller::before() { }
  911. [before - Fuel - Controller :: before() { } | ]
  912. before() { }
  913. [f Controller after | after() { }]
  914. Controller::after() { }
  915. [Controller after | after() { }]
  916. Controller::after() { }
  917. [after - Fuel - Controller :: after() { } | ]
  918. after() { }
  919. [f Controller param | param($param)]
  920. Controller::param($param)
  921. [Controller param | param($param)]
  922. Controller::param($param)
  923. [param - Fuel - Controller :: param($param) | ]
  924. param($param)
  925. [f Controller params | params()]
  926. Controller::params()
  927. [Controller params | params()]
  928. Controller::params()
  929. [params - Fuel - Controller :: params() | ]
  930. params()
  931. [f Controller render | render($view, $data = array(), $auto_encode = null)]
  932. Controller::render($view, $data = array(), $auto_encode = null)
  933. [Controller render | render($view, $data = array(), $auto_encode = null)]
  934. Controller::render($view, $data = array(), $auto_encode = null)
  935. [render - Fuel - Controller :: render($view, $data = array(), $auto_encode = null) | ]
  936. render($view, $data = array(), $auto_encode = null)
  937. ;
  938.  
  939. ; ----------------------
  940. ; Cookie
  941. ; ----------------------
  942.  
  943. [fClasses Cookie | Fuel class list: class Cookie ]
  944. Cookie
  945. [f Cookie get | get($name, $default = null)]
  946. Cookie::get($name, $default = null)
  947. [Cookie get | get($name, $default = null)]
  948. Cookie::get($name, $default = null)
  949. [get - Fuel - Cookie :: get($name, $default = null) | ]
  950. get($name, $default = null)
  951. [f Cookie set | set($name, $value, $expiration = null, $path = null, $domain = null, $secure = null, $http_only = null)]
  952. Cookie::set($name, $value, $expiration = null, $path = null, $domain = null, $secure = null, $http_only = null)
  953. [Cookie set | set($name, $value, $expiration = null, $path = null, $domain = null, $secure = null, $http_only = null)]
  954. Cookie::set($name, $value, $expiration = null, $path = null, $domain = null, $secure = null, $http_only = null)
  955. [set - Fuel - Cookie :: set($name, $value, $expiration = null, $path = null, $domain = null, $secure = null, $http_only = null) | ]
  956. set($name, $value, $expiration = null, $path = null, $domain = null, $secure = null, $http_only = null)
  957. [f Cookie delete | delete($name)]
  958. Cookie::delete($name)
  959. [Cookie delete | delete($name)]
  960. Cookie::delete($name)
  961. [delete - Fuel - Cookie :: delete($name) | ]
  962. delete($name)
  963. ;
  964.  
  965. ; ----------------------
  966. ; Crypt
  967. ; ----------------------
  968.  
  969. [fClasses Crypt | Fuel class list: class Crypt ]
  970. Crypt
  971. [f Crypt encode | encode($value, $key = false)]
  972. Crypt::encode($value, $key = false)
  973. [Crypt encode | encode($value, $key = false)]
  974. Crypt::encode($value, $key = false)
  975. [encode - Fuel - Crypt :: encode($value, $key = false) | ]
  976. encode($value, $key = false)
  977. [f Crypt decode | decode($value, $key = false)]
  978. Crypt::decode($value, $key = false)
  979. [Crypt decode | decode($value, $key = false)]
  980. Crypt::decode($value, $key = false)
  981. [decode - Fuel - Crypt :: decode($value, $key = false) | ]
  982. decode($value, $key = false)
  983. [f Crypt safe_b64encode | safe_b64encode($value)]
  984. Crypt::safe_b64encode($value)
  985. [Crypt safe_b64encode | safe_b64encode($value)]
  986. Crypt::safe_b64encode($value)
  987. [safe_b64encode - Fuel - Crypt :: safe_b64encode($value) | ]
  988. safe_b64encode($value)
  989. [f Crypt safe_b64decode | safe_b64decode($value)]
  990. Crypt::safe_b64decode($value)
  991. [Crypt safe_b64decode | safe_b64decode($value)]
  992. Crypt::safe_b64decode($value)
  993. [safe_b64decode - Fuel - Crypt :: safe_b64decode($value) | ]
  994. safe_b64decode($value)
  995. [f Crypt add_hmac | add_hmac($value)]
  996. Crypt::add_hmac($value)
  997. [Crypt add_hmac | add_hmac($value)]
  998. Crypt::add_hmac($value)
  999. [add_hmac - Fuel - Crypt :: add_hmac($value) | ]
  1000. add_hmac($value)
  1001. [f Crypt validate_hmac | validate_hmac($value)]
  1002. Crypt::validate_hmac($value)
  1003. [Crypt validate_hmac | validate_hmac($value)]
  1004. Crypt::validate_hmac($value)
  1005. [validate_hmac - Fuel - Crypt :: validate_hmac($value) | ]
  1006. validate_hmac($value)
  1007. [f Crypt secure_compare | secure_compare($a, $b) {]
  1008. Crypt::secure_compare($a, $b) {
  1009. [Crypt secure_compare | secure_compare($a, $b) {]
  1010. Crypt::secure_compare($a, $b) {
  1011. [secure_compare - Fuel - Crypt :: secure_compare($a, $b) { | ]
  1012. secure_compare($a, $b) {
  1013. ;
  1014.  
  1015. ; ----------------------
  1016. ; Database_Connection
  1017. ; ----------------------
  1018.  
  1019. [fClasses Database_Connection | Fuel class list: class Database_Connection ]
  1020. Database_Connection
  1021. [f Database_Connection instance | instance($name = NULL, array $config = NULL)]
  1022. Database_Connection::instance($name = NULL, array $config = NULL)
  1023. [Database_Connection instance | instance($name = NULL, array $config = NULL)]
  1024. Database_Connection::instance($name = NULL, array $config = NULL)
  1025. [instance - Fuel - Database_Connection :: instance($name = NULL, array $config = NULL) | ]
  1026. instance($name = NULL, array $config = NULL)
  1027. [f Database_Connection connect | connect();]
  1028. Database_Connection::connect();
  1029. [Database_Connection connect | connect();]
  1030. Database_Connection::connect();
  1031. [connect - Fuel - Database_Connection :: connect(); | ]
  1032. connect();
  1033. [f Database_Connection disconnect | disconnect();]
  1034. Database_Connection::disconnect();
  1035. [Database_Connection disconnect | disconnect();]
  1036. Database_Connection::disconnect();
  1037. [disconnect - Fuel - Database_Connection :: disconnect(); | ]
  1038. disconnect();
  1039. [f Database_Connection set_charset | set_charset($charset);]
  1040. Database_Connection::set_charset($charset);
  1041. [Database_Connection set_charset | set_charset($charset);]
  1042. Database_Connection::set_charset($charset);
  1043. [set_charset - Fuel - Database_Connection :: set_charset($charset); | ]
  1044. set_charset($charset);
  1045. [f Database_Connection query | query($type, $sql, $as_object);]
  1046. Database_Connection::query($type, $sql, $as_object);
  1047. [Database_Connection query | query($type, $sql, $as_object);]
  1048. Database_Connection::query($type, $sql, $as_object);
  1049. [query - Fuel - Database_Connection :: query($type, $sql, $as_object); | ]
  1050. query($type, $sql, $as_object);
  1051. [f Database_Connection count_last_query | count_last_query()]
  1052. Database_Connection::count_last_query()
  1053. [Database_Connection count_last_query | count_last_query()]
  1054. Database_Connection::count_last_query()
  1055. [count_last_query - Fuel - Database_Connection :: count_last_query() | ]
  1056. count_last_query()
  1057. [f Database_Connection count_records | count_records($table)]
  1058. Database_Connection::count_records($table)
  1059. [Database_Connection count_records | count_records($table)]
  1060. Database_Connection::count_records($table)
  1061. [count_records - Fuel - Database_Connection :: count_records($table) | ]
  1062. count_records($table)
  1063. [f Database_Connection datatype | datatype($type)]
  1064. Database_Connection::datatype($type)
  1065. [Database_Connection datatype | datatype($type)]
  1066. Database_Connection::datatype($type)
  1067. [datatype - Fuel - Database_Connection :: datatype($type) | ]
  1068. datatype($type)
  1069. [f Database_Connection list_tables | list_tables($like = NULL);]
  1070. Database_Connection::list_tables($like = NULL);
  1071. [Database_Connection list_tables | list_tables($like = NULL);]
  1072. Database_Connection::list_tables($like = NULL);
  1073. [list_tables - Fuel - Database_Connection :: list_tables($like = NULL); | ]
  1074. list_tables($like = NULL);
  1075. [f Database_Connection list_columns | list_columns($table, $like = NULL);]
  1076. Database_Connection::list_columns($table, $like = NULL);
  1077. [Database_Connection list_columns | list_columns($table, $like = NULL);]
  1078. Database_Connection::list_columns($table, $like = NULL);
  1079. [list_columns - Fuel - Database_Connection :: list_columns($table, $like = NULL); | ]
  1080. list_columns($table, $like = NULL);
  1081. [f Database_Connection table_prefix | table_prefix($table = null)]
  1082. Database_Connection::table_prefix($table = null)
  1083. [Database_Connection table_prefix | table_prefix($table = null)]
  1084. Database_Connection::table_prefix($table = null)
  1085. [table_prefix - Fuel - Database_Connection :: table_prefix($table = null) | ]
  1086. table_prefix($table = null)
  1087. [f Database_Connection quote | quote($value)]
  1088. Database_Connection::quote($value)
  1089. [Database_Connection quote | quote($value)]
  1090. Database_Connection::quote($value)
  1091. [quote - Fuel - Database_Connection :: quote($value) | ]
  1092. quote($value)
  1093. [f Database_Connection quote_table | quote_table($value)]
  1094. Database_Connection::quote_table($value)
  1095. [Database_Connection quote_table | quote_table($value)]
  1096. Database_Connection::quote_table($value)
  1097. [quote_table - Fuel - Database_Connection :: quote_table($value) | ]
  1098. quote_table($value)
  1099. [f Database_Connection quote_identifier | quote_identifier($value)]
  1100. Database_Connection::quote_identifier($value)
  1101. [Database_Connection quote_identifier | quote_identifier($value)]
  1102. Database_Connection::quote_identifier($value)
  1103. [quote_identifier - Fuel - Database_Connection :: quote_identifier($value) | ]
  1104. quote_identifier($value)
  1105. [f Database_Connection escape | escape($value);]
  1106. Database_Connection::escape($value);
  1107. [Database_Connection escape | escape($value);]
  1108. Database_Connection::escape($value);
  1109. [escape - Fuel - Database_Connection :: escape($value); | ]
  1110. escape($value);
  1111. [f Database_Connection transactional | transactional($use_trans = TRUE);]
  1112. Database_Connection::transactional($use_trans = TRUE);
  1113. [Database_Connection transactional | transactional($use_trans = TRUE);]
  1114. Database_Connection::transactional($use_trans = TRUE);
  1115. [transactional - Fuel - Database_Connection :: transactional($use_trans = TRUE); | ]
  1116. transactional($use_trans = TRUE);
  1117. [f Database_Connection start_transaction | start_transaction();]
  1118. Database_Connection::start_transaction();
  1119. [Database_Connection start_transaction | start_transaction();]
  1120. Database_Connection::start_transaction();
  1121. [start_transaction - Fuel - Database_Connection :: start_transaction(); | ]
  1122. start_transaction();
  1123. [f Database_Connection commit_transaction | commit_transaction();]
  1124. Database_Connection::commit_transaction();
  1125. [Database_Connection commit_transaction | commit_transaction();]
  1126. Database_Connection::commit_transaction();
  1127. [commit_transaction - Fuel - Database_Connection :: commit_transaction(); | ]
  1128. commit_transaction();
  1129. [f Database_Connection rollback_transaction | rollback_transaction();]
  1130. Database_Connection::rollback_transaction();
  1131. [Database_Connection rollback_transaction | rollback_transaction();]
  1132. Database_Connection::rollback_transaction();
  1133. [rollback_transaction - Fuel - Database_Connection :: rollback_transaction(); | ]
  1134. rollback_transaction();
  1135. ;
  1136.  
  1137. ; ----------------------
  1138. ; Database_Exception
  1139. ; ----------------------
  1140.  
  1141. [fClasses Database_Exception | Fuel class list: class Database_Exception ]
  1142. Database_Exception
  1143. ;
  1144.  
  1145. ; ----------------------
  1146. ; Database_Expression
  1147. ; ----------------------
  1148.  
  1149. [fClasses Database_Expression | Fuel class list: class Database_Expression ]
  1150. Database_Expression
  1151. [f Database_Expression value | value()]
  1152. Database_Expression::value()
  1153. [Database_Expression value | value()]
  1154. Database_Expression::value()
  1155. [value - Fuel - Database_Expression :: value() | ]
  1156. value()
  1157. ;
  1158.  
  1159. ; ----------------------
  1160. ; Database_MySQL_Connection
  1161. ; ----------------------
  1162.  
  1163. [fClasses Database_MySQL_Connection | Fuel class list: class Database_MySQL_Connection ]
  1164. Database_MySQL_Connection
  1165. [f Database_MySQL_Connection connect | connect()]
  1166. Database_MySQL_Connection::connect()
  1167. [Database_MySQL_Connection connect | connect()]
  1168. Database_MySQL_Connection::connect()
  1169. [connect - Fuel - Database_MySQL_Connection :: connect() | ]
  1170. connect()
  1171. [f Database_MySQL_Connection disconnect | disconnect()]
  1172. Database_MySQL_Connection::disconnect()
  1173. [Database_MySQL_Connection disconnect | disconnect()]
  1174. Database_MySQL_Connection::disconnect()
  1175. [disconnect - Fuel - Database_MySQL_Connection :: disconnect() | ]
  1176. disconnect()
  1177. [f Database_MySQL_Connection set_charset | set_charset($charset)]
  1178. Database_MySQL_Connection::set_charset($charset)
  1179. [Database_MySQL_Connection set_charset | set_charset($charset)]
  1180. Database_MySQL_Connection::set_charset($charset)
  1181. [set_charset - Fuel - Database_MySQL_Connection :: set_charset($charset) | ]
  1182. set_charset($charset)
  1183. [f Database_MySQL_Connection query | query($type, $sql, $as_object)]
  1184. Database_MySQL_Connection::query($type, $sql, $as_object)
  1185. [Database_MySQL_Connection query | query($type, $sql, $as_object)]
  1186. Database_MySQL_Connection::query($type, $sql, $as_object)
  1187. [query - Fuel - Database_MySQL_Connection :: query($type, $sql, $as_object) | ]
  1188. query($type, $sql, $as_object)
  1189. [f Database_MySQL_Connection datatype | datatype($type)]
  1190. Database_MySQL_Connection::datatype($type)
  1191. [Database_MySQL_Connection datatype | datatype($type)]
  1192. Database_MySQL_Connection::datatype($type)
  1193. [datatype - Fuel - Database_MySQL_Connection :: datatype($type) | ]
  1194. datatype($type)
  1195. [f Database_MySQL_Connection list_tables | list_tables($like = NULL)]
  1196. Database_MySQL_Connection::list_tables($like = NULL)
  1197. [Database_MySQL_Connection list_tables | list_tables($like = NULL)]
  1198. Database_MySQL_Connection::list_tables($like = NULL)
  1199. [list_tables - Fuel - Database_MySQL_Connection :: list_tables($like = NULL) | ]
  1200. list_tables($like = NULL)
  1201. [f Database_MySQL_Connection list_columns | list_columns($table, $like = NULL)]
  1202. Database_MySQL_Connection::list_columns($table, $like = NULL)
  1203. [Database_MySQL_Connection list_columns | list_columns($table, $like = NULL)]
  1204. Database_MySQL_Connection::list_columns($table, $like = NULL)
  1205. [list_columns - Fuel - Database_MySQL_Connection :: list_columns($table, $like = NULL) | ]
  1206. list_columns($table, $like = NULL)
  1207. [f Database_MySQL_Connection escape | escape($value)]
  1208. Database_MySQL_Connection::escape($value)
  1209. [Database_MySQL_Connection escape | escape($value)]
  1210. Database_MySQL_Connection::escape($value)
  1211. [escape - Fuel - Database_MySQL_Connection :: escape($value) | ]
  1212. escape($value)
  1213. [f Database_MySQL_Connection transactional | transactional($use_trans = TRUE)]
  1214. Database_MySQL_Connection::transactional($use_trans = TRUE)
  1215. [Database_MySQL_Connection transactional | transactional($use_trans = TRUE)]
  1216. Database_MySQL_Connection::transactional($use_trans = TRUE)
  1217. [transactional - Fuel - Database_MySQL_Connection :: transactional($use_trans = TRUE) | ]
  1218. transactional($use_trans = TRUE)
  1219. [f Database_MySQL_Connection start_transaction | start_transaction()]
  1220. Database_MySQL_Connection::start_transaction()
  1221. [Database_MySQL_Connection start_transaction | start_transaction()]
  1222. Database_MySQL_Connection::start_transaction()
  1223. [start_transaction - Fuel - Database_MySQL_Connection :: start_transaction() | ]
  1224. start_transaction()
  1225. [f Database_MySQL_Connection commit_transaction | commit_transaction()]
  1226. Database_MySQL_Connection::commit_transaction()
  1227. [Database_MySQL_Connection commit_transaction | commit_transaction()]
  1228. Database_MySQL_Connection::commit_transaction()
  1229. [commit_transaction - Fuel - Database_MySQL_Connection :: commit_transaction() | ]
  1230. commit_transaction()
  1231. [f Database_MySQL_Connection rollback_transaction | rollback_transaction()]
  1232. Database_MySQL_Connection::rollback_transaction()
  1233. [Database_MySQL_Connection rollback_transaction | rollback_transaction()]
  1234. Database_MySQL_Connection::rollback_transaction()
  1235. [rollback_transaction - Fuel - Database_MySQL_Connection :: rollback_transaction() | ]
  1236. rollback_transaction()
  1237. ;
  1238.  
  1239. ; ----------------------
  1240. ; Database_MySQL_Result
  1241. ; ----------------------
  1242.  
  1243. [fClasses Database_MySQL_Result | Fuel class list: class Database_MySQL_Result ]
  1244. Database_MySQL_Result
  1245. [f Database_MySQL_Result seek | seek($offset)]
  1246. Database_MySQL_Result::seek($offset)
  1247. [Database_MySQL_Result seek | seek($offset)]
  1248. Database_MySQL_Result::seek($offset)
  1249. [seek - Fuel - Database_MySQL_Result :: seek($offset) | ]
  1250. seek($offset)
  1251. [f Database_MySQL_Result current | current()]
  1252. Database_MySQL_Result::current()
  1253. [Database_MySQL_Result current | current()]
  1254. Database_MySQL_Result::current()
  1255. [current - Fuel - Database_MySQL_Result :: current() | ]
  1256. current()
  1257. ;
  1258.  
  1259. ; ----------------------
  1260. ; Database_MySQLi_Connection
  1261. ; ----------------------
  1262.  
  1263. [fClasses Database_MySQLi_Connection | Fuel class list: class Database_MySQLi_Connection ]
  1264. Database_MySQLi_Connection
  1265. [f Database_MySQLi_Connection connect | connect()]
  1266. Database_MySQLi_Connection::connect()
  1267. [Database_MySQLi_Connection connect | connect()]
  1268. Database_MySQLi_Connection::connect()
  1269. [connect - Fuel - Database_MySQLi_Connection :: connect() | ]
  1270. connect()
  1271. [f Database_MySQLi_Connection disconnect | disconnect()]
  1272. Database_MySQLi_Connection::disconnect()
  1273. [Database_MySQLi_Connection disconnect | disconnect()]
  1274. Database_MySQLi_Connection::disconnect()
  1275. [disconnect - Fuel - Database_MySQLi_Connection :: disconnect() | ]
  1276. disconnect()
  1277. [f Database_MySQLi_Connection set_charset | set_charset($charset)]
  1278. Database_MySQLi_Connection::set_charset($charset)
  1279. [Database_MySQLi_Connection set_charset | set_charset($charset)]
  1280. Database_MySQLi_Connection::set_charset($charset)
  1281. [set_charset - Fuel - Database_MySQLi_Connection :: set_charset($charset) | ]
  1282. set_charset($charset)
  1283. [f Database_MySQLi_Connection query | query($type, $sql, $as_object)]
  1284. Database_MySQLi_Connection::query($type, $sql, $as_object)
  1285. [Database_MySQLi_Connection query | query($type, $sql, $as_object)]
  1286. Database_MySQLi_Connection::query($type, $sql, $as_object)
  1287. [query - Fuel - Database_MySQLi_Connection :: query($type, $sql, $as_object) | ]
  1288. query($type, $sql, $as_object)
  1289. [f Database_MySQLi_Connection datatype | datatype($type)]
  1290. Database_MySQLi_Connection::datatype($type)
  1291. [Database_MySQLi_Connection datatype | datatype($type)]
  1292. Database_MySQLi_Connection::datatype($type)
  1293. [datatype - Fuel - Database_MySQLi_Connection :: datatype($type) | ]
  1294. datatype($type)
  1295. [f Database_MySQLi_Connection list_tables | list_tables($like = NULL)]
  1296. Database_MySQLi_Connection::list_tables($like = NULL)
  1297. [Database_MySQLi_Connection list_tables | list_tables($like = NULL)]
  1298. Database_MySQLi_Connection::list_tables($like = NULL)
  1299. [list_tables - Fuel - Database_MySQLi_Connection :: list_tables($like = NULL) | ]
  1300. list_tables($like = NULL)
  1301. [f Database_MySQLi_Connection list_columns | list_columns($table, $like = NULL)]
  1302. Database_MySQLi_Connection::list_columns($table, $like = NULL)
  1303. [Database_MySQLi_Connection list_columns | list_columns($table, $like = NULL)]
  1304. Database_MySQLi_Connection::list_columns($table, $like = NULL)
  1305. [list_columns - Fuel - Database_MySQLi_Connection :: list_columns($table, $like = NULL) | ]
  1306. list_columns($table, $like = NULL)
  1307. [f Database_MySQLi_Connection escape | escape($value)]
  1308. Database_MySQLi_Connection::escape($value)
  1309. [Database_MySQLi_Connection escape | escape($value)]
  1310. Database_MySQLi_Connection::escape($value)
  1311. [escape - Fuel - Database_MySQLi_Connection :: escape($value) | ]
  1312. escape($value)
  1313. [f Database_MySQLi_Connection transactional | transactional($use_trans = TRUE)]
  1314. Database_MySQLi_Connection::transactional($use_trans = TRUE)
  1315. [Database_MySQLi_Connection transactional | transactional($use_trans = TRUE)]
  1316. Database_MySQLi_Connection::transactional($use_trans = TRUE)
  1317. [transactional - Fuel - Database_MySQLi_Connection :: transactional($use_trans = TRUE) | ]
  1318. transactional($use_trans = TRUE)
  1319. [f Database_MySQLi_Connection start_transaction | start_transaction()]
  1320. Database_MySQLi_Connection::start_transaction()
  1321. [Database_MySQLi_Connection start_transaction | start_transaction()]
  1322. Database_MySQLi_Connection::start_transaction()
  1323. [start_transaction - Fuel - Database_MySQLi_Connection :: start_transaction() | ]
  1324. start_transaction()
  1325. [f Database_MySQLi_Connection commit_transaction | commit_transaction()]
  1326. Database_MySQLi_Connection::commit_transaction()
  1327. [Database_MySQLi_Connection commit_transaction | commit_transaction()]
  1328. Database_MySQLi_Connection::commit_transaction()
  1329. [commit_transaction - Fuel - Database_MySQLi_Connection :: commit_transaction() | ]
  1330. commit_transaction()
  1331. [f Database_MySQLi_Connection rollback_transaction | rollback_transaction()]
  1332. Database_MySQLi_Connection::rollback_transaction()
  1333. [Database_MySQLi_Connection rollback_transaction | rollback_transaction()]
  1334. Database_MySQLi_Connection::rollback_transaction()
  1335. [rollback_transaction - Fuel - Database_MySQLi_Connection :: rollback_transaction() | ]
  1336. rollback_transaction()
  1337. ;
  1338.  
  1339. ; ----------------------
  1340. ; Database_MySQLi_Result
  1341. ; ----------------------
  1342.  
  1343. [fClasses Database_MySQLi_Result | Fuel class list: class Database_MySQLi_Result ]
  1344. Database_MySQLi_Result
  1345. [f Database_MySQLi_Result seek | seek($offset)]
  1346. Database_MySQLi_Result::seek($offset)
  1347. [Database_MySQLi_Result seek | seek($offset)]
  1348. Database_MySQLi_Result::seek($offset)
  1349. [seek - Fuel - Database_MySQLi_Result :: seek($offset) | ]
  1350. seek($offset)
  1351. [f Database_MySQLi_Result current | current()]
  1352. Database_MySQLi_Result::current()
  1353. [Database_MySQLi_Result current | current()]
  1354. Database_MySQLi_Result::current()
  1355. [current - Fuel - Database_MySQLi_Result :: current() | ]
  1356. current()
  1357. ;
  1358.  
  1359. ; ----------------------
  1360. ; Database_PDO_Connection
  1361. ; ----------------------
  1362.  
  1363. [fClasses Database_PDO_Connection | Fuel class list: class Database_PDO_Connection ]
  1364. Database_PDO_Connection
  1365. [f Database_PDO_Connection connect | connect()]
  1366. Database_PDO_Connection::connect()
  1367. [Database_PDO_Connection connect | connect()]
  1368. Database_PDO_Connection::connect()
  1369. [connect - Fuel - Database_PDO_Connection :: connect() | ]
  1370. connect()
  1371. [f Database_PDO_Connection disconnect | disconnect()]
  1372. Database_PDO_Connection::disconnect()
  1373. [Database_PDO_Connection disconnect | disconnect()]
  1374. Database_PDO_Connection::disconnect()
  1375. [disconnect - Fuel - Database_PDO_Connection :: disconnect() | ]
  1376. disconnect()
  1377. [f Database_PDO_Connection set_charset | set_charset($charset)]
  1378. Database_PDO_Connection::set_charset($charset)
  1379. [Database_PDO_Connection set_charset | set_charset($charset)]
  1380. Database_PDO_Connection::set_charset($charset)
  1381. [set_charset - Fuel - Database_PDO_Connection :: set_charset($charset) | ]
  1382. set_charset($charset)
  1383. [f Database_PDO_Connection query | query($type, $sql, $as_object)]
  1384. Database_PDO_Connection::query($type, $sql, $as_object)
  1385. [Database_PDO_Connection query | query($type, $sql, $as_object)]
  1386. Database_PDO_Connection::query($type, $sql, $as_object)
  1387. [query - Fuel - Database_PDO_Connection :: query($type, $sql, $as_object) | ]
  1388. query($type, $sql, $as_object)
  1389. [f Database_PDO_Connection list_tables | list_tables($like = NULL)]
  1390. Database_PDO_Connection::list_tables($like = NULL)
  1391. [Database_PDO_Connection list_tables | list_tables($like = NULL)]
  1392. Database_PDO_Connection::list_tables($like = NULL)
  1393. [list_tables - Fuel - Database_PDO_Connection :: list_tables($like = NULL) | ]
  1394. list_tables($like = NULL)
  1395. [f Database_PDO_Connection list_columns | list_columns($table, $like = NULL)]
  1396. Database_PDO_Connection::list_columns($table, $like = NULL)
  1397. [Database_PDO_Connection list_columns | list_columns($table, $like = NULL)]
  1398. Database_PDO_Connection::list_columns($table, $like = NULL)
  1399. [list_columns - Fuel - Database_PDO_Connection :: list_columns($table, $like = NULL) | ]
  1400. list_columns($table, $like = NULL)
  1401. [f Database_PDO_Connection escape | escape($value)]
  1402. Database_PDO_Connection::escape($value)
  1403. [Database_PDO_Connection escape | escape($value)]
  1404. Database_PDO_Connection::escape($value)
  1405. [escape - Fuel - Database_PDO_Connection :: escape($value) | ]
  1406. escape($value)
  1407. [f Database_PDO_Connection transactional | transactional($use_trans = TRUE)]
  1408. Database_PDO_Connection::transactional($use_trans = TRUE)
  1409. [Database_PDO_Connection transactional | transactional($use_trans = TRUE)]
  1410. Database_PDO_Connection::transactional($use_trans = TRUE)
  1411. [transactional - Fuel - Database_PDO_Connection :: transactional($use_trans = TRUE) | ]
  1412. transactional($use_trans = TRUE)
  1413. [f Database_PDO_Connection start_transaction | start_transaction()]
  1414. Database_PDO_Connection::start_transaction()
  1415. [Database_PDO_Connection start_transaction | start_transaction()]
  1416. Database_PDO_Connection::start_transaction()
  1417. [start_transaction - Fuel - Database_PDO_Connection :: start_transaction() | ]
  1418. start_transaction()
  1419. [f Database_PDO_Connection commit_transaction | commit_transaction()]
  1420. Database_PDO_Connection::commit_transaction()
  1421. [Database_PDO_Connection commit_transaction | commit_transaction()]
  1422. Database_PDO_Connection::commit_transaction()
  1423. [commit_transaction - Fuel - Database_PDO_Connection :: commit_transaction() | ]
  1424. commit_transaction()
  1425. [f Database_PDO_Connection rollback_transaction | rollback_transaction()]
  1426. Database_PDO_Connection::rollback_transaction()
  1427. [Database_PDO_Connection rollback_transaction | rollback_transaction()]
  1428. Database_PDO_Connection::rollback_transaction()
  1429. [rollback_transaction - Fuel - Database_PDO_Connection :: rollback_transaction() | ]
  1430. rollback_transaction()
  1431. ;
  1432.  
  1433. ; ----------------------
  1434. ; Database_Query_Builder_Delete
  1435. ; ----------------------
  1436.  
  1437. [fClasses Database_Query_Builder_Delete | Fuel class list: class Database_Query_Builder_Delete ]
  1438. Database_Query_Builder_Delete
  1439. [f Database_Query_Builder_Delete table | table($table)]
  1440. Database_Query_Builder_Delete::table($table)
  1441. [Database_Query_Builder_Delete table | table($table)]
  1442. Database_Query_Builder_Delete::table($table)
  1443. [table - Fuel - Database_Query_Builder_Delete :: table($table) | ]
  1444. table($table)
  1445. [f Database_Query_Builder_Delete compile | compile(\Database_Connection$db)]
  1446. Database_Query_Builder_Delete::compile(\Database_Connection$db)
  1447. [Database_Query_Builder_Delete compile | compile(\Database_Connection$db)]
  1448. Database_Query_Builder_Delete::compile(\Database_Connection$db)
  1449. [compile - Fuel - Database_Query_Builder_Delete :: compile(\Database_Connection$db) | ]
  1450. compile(\Database_Connection$db)
  1451. [f Database_Query_Builder_Delete reset | reset()]
  1452. Database_Query_Builder_Delete::reset()
  1453. [Database_Query_Builder_Delete reset | reset()]
  1454. Database_Query_Builder_Delete::reset()
  1455. [reset - Fuel - Database_Query_Builder_Delete :: reset() | ]
  1456. reset()
  1457. ;
  1458.  
  1459. ; ----------------------
  1460. ; Database_Query_Builder_Insert
  1461. ; ----------------------
  1462.  
  1463. [fClasses Database_Query_Builder_Insert | Fuel class list: class Database_Query_Builder_Insert ]
  1464. Database_Query_Builder_Insert
  1465. [f Database_Query_Builder_Insert table | table($table)]
  1466. Database_Query_Builder_Insert::table($table)
  1467. [Database_Query_Builder_Insert table | table($table)]
  1468. Database_Query_Builder_Insert::table($table)
  1469. [table - Fuel - Database_Query_Builder_Insert :: table($table) | ]
  1470. table($table)
  1471. [f Database_Query_Builder_Insert columns | columns(array $columns)]
  1472. Database_Query_Builder_Insert::columns(array $columns)
  1473. [Database_Query_Builder_Insert columns | columns(array $columns)]
  1474. Database_Query_Builder_Insert::columns(array $columns)
  1475. [columns - Fuel - Database_Query_Builder_Insert :: columns(array $columns) | ]
  1476. columns(array $columns)
  1477. [f Database_Query_Builder_Insert values | values(array $values)]
  1478. Database_Query_Builder_Insert::values(array $values)
  1479. [Database_Query_Builder_Insert values | values(array $values)]
  1480. Database_Query_Builder_Insert::values(array $values)
  1481. [values - Fuel - Database_Query_Builder_Insert :: values(array $values) | ]
  1482. values(array $values)
  1483. [f Database_Query_Builder_Insert set | set(array $pairs)]
  1484. Database_Query_Builder_Insert::set(array $pairs)
  1485. [Database_Query_Builder_Insert set | set(array $pairs)]
  1486. Database_Query_Builder_Insert::set(array $pairs)
  1487. [set - Fuel - Database_Query_Builder_Insert :: set(array $pairs) | ]
  1488. set(array $pairs)
  1489. [f Database_Query_Builder_Insert select | select(Database_Query $query)]
  1490. Database_Query_Builder_Insert::select(Database_Query $query)
  1491. [Database_Query_Builder_Insert select | select(Database_Query $query)]
  1492. Database_Query_Builder_Insert::select(Database_Query $query)
  1493. [select - Fuel - Database_Query_Builder_Insert :: select(Database_Query $query) | ]
  1494. select(Database_Query $query)
  1495. [f Database_Query_Builder_Insert compile | compile(\Database_Connection$db)]
  1496. Database_Query_Builder_Insert::compile(\Database_Connection$db)
  1497. [Database_Query_Builder_Insert compile | compile(\Database_Connection$db)]
  1498. Database_Query_Builder_Insert::compile(\Database_Connection$db)
  1499. [compile - Fuel - Database_Query_Builder_Insert :: compile(\Database_Connection$db) | ]
  1500. compile(\Database_Connection$db)
  1501. [f Database_Query_Builder_Insert reset | reset()]
  1502. Database_Query_Builder_Insert::reset()
  1503. [Database_Query_Builder_Insert reset | reset()]
  1504. Database_Query_Builder_Insert::reset()
  1505. [reset - Fuel - Database_Query_Builder_Insert :: reset() | ]
  1506. reset()
  1507. ;
  1508.  
  1509. ; ----------------------
  1510. ; Database_Query_Builder_Join
  1511. ; ----------------------
  1512.  
  1513. [fClasses Database_Query_Builder_Join | Fuel class list: class Database_Query_Builder_Join ]
  1514. Database_Query_Builder_Join
  1515. [f Database_Query_Builder_Join on | on($c1, $op, $c2)]
  1516. Database_Query_Builder_Join::on($c1, $op, $c2)
  1517. [Database_Query_Builder_Join on | on($c1, $op, $c2)]
  1518. Database_Query_Builder_Join::on($c1, $op, $c2)
  1519. [on - Fuel - Database_Query_Builder_Join :: on($c1, $op, $c2) | ]
  1520. on($c1, $op, $c2)
  1521. [f Database_Query_Builder_Join compile | compile(\Database_Connection$db)]
  1522. Database_Query_Builder_Join::compile(\Database_Connection$db)
  1523. [Database_Query_Builder_Join compile | compile(\Database_Connection$db)]
  1524. Database_Query_Builder_Join::compile(\Database_Connection$db)
  1525. [compile - Fuel - Database_Query_Builder_Join :: compile(\Database_Connection$db) | ]
  1526. compile(\Database_Connection$db)
  1527. [f Database_Query_Builder_Join reset | reset()]
  1528. Database_Query_Builder_Join::reset()
  1529. [Database_Query_Builder_Join reset | reset()]
  1530. Database_Query_Builder_Join::reset()
  1531. [reset - Fuel - Database_Query_Builder_Join :: reset() | ]
  1532. reset()
  1533. ;
  1534.  
  1535. ; ----------------------
  1536. ; Database_Query_Builder_Select
  1537. ; ----------------------
  1538.  
  1539. [fClasses Database_Query_Builder_Select | Fuel class list: class Database_Query_Builder_Select ]
  1540. Database_Query_Builder_Select
  1541. [f Database_Query_Builder_Select distinct | distinct($value = true)]
  1542. Database_Query_Builder_Select::distinct($value = true)
  1543. [Database_Query_Builder_Select distinct | distinct($value = true)]
  1544. Database_Query_Builder_Select::distinct($value = true)
  1545. [distinct - Fuel - Database_Query_Builder_Select :: distinct($value = true) | ]
  1546. distinct($value = true)
  1547. [f Database_Query_Builder_Select select | select($columns = NULL)]
  1548. Database_Query_Builder_Select::select($columns = NULL)
  1549. [Database_Query_Builder_Select select | select($columns = NULL)]
  1550. Database_Query_Builder_Select::select($columns = NULL)
  1551. [select - Fuel - Database_Query_Builder_Select :: select($columns = NULL) | ]
  1552. select($columns = NULL)
  1553. [f Database_Query_Builder_Select select_array | select_array(array $columns)]
  1554. Database_Query_Builder_Select::select_array(array $columns)
  1555. [Database_Query_Builder_Select select_array | select_array(array $columns)]
  1556. Database_Query_Builder_Select::select_array(array $columns)
  1557. [select_array - Fuel - Database_Query_Builder_Select :: select_array(array $columns) | ]
  1558. select_array(array $columns)
  1559. [f Database_Query_Builder_Select from | from($tables)]
  1560. Database_Query_Builder_Select::from($tables)
  1561. [Database_Query_Builder_Select from | from($tables)]
  1562. Database_Query_Builder_Select::from($tables)
  1563. [from - Fuel - Database_Query_Builder_Select :: from($tables) | ]
  1564. from($tables)
  1565. [f Database_Query_Builder_Select join | join($table, $type = NULL)]
  1566. Database_Query_Builder_Select::join($table, $type = NULL)
  1567. [Database_Query_Builder_Select join | join($table, $type = NULL)]
  1568. Database_Query_Builder_Select::join($table, $type = NULL)
  1569. [join - Fuel - Database_Query_Builder_Select :: join($table, $type = NULL) | ]
  1570. join($table, $type = NULL)
  1571. [f Database_Query_Builder_Select on | on($c1, $op, $c2)]
  1572. Database_Query_Builder_Select::on($c1, $op, $c2)
  1573. [Database_Query_Builder_Select on | on($c1, $op, $c2)]
  1574. Database_Query_Builder_Select::on($c1, $op, $c2)
  1575. [on - Fuel - Database_Query_Builder_Select :: on($c1, $op, $c2) | ]
  1576. on($c1, $op, $c2)
  1577. [f Database_Query_Builder_Select group_by | group_by($columns)]
  1578. Database_Query_Builder_Select::group_by($columns)
  1579. [Database_Query_Builder_Select group_by | group_by($columns)]
  1580. Database_Query_Builder_Select::group_by($columns)
  1581. [group_by - Fuel - Database_Query_Builder_Select :: group_by($columns) | ]
  1582. group_by($columns)
  1583. [f Database_Query_Builder_Select having | having($column, $op, $value = NULL)]
  1584. Database_Query_Builder_Select::having($column, $op, $value = NULL)
  1585. [Database_Query_Builder_Select having | having($column, $op, $value = NULL)]
  1586. Database_Query_Builder_Select::having($column, $op, $value = NULL)
  1587. [having - Fuel - Database_Query_Builder_Select :: having($column, $op, $value = NULL) | ]
  1588. having($column, $op, $value = NULL)
  1589. [f Database_Query_Builder_Select and_having | and_having($column, $op, $value = NULL)]
  1590. Database_Query_Builder_Select::and_having($column, $op, $value = NULL)
  1591. [Database_Query_Builder_Select and_having | and_having($column, $op, $value = NULL)]
  1592. Database_Query_Builder_Select::and_having($column, $op, $value = NULL)
  1593. [and_having - Fuel - Database_Query_Builder_Select :: and_having($column, $op, $value = NULL) | ]
  1594. and_having($column, $op, $value = NULL)
  1595. [f Database_Query_Builder_Select or_having | or_having($column, $op, $value = NULL)]
  1596. Database_Query_Builder_Select::or_having($column, $op, $value = NULL)
  1597. [Database_Query_Builder_Select or_having | or_having($column, $op, $value = NULL)]
  1598. Database_Query_Builder_Select::or_having($column, $op, $value = NULL)
  1599. [or_having - Fuel - Database_Query_Builder_Select :: or_having($column, $op, $value = NULL) | ]
  1600. or_having($column, $op, $value = NULL)
  1601. [f Database_Query_Builder_Select having_open | having_open()]
  1602. Database_Query_Builder_Select::having_open()
  1603. [Database_Query_Builder_Select having_open | having_open()]
  1604. Database_Query_Builder_Select::having_open()
  1605. [having_open - Fuel - Database_Query_Builder_Select :: having_open() | ]
  1606. having_open()
  1607. [f Database_Query_Builder_Select and_having_open | and_having_open()]
  1608. Database_Query_Builder_Select::and_having_open()
  1609. [Database_Query_Builder_Select and_having_open | and_having_open()]
  1610. Database_Query_Builder_Select::and_having_open()
  1611. [and_having_open - Fuel - Database_Query_Builder_Select :: and_having_open() | ]
  1612. and_having_open()
  1613. [f Database_Query_Builder_Select or_having_open | or_having_open()]
  1614. Database_Query_Builder_Select::or_having_open()
  1615. [Database_Query_Builder_Select or_having_open | or_having_open()]
  1616. Database_Query_Builder_Select::or_having_open()
  1617. [or_having_open - Fuel - Database_Query_Builder_Select :: or_having_open() | ]
  1618. or_having_open()
  1619. [f Database_Query_Builder_Select having_close | having_close()]
  1620. Database_Query_Builder_Select::having_close()
  1621. [Database_Query_Builder_Select having_close | having_close()]
  1622. Database_Query_Builder_Select::having_close()
  1623. [having_close - Fuel - Database_Query_Builder_Select :: having_close() | ]
  1624. having_close()
  1625. [f Database_Query_Builder_Select and_having_close | and_having_close()]
  1626. Database_Query_Builder_Select::and_having_close()
  1627. [Database_Query_Builder_Select and_having_close | and_having_close()]
  1628. Database_Query_Builder_Select::and_having_close()
  1629. [and_having_close - Fuel - Database_Query_Builder_Select :: and_having_close() | ]
  1630. and_having_close()
  1631. [f Database_Query_Builder_Select or_having_close | or_having_close()]
  1632. Database_Query_Builder_Select::or_having_close()
  1633. [Database_Query_Builder_Select or_having_close | or_having_close()]
  1634. Database_Query_Builder_Select::or_having_close()
  1635. [or_having_close - Fuel - Database_Query_Builder_Select :: or_having_close() | ]
  1636. or_having_close()
  1637. [f Database_Query_Builder_Select offset | offset($number)]
  1638. Database_Query_Builder_Select::offset($number)
  1639. [Database_Query_Builder_Select offset | offset($number)]
  1640. Database_Query_Builder_Select::offset($number)
  1641. [offset - Fuel - Database_Query_Builder_Select :: offset($number) | ]
  1642. offset($number)
  1643. [f Database_Query_Builder_Select compile | compile(\Database_Connection$db)]
  1644. Database_Query_Builder_Select::compile(\Database_Connection$db)
  1645. [Database_Query_Builder_Select compile | compile(\Database_Connection$db)]
  1646. Database_Query_Builder_Select::compile(\Database_Connection$db)
  1647. [compile - Fuel - Database_Query_Builder_Select :: compile(\Database_Connection$db) | ]
  1648. compile(\Database_Connection$db)
  1649. [f Database_Query_Builder_Select reset | reset()]
  1650. Database_Query_Builder_Select::reset()
  1651. [Database_Query_Builder_Select reset | reset()]
  1652. Database_Query_Builder_Select::reset()
  1653. [reset - Fuel - Database_Query_Builder_Select :: reset() | ]
  1654. reset()
  1655. ;
  1656.  
  1657. ; ----------------------
  1658. ; Database_Query_Builder_Update
  1659. ; ----------------------
  1660.  
  1661. [fClasses Database_Query_Builder_Update | Fuel class list: class Database_Query_Builder_Update ]
  1662. Database_Query_Builder_Update
  1663. [f Database_Query_Builder_Update table | table($table)]
  1664. Database_Query_Builder_Update::table($table)
  1665. [Database_Query_Builder_Update table | table($table)]
  1666. Database_Query_Builder_Update::table($table)
  1667. [table - Fuel - Database_Query_Builder_Update :: table($table) | ]
  1668. table($table)
  1669. [f Database_Query_Builder_Update set | set(array $pairs)]
  1670. Database_Query_Builder_Update::set(array $pairs)
  1671. [Database_Query_Builder_Update set | set(array $pairs)]
  1672. Database_Query_Builder_Update::set(array $pairs)
  1673. [set - Fuel - Database_Query_Builder_Update :: set(array $pairs) | ]
  1674. set(array $pairs)
  1675. [f Database_Query_Builder_Update value | value($column, $value)]
  1676. Database_Query_Builder_Update::value($column, $value)
  1677. [Database_Query_Builder_Update value | value($column, $value)]
  1678. Database_Query_Builder_Update::value($column, $value)
  1679. [value - Fuel - Database_Query_Builder_Update :: value($column, $value) | ]
  1680. value($column, $value)
  1681. [f Database_Query_Builder_Update compile | compile(\Database_Connection$db)]
  1682. Database_Query_Builder_Update::compile(\Database_Connection$db)
  1683. [Database_Query_Builder_Update compile | compile(\Database_Connection$db)]
  1684. Database_Query_Builder_Update::compile(\Database_Connection$db)
  1685. [compile - Fuel - Database_Query_Builder_Update :: compile(\Database_Connection$db) | ]
  1686. compile(\Database_Connection$db)
  1687. [f Database_Query_Builder_Update reset | reset()]
  1688. Database_Query_Builder_Update::reset()
  1689. [Database_Query_Builder_Update reset | reset()]
  1690. Database_Query_Builder_Update::reset()
  1691. [reset - Fuel - Database_Query_Builder_Update :: reset() | ]
  1692. reset()
  1693. [f Database_Query_Builder_Update join | join($table, $type = NULL)]
  1694. Database_Query_Builder_Update::join($table, $type = NULL)
  1695. [Database_Query_Builder_Update join | join($table, $type = NULL)]
  1696. Database_Query_Builder_Update::join($table, $type = NULL)
  1697. [join - Fuel - Database_Query_Builder_Update :: join($table, $type = NULL) | ]
  1698. join($table, $type = NULL)
  1699. [f Database_Query_Builder_Update on | on($c1, $op, $c2)]
  1700. Database_Query_Builder_Update::on($c1, $op, $c2)
  1701. [Database_Query_Builder_Update on | on($c1, $op, $c2)]
  1702. Database_Query_Builder_Update::on($c1, $op, $c2)
  1703. [on - Fuel - Database_Query_Builder_Update :: on($c1, $op, $c2) | ]
  1704. on($c1, $op, $c2)
  1705. ;
  1706.  
  1707. ; ----------------------
  1708. ; Database_Query_Builder_Where
  1709. ; ----------------------
  1710.  
  1711. [fClasses Database_Query_Builder_Where | Fuel class list: class Database_Query_Builder_Where ]
  1712. Database_Query_Builder_Where
  1713. [f Database_Query_Builder_Where where | where()]
  1714. Database_Query_Builder_Where::where()
  1715. [Database_Query_Builder_Where where | where()]
  1716. Database_Query_Builder_Where::where()
  1717. [where - Fuel - Database_Query_Builder_Where :: where() | ]
  1718. where()
  1719. [f Database_Query_Builder_Where and_where | and_where($column, $op = null, $value = null)]
  1720. Database_Query_Builder_Where::and_where($column, $op = null, $value = null)
  1721. [Database_Query_Builder_Where and_where | and_where($column, $op = null, $value = null)]
  1722. Database_Query_Builder_Where::and_where($column, $op = null, $value = null)
  1723. [and_where - Fuel - Database_Query_Builder_Where :: and_where($column, $op = null, $value = null) | ]
  1724. and_where($column, $op = null, $value = null)
  1725. [f Database_Query_Builder_Where or_where | or_where($column, $op = null, $value = null)]
  1726. Database_Query_Builder_Where::or_where($column, $op = null, $value = null)
  1727. [Database_Query_Builder_Where or_where | or_where($column, $op = null, $value = null)]
  1728. Database_Query_Builder_Where::or_where($column, $op = null, $value = null)
  1729. [or_where - Fuel - Database_Query_Builder_Where :: or_where($column, $op = null, $value = null) | ]
  1730. or_where($column, $op = null, $value = null)
  1731. [f Database_Query_Builder_Where where_open | where_open()]
  1732. Database_Query_Builder_Where::where_open()
  1733. [Database_Query_Builder_Where where_open | where_open()]
  1734. Database_Query_Builder_Where::where_open()
  1735. [where_open - Fuel - Database_Query_Builder_Where :: where_open() | ]
  1736. where_open()
  1737. [f Database_Query_Builder_Where and_where_open | and_where_open()]
  1738. Database_Query_Builder_Where::and_where_open()
  1739. [Database_Query_Builder_Where and_where_open | and_where_open()]
  1740. Database_Query_Builder_Where::and_where_open()
  1741. [and_where_open - Fuel - Database_Query_Builder_Where :: and_where_open() | ]
  1742. and_where_open()
  1743. [f Database_Query_Builder_Where or_where_open | or_where_open()]
  1744. Database_Query_Builder_Where::or_where_open()
  1745. [Database_Query_Builder_Where or_where_open | or_where_open()]
  1746. Database_Query_Builder_Where::or_where_open()
  1747. [or_where_open - Fuel - Database_Query_Builder_Where :: or_where_open() | ]
  1748. or_where_open()
  1749. [f Database_Query_Builder_Where where_close | where_close()]
  1750. Database_Query_Builder_Where::where_close()
  1751. [Database_Query_Builder_Where where_close | where_close()]
  1752. Database_Query_Builder_Where::where_close()
  1753. [where_close - Fuel - Database_Query_Builder_Where :: where_close() | ]
  1754. where_close()
  1755. [f Database_Query_Builder_Where and_where_close | and_where_close()]
  1756. Database_Query_Builder_Where::and_where_close()
  1757. [Database_Query_Builder_Where and_where_close | and_where_close()]
  1758. Database_Query_Builder_Where::and_where_close()
  1759. [and_where_close - Fuel - Database_Query_Builder_Where :: and_where_close() | ]
  1760. and_where_close()
  1761. [f Database_Query_Builder_Where or_where_close | or_where_close()]
  1762. Database_Query_Builder_Where::or_where_close()
  1763. [Database_Query_Builder_Where or_where_close | or_where_close()]
  1764. Database_Query_Builder_Where::or_where_close()
  1765. [or_where_close - Fuel - Database_Query_Builder_Where :: or_where_close() | ]
  1766. or_where_close()
  1767. [f Database_Query_Builder_Where order_by | order_by($column, $direction = NULL)]
  1768. Database_Query_Builder_Where::order_by($column, $direction = NULL)
  1769. [Database_Query_Builder_Where order_by | order_by($column, $direction = NULL)]
  1770. Database_Query_Builder_Where::order_by($column, $direction = NULL)
  1771. [order_by - Fuel - Database_Query_Builder_Where :: order_by($column, $direction = NULL) | ]
  1772. order_by($column, $direction = NULL)
  1773. [f Database_Query_Builder_Where limit | limit($number)]
  1774. Database_Query_Builder_Where::limit($number)
  1775. [Database_Query_Builder_Where limit | limit($number)]
  1776. Database_Query_Builder_Where::limit($number)
  1777. [limit - Fuel - Database_Query_Builder_Where :: limit($number) | ]
  1778. limit($number)
  1779. ;
  1780.  
  1781. ; ----------------------
  1782. ; Database_Query_Builder
  1783. ; ----------------------
  1784.  
  1785. [fClasses Database_Query_Builder | Fuel class list: class Database_Query_Builder ]
  1786. Database_Query_Builder
  1787. [f Database_Query_Builder reset | reset();]
  1788. Database_Query_Builder::reset();
  1789. [Database_Query_Builder reset | reset();]
  1790. Database_Query_Builder::reset();
  1791. [reset - Fuel - Database_Query_Builder :: reset(); | ]
  1792. reset();
  1793. ;
  1794.  
  1795. ; ----------------------
  1796. ; Database_Query
  1797. ; ----------------------
  1798.  
  1799. [fClasses Database_Query | Fuel class list: class Database_Query ]
  1800. Database_Query
  1801. [f Database_Query type | type()]
  1802. Database_Query::type()
  1803. [Database_Query type | type()]
  1804. Database_Query::type()
  1805. [type - Fuel - Database_Query :: type() | ]
  1806. type()
  1807. [f Database_Query cached | cached($lifetime = NULL)]
  1808. Database_Query::cached($lifetime = NULL)
  1809. [Database_Query cached | cached($lifetime = NULL)]
  1810. Database_Query::cached($lifetime = NULL)
  1811. [cached - Fuel - Database_Query :: cached($lifetime = NULL) | ]
  1812. cached($lifetime = NULL)
  1813. [f Database_Query as_assoc | as_assoc()]
  1814. Database_Query::as_assoc()
  1815. [Database_Query as_assoc | as_assoc()]
  1816. Database_Query::as_assoc()
  1817. [as_assoc - Fuel - Database_Query :: as_assoc() | ]
  1818. as_assoc()
  1819. [f Database_Query as_object | as_object($class = TRUE)]
  1820. Database_Query::as_object($class = TRUE)
  1821. [Database_Query as_object | as_object($class = TRUE)]
  1822. Database_Query::as_object($class = TRUE)
  1823. [as_object - Fuel - Database_Query :: as_object($class = TRUE) | ]
  1824. as_object($class = TRUE)
  1825. [f Database_Query param | param($param, $value)]
  1826. Database_Query::param($param, $value)
  1827. [Database_Query param | param($param, $value)]
  1828. Database_Query::param($param, $value)
  1829. [param - Fuel - Database_Query :: param($param, $value) | ]
  1830. param($param, $value)
  1831. [f Database_Query bind | bind($param, & $var)]
  1832. Database_Query::bind($param, & $var)
  1833. [Database_Query bind | bind($param, & $var)]
  1834. Database_Query::bind($param, & $var)
  1835. [bind - Fuel - Database_Query :: bind($param, & $var) | ]
  1836. bind($param, & $var)
  1837. [f Database_Query parameters | parameters(array $params)]
  1838. Database_Query::parameters(array $params)
  1839. [Database_Query parameters | parameters(array $params)]
  1840. Database_Query::parameters(array $params)
  1841. [parameters - Fuel - Database_Query :: parameters(array $params) | ]
  1842. parameters(array $params)
  1843. [f Database_Query compile | compile(\Database_Connection$db)]
  1844. Database_Query::compile(\Database_Connection$db)
  1845. [Database_Query compile | compile(\Database_Connection$db)]
  1846. Database_Query::compile(\Database_Connection$db)
  1847. [compile - Fuel - Database_Query :: compile(\Database_Connection$db) | ]
  1848. compile(\Database_Connection$db)
  1849. [f Database_Query execute | execute($db = NULL)]
  1850. Database_Query::execute($db = NULL)
  1851. [Database_Query execute | execute($db = NULL)]
  1852. Database_Query::execute($db = NULL)
  1853. [execute - Fuel - Database_Query :: execute($db = NULL) | ]
  1854. execute($db = NULL)
  1855. ;
  1856.  
  1857. ; ----------------------
  1858. ; Database_Result_Cached
  1859. ; ----------------------
  1860.  
  1861. [fClasses Database_Result_Cached | Fuel class list: class Database_Result_Cached ]
  1862. Database_Result_Cached
  1863. [f Database_Result_Cached cached | cached()]
  1864. Database_Result_Cached::cached()
  1865. [Database_Result_Cached cached | cached()]
  1866. Database_Result_Cached::cached()
  1867. [cached - Fuel - Database_Result_Cached :: cached() | ]
  1868. cached()
  1869. [f Database_Result_Cached seek | seek($offset)]
  1870. Database_Result_Cached::seek($offset)
  1871. [Database_Result_Cached seek | seek($offset)]
  1872. Database_Result_Cached::seek($offset)
  1873. [seek - Fuel - Database_Result_Cached :: seek($offset) | ]
  1874. seek($offset)
  1875. [f Database_Result_Cached current | current()]
  1876. Database_Result_Cached::current()
  1877. [Database_Result_Cached current | current()]
  1878. Database_Result_Cached::current()
  1879. [current - Fuel - Database_Result_Cached :: current() | ]
  1880. current()
  1881. ;
  1882.  
  1883. ; ----------------------
  1884. ; Database_Result
  1885. ; ----------------------
  1886.  
  1887. [fClasses Database_Result | Fuel class list: class Database_Result ]
  1888. Database_Result
  1889. [f Database_Result cached | cached()]
  1890. Database_Result::cached()
  1891. [Database_Result cached | cached()]
  1892. Database_Result::cached()
  1893. [cached - Fuel - Database_Result :: cached() | ]
  1894. cached()
  1895. [f Database_Result as_array | as_array($key = NULL, $value = NULL)]
  1896. Database_Result::as_array($key = NULL, $value = NULL)
  1897. [Database_Result as_array | as_array($key = NULL, $value = NULL)]
  1898. Database_Result::as_array($key = NULL, $value = NULL)
  1899. [as_array - Fuel - Database_Result :: as_array($key = NULL, $value = NULL) | ]
  1900. as_array($key = NULL, $value = NULL)
  1901. [f Database_Result get | get($name, $default = NULL)]
  1902. Database_Result::get($name, $default = NULL)
  1903. [Database_Result get | get($name, $default = NULL)]
  1904. Database_Result::get($name, $default = NULL)
  1905. [get - Fuel - Database_Result :: get($name, $default = NULL) | ]
  1906. get($name, $default = NULL)
  1907. [f Database_Result count | count()]
  1908. Database_Result::count()
  1909. [Database_Result count | count()]
  1910. Database_Result::count()
  1911. [count - Fuel - Database_Result :: count() | ]
  1912. count()
  1913. [f Database_Result offsetExists | offsetExists($offset)]
  1914. Database_Result::offsetExists($offset)
  1915. [Database_Result offsetExists | offsetExists($offset)]
  1916. Database_Result::offsetExists($offset)
  1917. [offsetExists - Fuel - Database_Result :: offsetExists($offset) | ]
  1918. offsetExists($offset)
  1919. [f Database_Result offsetGet | offsetGet($offset)]
  1920. Database_Result::offsetGet($offset)
  1921. [Database_Result offsetGet | offsetGet($offset)]
  1922. Database_Result::offsetGet($offset)
  1923. [offsetGet - Fuel - Database_Result :: offsetGet($offset) | ]
  1924. offsetGet($offset)
  1925. [f Database_Result offsetSet | offsetSet($offset, $value)]
  1926. Database_Result::offsetSet($offset, $value)
  1927. [Database_Result offsetSet | offsetSet($offset, $value)]
  1928. Database_Result::offsetSet($offset, $value)
  1929. [offsetSet - Fuel - Database_Result :: offsetSet($offset, $value) | ]
  1930. offsetSet($offset, $value)
  1931. [f Database_Result offsetUnset | offsetUnset($offset)]
  1932. Database_Result::offsetUnset($offset)
  1933. [Database_Result offsetUnset | offsetUnset($offset)]
  1934. Database_Result::offsetUnset($offset)
  1935. [offsetUnset - Fuel - Database_Result :: offsetUnset($offset) | ]
  1936. offsetUnset($offset)
  1937. [f Database_Result key | key()]
  1938. Database_Result::key()
  1939. [Database_Result key | key()]
  1940. Database_Result::key()
  1941. [key - Fuel - Database_Result :: key() | ]
  1942. key()
  1943. [f Database_Result next | next()]
  1944. Database_Result::next()
  1945. [Database_Result next | next()]
  1946. Database_Result::next()
  1947. [next - Fuel - Database_Result :: next() | ]
  1948. next()
  1949. [f Database_Result prev | prev()]
  1950. Database_Result::prev()
  1951. [Database_Result prev | prev()]
  1952. Database_Result::prev()
  1953. [prev - Fuel - Database_Result :: prev() | ]
  1954. prev()
  1955. [f Database_Result rewind | rewind()]
  1956. Database_Result::rewind()
  1957. [Database_Result rewind | rewind()]
  1958. Database_Result::rewind()
  1959. [rewind - Fuel - Database_Result :: rewind() | ]
  1960. rewind()
  1961. [f Database_Result valid | valid()]
  1962. Database_Result::valid()
  1963. [Database_Result valid | valid()]
  1964. Database_Result::valid()
  1965. [valid - Fuel - Database_Result :: valid() | ]
  1966. valid()
  1967. ;
  1968.  
  1969. ; ----------------------
  1970. ; Database_Transaction
  1971. ; ----------------------
  1972.  
  1973. [fClasses Database_Transaction | Fuel class list: class Database_Transaction ]
  1974. Database_Transaction
  1975. [f Database_Transaction instance | instance()]
  1976. Database_Transaction::instance()
  1977. [Database_Transaction instance | instance()]
  1978. Database_Transaction::instance()
  1979. [instance - Fuel - Database_Transaction :: instance() | ]
  1980. instance()
  1981. [f Database_Transaction factory | factory()]
  1982. Database_Transaction::factory()
  1983. [Database_Transaction factory | factory()]
  1984. Database_Transaction::factory()
  1985. [factory - Fuel - Database_Transaction :: factory() | ]
  1986. factory()
  1987. [f Database_Transaction start | start()]
  1988. Database_Transaction::start()
  1989. [Database_Transaction start | start()]
  1990. Database_Transaction::start()
  1991. [start - Fuel - Database_Transaction :: start() | ]
  1992. start()
  1993. [f Database_Transaction complete | complete()]
  1994. Database_Transaction::complete()
  1995. [Database_Transaction complete | complete()]
  1996. Database_Transaction::complete()
  1997. [complete - Fuel - Database_Transaction :: complete() | ]
  1998. complete()
  1999. [f Database_Transaction status | status()]
  2000. Database_Transaction::status()
  2001. [Database_Transaction status | status()]
  2002. Database_Transaction::status()
  2003. [status - Fuel - Database_Transaction :: status() | ]
  2004. status()
  2005. [f Database_Transaction commit | commit()]
  2006. Database_Transaction::commit()
  2007. [Database_Transaction commit | commit()]
  2008. Database_Transaction::commit()
  2009. [commit - Fuel - Database_Transaction :: commit() | ]
  2010. commit()
  2011. [f Database_Transaction rollback | rollback()]
  2012. Database_Transaction::rollback()
  2013. [Database_Transaction rollback | rollback()]
  2014. Database_Transaction::rollback()
  2015. [rollback - Fuel - Database_Transaction :: rollback() | ]
  2016. rollback()
  2017. [f Database_Transaction errors | errors()]
  2018. Database_Transaction::errors()
  2019. [Database_Transaction errors | errors()]
  2020. Database_Transaction::errors()
  2021. [errors - Fuel - Database_Transaction :: errors() | ]
  2022. errors()
  2023. ;
  2024.  
  2025. ; ----------------------
  2026. ; Date
  2027. ; ----------------------
  2028.  
  2029. [fClasses Date | Fuel class list: class Date ]
  2030. Date
  2031. [f Date strptime | strptime($input, $format)]
  2032. Date::strptime($input, $format)
  2033. [Date strptime | strptime($input, $format)]
  2034. Date::strptime($input, $format)
  2035. [strptime - Fuel - Date :: strptime($input, $format) | ]
  2036. strptime($input, $format)
  2037. [f Date factory | factory($timestamp = null, $timezone = null)]
  2038. Date::factory($timestamp = null, $timezone = null)
  2039. [Date factory | factory($timestamp = null, $timezone = null)]
  2040. Date::factory($timestamp = null, $timezone = null)
  2041. [factory - Fuel - Date :: factory($timestamp = null, $timezone = null) | ]
  2042. factory($timestamp = null, $timezone = null)
  2043. [f Date time | time($timezone = null)]
  2044. Date::time($timezone = null)
  2045. [Date time | time($timezone = null)]
  2046. Date::time($timezone = null)
  2047. [time - Fuel - Date :: time($timezone = null) | ]
  2048. time($timezone = null)
  2049. [f Date create_from_string | create_from_string($input, $pattern_key = 'local')]
  2050. Date::create_from_string($input, $pattern_key = 'local')
  2051. [Date create_from_string | create_from_string($input, $pattern_key = 'local')]
  2052. Date::create_from_string($input, $pattern_key = 'local')
  2053. [create_from_string - Fuel - Date :: create_from_string($input, $pattern_key = 'local') | ]
  2054. create_from_string($input, $pattern_key = 'local')
  2055. [f Date range_to_array | range_to_array($start, $end, $interval = '+1 Day')]
  2056. Date::range_to_array($start, $end, $interval = '+1 Day')
  2057. [Date range_to_array | range_to_array($start, $end, $interval = '+1 Day')]
  2058. Date::range_to_array($start, $end, $interval = '+1 Day')
  2059. [range_to_array - Fuel - Date :: range_to_array($start, $end, $interval = '+1 Day') | ]
  2060. range_to_array($start, $end, $interval = '+1 Day')
  2061. [f Date days_in_month | days_in_month($month, $year = null)]
  2062. Date::days_in_month($month, $year = null)
  2063. [Date days_in_month | days_in_month($month, $year = null)]
  2064. Date::days_in_month($month, $year = null)
  2065. [days_in_month - Fuel - Date :: days_in_month($month, $year = null) | ]
  2066. days_in_month($month, $year = null)
  2067. [f Date time_ago | time_ago($timestamp, $from_timestamp = null)]
  2068. Date::time_ago($timestamp, $from_timestamp = null)
  2069. [Date time_ago | time_ago($timestamp, $from_timestamp = null)]
  2070. Date::time_ago($timestamp, $from_timestamp = null)
  2071. [time_ago - Fuel - Date :: time_ago($timestamp, $from_timestamp = null) | ]
  2072. time_ago($timestamp, $from_timestamp = null)
  2073. [f Date format | format($pattern_key = 'local')]
  2074. Date::format($pattern_key = 'local')
  2075. [Date format | format($pattern_key = 'local')]
  2076. Date::format($pattern_key = 'local')
  2077. [format - Fuel - Date :: format($pattern_key = 'local') | ]
  2078. format($pattern_key = 'local')
  2079. [f Date get_timestamp | get_timestamp()]
  2080. Date::get_timestamp()
  2081. [Date get_timestamp | get_timestamp()]
  2082. Date::get_timestamp()
  2083. [get_timestamp - Fuel - Date :: get_timestamp() | ]
  2084. get_timestamp()
  2085. [f Date get_timezone | get_timezone()]
  2086. Date::get_timezone()
  2087. [Date get_timezone | get_timezone()]
  2088. Date::get_timezone()
  2089. [get_timezone - Fuel - Date :: get_timezone() | ]
  2090. get_timezone()
  2091. [f Date set_timezone | set_timezone($timezone)]
  2092. Date::set_timezone($timezone)
  2093. [Date set_timezone | set_timezone($timezone)]
  2094. Date::set_timezone($timezone)
  2095. [set_timezone - Fuel - Date :: set_timezone($timezone) | ]
  2096. set_timezone($timezone)
  2097. ;
  2098.  
  2099. ; ----------------------
  2100. ; DB
  2101. ; ----------------------
  2102.  
  2103. [fClasses DB | Fuel class list: class DB ]
  2104. DB
  2105. [f DB query | query($sql, $type = null)]
  2106. DB::query($sql, $type = null)
  2107. [DB query | query($sql, $type = null)]
  2108. DB::query($sql, $type = null)
  2109. [query - Fuel - DB :: query($sql, $type = null) | ]
  2110. query($sql, $type = null)
  2111. [f DB last_query | last_query($db = null)]
  2112. DB::last_query($db = null)
  2113. [DB last_query | last_query($db = null)]
  2114. DB::last_query($db = null)
  2115. [last_query - Fuel - DB :: last_query($db = null) | ]
  2116. last_query($db = null)
  2117. [f DB select | select($columns = NULL)]
  2118. DB::select($columns = NULL)
  2119. [DB select | select($columns = NULL)]
  2120. DB::select($columns = NULL)
  2121. [select - Fuel - DB :: select($columns = NULL) | ]
  2122. select($columns = NULL)
  2123. [f DB select_array | select_array(array $columns = NULL)]
  2124. DB::select_array(array $columns = NULL)
  2125. [DB select_array | select_array(array $columns = NULL)]
  2126. DB::select_array(array $columns = NULL)
  2127. [select_array - Fuel - DB :: select_array(array $columns = NULL) | ]
  2128. select_array(array $columns = NULL)
  2129. [f DB insert | insert($table = NULL, array $columns = NULL)]
  2130. DB::insert($table = NULL, array $columns = NULL)
  2131. [DB insert | insert($table = NULL, array $columns = NULL)]
  2132. DB::insert($table = NULL, array $columns = NULL)
  2133. [insert - Fuel - DB :: insert($table = NULL, array $columns = NULL) | ]
  2134. insert($table = NULL, array $columns = NULL)
  2135. [f DB update | update($table = NULL)]
  2136. DB::update($table = NULL)
  2137. [DB update | update($table = NULL)]
  2138. DB::update($table = NULL)
  2139. [update - Fuel - DB :: update($table = NULL) | ]
  2140. update($table = NULL)
  2141. [f DB delete | delete($table = NULL)]
  2142. DB::delete($table = NULL)
  2143. [DB delete | delete($table = NULL)]
  2144. DB::delete($table = NULL)
  2145. [delete - Fuel - DB :: delete($table = NULL) | ]
  2146. delete($table = NULL)
  2147. [f DB expr | expr($string)]
  2148. DB::expr($string)
  2149. [DB expr | expr($string)]
  2150. DB::expr($string)
  2151. [expr - Fuel - DB :: expr($string) | ]
  2152. expr($string)
  2153. [f DB quote | quote($string, $db = null)]
  2154. DB::quote($string, $db = null)
  2155. [DB quote | quote($string, $db = null)]
  2156. DB::quote($string, $db = null)
  2157. [quote - Fuel - DB :: quote($string, $db = null) | ]
  2158. quote($string, $db = null)
  2159. [f DB quote_identifier | quote_identifier($string, $db = null)]
  2160. DB::quote_identifier($string, $db = null)
  2161. [DB quote_identifier | quote_identifier($string, $db = null)]
  2162. DB::quote_identifier($string, $db = null)
  2163. [quote_identifier - Fuel - DB :: quote_identifier($string, $db = null) | ]
  2164. quote_identifier($string, $db = null)
  2165. [f DB quote_table | quote_table($string, $db = null)]
  2166. DB::quote_table($string, $db = null)
  2167. [DB quote_table | quote_table($string, $db = null)]
  2168. DB::quote_table($string, $db = null)
  2169. [quote_table - Fuel - DB :: quote_table($string, $db = null) | ]
  2170. quote_table($string, $db = null)
  2171. [f DB escape | escape($string, $db = null)]
  2172. DB::escape($string, $db = null)
  2173. [DB escape | escape($string, $db = null)]
  2174. DB::escape($string, $db = null)
  2175. [escape - Fuel - DB :: escape($string, $db = null) | ]
  2176. escape($string, $db = null)
  2177. [f DB table_prefix | table_prefix($table = null, $db = null)]
  2178. DB::table_prefix($table = null, $db = null)
  2179. [DB table_prefix | table_prefix($table = null, $db = null)]
  2180. DB::table_prefix($table = null, $db = null)
  2181. [table_prefix - Fuel - DB :: table_prefix($table = null, $db = null) | ]
  2182. table_prefix($table = null, $db = null)
  2183. [f DB list_columns | list_columns($table = null, $like = null, $db = null)]
  2184. DB::list_columns($table = null, $like = null, $db = null)
  2185. [DB list_columns | list_columns($table = null, $like = null, $db = null)]
  2186. DB::list_columns($table = null, $like = null, $db = null)
  2187. [list_columns - Fuel - DB :: list_columns($table = null, $like = null, $db = null) | ]
  2188. list_columns($table = null, $like = null, $db = null)
  2189. [f DB list_tables | list_tables($like = null, $db = null)]
  2190. DB::list_tables($like = null, $db = null)
  2191. [DB list_tables | list_tables($like = null, $db = null)]
  2192. DB::list_tables($like = null, $db = null)
  2193. [list_tables - Fuel - DB :: list_tables($like = null, $db = null) | ]
  2194. list_tables($like = null, $db = null)
  2195. [f DB datatype | datatype($type, $db = null)]
  2196. DB::datatype($type, $db = null)
  2197. [DB datatype | datatype($type, $db = null)]
  2198. DB::datatype($type, $db = null)
  2199. [datatype - Fuel - DB :: datatype($type, $db = null) | ]
  2200. datatype($type, $db = null)
  2201. [f DB count_records | count_records($table, $db = null)]
  2202. DB::count_records($table, $db = null)
  2203. [DB count_records | count_records($table, $db = null)]
  2204. DB::count_records($table, $db = null)
  2205. [count_records - Fuel - DB :: count_records($table, $db = null) | ]
  2206. count_records($table, $db = null)
  2207. [f DB count_last_query | count_last_query($db = null)]
  2208. DB::count_last_query($db = null)
  2209. [DB count_last_query | count_last_query($db = null)]
  2210. DB::count_last_query($db = null)
  2211. [count_last_query - Fuel - DB :: count_last_query($db = null) | ]
  2212. count_last_query($db = null)
  2213. [f DB set_charset | set_charset($charset, $db = null)]
  2214. DB::set_charset($charset, $db = null)
  2215. [DB set_charset | set_charset($charset, $db = null)]
  2216. DB::set_charset($charset, $db = null)
  2217. [set_charset - Fuel - DB :: set_charset($charset, $db = null) | ]
  2218. set_charset($charset, $db = null)
  2219. [f DB transactional | transactional($use_trans = true, $db = null)]
  2220. DB::transactional($use_trans = true, $db = null)
  2221. [DB transactional | transactional($use_trans = true, $db = null)]
  2222. DB::transactional($use_trans = true, $db = null)
  2223. [transactional - Fuel - DB :: transactional($use_trans = true, $db = null) | ]
  2224. transactional($use_trans = true, $db = null)
  2225. [f DB start_transaction | start_transaction($db = null)]
  2226. DB::start_transaction($db = null)
  2227. [DB start_transaction | start_transaction($db = null)]
  2228. DB::start_transaction($db = null)
  2229. [start_transaction - Fuel - DB :: start_transaction($db = null) | ]
  2230. start_transaction($db = null)
  2231. [f DB commit_transaction | commit_transaction($db = null)]
  2232. DB::commit_transaction($db = null)
  2233. [DB commit_transaction | commit_transaction($db = null)]
  2234. DB::commit_transaction($db = null)
  2235. [commit_transaction - Fuel - DB :: commit_transaction($db = null) | ]
  2236. commit_transaction($db = null)
  2237. [f DB rollback_transaction | rollback_transaction($db = null)]
  2238. DB::rollback_transaction($db = null)
  2239. [DB rollback_transaction | rollback_transaction($db = null)]
  2240. DB::rollback_transaction($db = null)
  2241. [rollback_transaction - Fuel - DB :: rollback_transaction($db = null) | ]
  2242. rollback_transaction($db = null)
  2243. ;
  2244.  
  2245. ; ----------------------
  2246. ; DBUtil
  2247. ; ----------------------
  2248.  
  2249. [fClasses DBUtil | Fuel class list: class DBUtil ]
  2250. DBUtil
  2251. [f DBUtil create_database | create_database($database, $charset = null)]
  2252. DBUtil::create_database($database, $charset = null)
  2253. [DBUtil create_database | create_database($database, $charset = null)]
  2254. DBUtil::create_database($database, $charset = null)
  2255. [create_database - Fuel - DBUtil :: create_database($database, $charset = null) | ]
  2256. create_database($database, $charset = null)
  2257. [f DBUtil drop_database | drop_database($database)]
  2258. DBUtil::drop_database($database)
  2259. [DBUtil drop_database | drop_database($database)]
  2260. DBUtil::drop_database($database)
  2261. [drop_database - Fuel - DBUtil :: drop_database($database) | ]
  2262. drop_database($database)
  2263. [f DBUtil drop_table | drop_table($table)]
  2264. DBUtil::drop_table($table)
  2265. [DBUtil drop_table | drop_table($table)]
  2266. DBUtil::drop_table($table)
  2267. [drop_table - Fuel - DBUtil :: drop_table($table) | ]
  2268. drop_table($table)
  2269. [f DBUtil rename_table | rename_table($table, $new_table_name)]
  2270. DBUtil::rename_table($table, $new_table_name)
  2271. [DBUtil rename_table | rename_table($table, $new_table_name)]
  2272. DBUtil::rename_table($table, $new_table_name)
  2273. [rename_table - Fuel - DBUtil :: rename_table($table, $new_table_name) | ]
  2274. rename_table($table, $new_table_name)
  2275. [f DBUtil create_table | create_table($table, $fields, $primary_keys = array(), $if_not_exists = true, $engine = false, $charset = null)]
  2276. DBUtil::create_table($table, $fields, $primary_keys = array(), $if_not_exists = true, $engine = false, $charset = null)
  2277. [DBUtil create_table | create_table($table, $fields, $primary_keys = array(), $if_not_exists = true, $engine = false, $charset = null)]
  2278. DBUtil::create_table($table, $fields, $primary_keys = array(), $if_not_exists = true, $engine = false, $charset = null)
  2279. [create_table - Fuel - DBUtil :: create_table($table, $fields, $primary_keys = array(), $if_not_exists = true, $engine = false, $charset = null) | ]
  2280. create_table($table, $fields, $primary_keys = array(), $if_not_exists = true, $engine = false, $charset = null)
  2281. [f DBUtil add_fields | add_fields($table, $fields)]
  2282. DBUtil::add_fields($table, $fields)
  2283. [DBUtil add_fields | add_fields($table, $fields)]
  2284. DBUtil::add_fields($table, $fields)
  2285. [add_fields - Fuel - DBUtil :: add_fields($table, $fields) | ]
  2286. add_fields($table, $fields)
  2287. [f DBUtil modify_fields | modify_fields($table, $fields)]
  2288. DBUtil::modify_fields($table, $fields)
  2289. [DBUtil modify_fields | modify_fields($table, $fields)]
  2290. DBUtil::modify_fields($table, $fields)
  2291. [modify_fields - Fuel - DBUtil :: modify_fields($table, $fields) | ]
  2292. modify_fields($table, $fields)
  2293. [f DBUtil drop_fields | drop_fields($table, $fields)]
  2294. DBUtil::drop_fields($table, $fields)
  2295. [DBUtil drop_fields | drop_fields($table, $fields)]
  2296. DBUtil::drop_fields($table, $fields)
  2297. [drop_fields - Fuel - DBUtil :: drop_fields($table, $fields) | ]
  2298. drop_fields($table, $fields)
  2299. [f DBUtil alter_fields | alter_fields($type, $table, $fields)]
  2300. DBUtil::alter_fields($type, $table, $fields)
  2301. [DBUtil alter_fields | alter_fields($type, $table, $fields)]
  2302. DBUtil::alter_fields($type, $table, $fields)
  2303. [alter_fields - Fuel - DBUtil :: alter_fields($type, $table, $fields) | ]
  2304. alter_fields($type, $table, $fields)
  2305. [f DBUtil process_fields | process_fields($fields)]
  2306. DBUtil::process_fields($fields)
  2307. [DBUtil process_fields | process_fields($fields)]
  2308. DBUtil::process_fields($fields)
  2309. [process_fields - Fuel - DBUtil :: process_fields($fields) | ]
  2310. process_fields($fields)
  2311. [f DBUtil process_charset | process_charset($charset = null, $is_default = false)]
  2312. DBUtil::process_charset($charset = null, $is_default = false)
  2313. [DBUtil process_charset | process_charset($charset = null, $is_default = false)]
  2314. DBUtil::process_charset($charset = null, $is_default = false)
  2315. [process_charset - Fuel - DBUtil :: process_charset($charset = null, $is_default = false) | ]
  2316. process_charset($charset = null, $is_default = false)
  2317. [f DBUtil truncate_table | truncate_table($table)]
  2318. DBUtil::truncate_table($table)
  2319. [DBUtil truncate_table | truncate_table($table)]
  2320. DBUtil::truncate_table($table)
  2321. [truncate_table - Fuel - DBUtil :: truncate_table($table) | ]
  2322. truncate_table($table)
  2323. [f DBUtil analyze_table | analyze_table($table)]
  2324. DBUtil::analyze_table($table)
  2325. [DBUtil analyze_table | analyze_table($table)]
  2326. DBUtil::analyze_table($table)
  2327. [analyze_table - Fuel - DBUtil :: analyze_table($table) | ]
  2328. analyze_table($table)
  2329. [f DBUtil check_table | check_table($table)]
  2330. DBUtil::check_table($table)
  2331. [DBUtil check_table | check_table($table)]
  2332. DBUtil::check_table($table)
  2333. [check_table - Fuel - DBUtil :: check_table($table) | ]
  2334. check_table($table)
  2335. [f DBUtil optimize_table | optimize_table($table)]
  2336. DBUtil::optimize_table($table)
  2337. [DBUtil optimize_table | optimize_table($table)]
  2338. DBUtil::optimize_table($table)
  2339. [optimize_table - Fuel - DBUtil :: optimize_table($table) | ]
  2340. optimize_table($table)
  2341. [f DBUtil repair_table | repair_table($table)]
  2342. DBUtil::repair_table($table)
  2343. [DBUtil repair_table | repair_table($table)]
  2344. DBUtil::repair_table($table)
  2345. [repair_table - Fuel - DBUtil :: repair_table($table) | ]
  2346. repair_table($table)
  2347. [f DBUtil table_maintenance | table_maintenance($operation, $table)]
  2348. DBUtil::table_maintenance($operation, $table)
  2349. [DBUtil table_maintenance | table_maintenance($operation, $table)]
  2350. DBUtil::table_maintenance($operation, $table)
  2351. [table_maintenance - Fuel - DBUtil :: table_maintenance($operation, $table) | ]
  2352. table_maintenance($operation, $table)
  2353. ;
  2354.  
  2355. ; ----------------------
  2356. ; Debug
  2357. ; ----------------------
  2358.  
  2359. [fClasses Debug | Fuel class list: class Debug ]
  2360. Debug
  2361. [f Debug dump | dump()]
  2362. Debug::dump()
  2363. [Debug dump | dump()]
  2364. Debug::dump()
  2365. [dump - Fuel - Debug :: dump() | ]
  2366. dump()
  2367. [f Debug inspect | inspect()]
  2368. Debug::inspect()
  2369. [Debug inspect | inspect()]
  2370. Debug::inspect()
  2371. [inspect - Fuel - Debug :: inspect() | ]
  2372. inspect()
  2373. [f Debug fuel_debug_toggle | fuel_debug_toggle(a){if(document.getElementById){if(document.getElementById(a).style.display=="none"){document.getElementById(a).style.display="block"}else{document.getElementById(a).style.display="none"}}else{if(document.layers){if(document.id.display=="none"){document.id.display="block"}else{document.id.display="none"}}else{if(document.all.id.style.display=="none"){document.all.id.style.display="block"}else{document.all.id.style.display="none"}}}};]
  2374. Debug::fuel_debug_toggle(a){if(document.getElementById){if(document.getElementById(a).style.display=="none"){document.getElementById(a).style.display="block"}else{document.getElementById(a).style.display="none"}}else{if(document.layers){if(document.id.display=="none"){document.id.display="block"}else{document.id.display="none"}}else{if(document.all.id.style.display=="none"){document.all.id.style.display="block"}else{document.all.id.style.display="none"}}}};
  2375. [Debug fuel_debug_toggle | fuel_debug_toggle(a){if(document.getElementById){if(document.getElementById(a).style.display=="none"){document.getElementById(a).style.display="block"}else{document.getElementById(a).style.display="none"}}else{if(document.layers){if(document.id.display=="none"){document.id.display="block"}else{document.id.display="none"}}else{if(document.all.id.style.display=="none"){document.all.id.style.display="block"}else{document.all.id.style.display="none"}}}};]
  2376. Debug::fuel_debug_toggle(a){if(document.getElementById){if(document.getElementById(a).style.display=="none"){document.getElementById(a).style.display="block"}else{document.getElementById(a).style.display="none"}}else{if(document.layers){if(document.id.display=="none"){document.id.display="block"}else{document.id.display="none"}}else{if(document.all.id.style.display=="none"){document.all.id.style.display="block"}else{document.all.id.style.display="none"}}}};
  2377. [fuel_debug_toggle - Fuel - Debug :: fuel_debug_toggle(a){if(document.getElementById){if(document.getElementById(a).style.display=="none"){document.getElementById(a).style.display="block"}else{document.getElementById(a).style.display="none"}}else{if(document.layers){if(document.id.display=="none"){document.id.display="block"}else{document.id.display="none"}}else{if(document.all.id.style.display=="none"){document.all.id.style.display="block"}else{document.all.id.style.display="none"}}}}; | ]
  2378. fuel_debug_toggle(a){if(document.getElementById){if(document.getElementById(a).style.display=="none"){document.getElementById(a).style.display="block"}else{document.getElementById(a).style.display="none"}}else{if(document.layers){if(document.id.display=="none"){document.id.display="block"}else{document.id.display="none"}}else{if(document.all.id.style.display=="none"){document.all.id.style.display="block"}else{document.all.id.style.display="none"}}}};
  2379. [f Debug format | format($name, $var, $level = 0, $indent_char = ' ')]
  2380. Debug::format($name, $var, $level = 0, $indent_char = ' ')
  2381. [Debug format | format($name, $var, $level = 0, $indent_char = ' ')]
  2382. Debug::format($name, $var, $level = 0, $indent_char = ' ')
  2383. [format - Fuel - Debug :: format($name, $var, $level = 0, $indent_char = ' ') | ]
  2384. format($name, $var, $level = 0, $indent_char = ' ')
  2385. [f Debug file_lines | file_lines($filepath, $line_num, $highlight = true, $padding = 5)]
  2386. Debug::file_lines($filepath, $line_num, $highlight = true, $padding = 5)
  2387. [Debug file_lines | file_lines($filepath, $line_num, $highlight = true, $padding = 5)]
  2388. Debug::file_lines($filepath, $line_num, $highlight = true, $padding = 5)
  2389. [file_lines - Fuel - Debug :: file_lines($filepath, $line_num, $highlight = true, $padding = 5) | ]
  2390. file_lines($filepath, $line_num, $highlight = true, $padding = 5)
  2391. [f Debug backtrace | backtrace()]
  2392. Debug::backtrace()
  2393. [Debug backtrace | backtrace()]
  2394. Debug::backtrace()
  2395. [backtrace - Fuel - Debug :: backtrace() | ]
  2396. backtrace()
  2397. [f Debug classes | classes()]
  2398. Debug::classes()
  2399. [Debug classes | classes()]
  2400. Debug::classes()
  2401. [classes - Fuel - Debug :: classes() | ]
  2402. classes()
  2403. [f Debug interfaces | interfaces()]
  2404. Debug::interfaces()
  2405. [Debug interfaces | interfaces()]
  2406. Debug::interfaces()
  2407. [interfaces - Fuel - Debug :: interfaces() | ]
  2408. interfaces()
  2409. [f Debug includes | includes()]
  2410. Debug::includes()
  2411. [Debug includes | includes()]
  2412. Debug::includes()
  2413. [includes - Fuel - Debug :: includes() | ]
  2414. includes()
  2415. [f Debug functions | functions()]
  2416. Debug::functions()
  2417. [Debug functions | functions()]
  2418. Debug::functions()
  2419. [functions - Fuel - Debug :: functions() | ]
  2420. functions()
  2421. [f Debug constants | constants()]
  2422. Debug::constants()
  2423. [Debug constants | constants()]
  2424. Debug::constants()
  2425. [constants - Fuel - Debug :: constants() | ]
  2426. constants()
  2427. [f Debug extensions | extensions()]
  2428. Debug::extensions()
  2429. [Debug extensions | extensions()]
  2430. Debug::extensions()
  2431. [extensions - Fuel - Debug :: extensions() | ]
  2432. extensions()
  2433. [f Debug headers | headers()]
  2434. Debug::headers()
  2435. [Debug headers | headers()]
  2436. Debug::headers()
  2437. [headers - Fuel - Debug :: headers() | ]
  2438. headers()
  2439. [f Debug phpini | phpini()]
  2440. Debug::phpini()
  2441. [Debug phpini | phpini()]
  2442. Debug::phpini()
  2443. [phpini - Fuel - Debug :: phpini() | ]
  2444. phpini()
  2445. ;
  2446.  
  2447. ; ----------------------
  2448. ; Error
  2449. ; ----------------------
  2450.  
  2451. [fClasses Error | Fuel class list: class Error ]
  2452. Error
  2453. [f Error shutdown_handler | shutdown_handler()]
  2454. Error::shutdown_handler()
  2455. [Error shutdown_handler | shutdown_handler()]
  2456. Error::shutdown_handler()
  2457. [shutdown_handler - Fuel - Error :: shutdown_handler() | ]
  2458. shutdown_handler()
  2459. [f Error exception_handler | exception_handler(\Exception $e)]
  2460. Error::exception_handler(\Exception $e)
  2461. [Error exception_handler | exception_handler(\Exception $e)]
  2462. Error::exception_handler(\Exception $e)
  2463. [exception_handler - Fuel - Error :: exception_handler(\Exception $e) | ]
  2464. exception_handler(\Exception $e)
  2465. [f Error error_handler | error_handler($severity, $message, $filepath, $line)]
  2466. Error::error_handler($severity, $message, $filepath, $line)
  2467. [Error error_handler | error_handler($severity, $message, $filepath, $line)]
  2468. Error::error_handler($severity, $message, $filepath, $line)
  2469. [error_handler - Fuel - Error :: error_handler($severity, $message, $filepath, $line) | ]
  2470. error_handler($severity, $message, $filepath, $line)
  2471. [f Error show_php_error | show_php_error(\Exception $e)]
  2472. Error::show_php_error(\Exception $e)
  2473. [Error show_php_error | show_php_error(\Exception $e)]
  2474. Error::show_php_error(\Exception $e)
  2475. [show_php_error - Fuel - Error :: show_php_error(\Exception $e) | ]
  2476. show_php_error(\Exception $e)
  2477. [f Error notice | notice($msg, $always_show = false)]
  2478. Error::notice($msg, $always_show = false)
  2479. [Error notice | notice($msg, $always_show = false)]
  2480. Error::notice($msg, $always_show = false)
  2481. [notice - Fuel - Error :: notice($msg, $always_show = false) | ]
  2482. notice($msg, $always_show = false)
  2483. [f Error show_production_error | show_production_error(\Exception $e)]
  2484. Error::show_production_error(\Exception $e)
  2485. [Error show_production_error | show_production_error(\Exception $e)]
  2486. Error::show_production_error(\Exception $e)
  2487. [show_production_error - Fuel - Error :: show_production_error(\Exception $e) | ]
  2488. show_production_error(\Exception $e)
  2489. [f Error prepare_exception | prepare_exception(\Exception $e, $fatal = true)]
  2490. Error::prepare_exception(\Exception $e, $fatal = true)
  2491. [Error prepare_exception | prepare_exception(\Exception $e, $fatal = true)]
  2492. Error::prepare_exception(\Exception $e, $fatal = true)
  2493. [prepare_exception - Fuel - Error :: prepare_exception(\Exception $e, $fatal = true) | ]
  2494. prepare_exception(\Exception $e, $fatal = true)
  2495. ;
  2496.  
  2497. ; ----------------------
  2498. ; Event
  2499. ; ----------------------
  2500.  
  2501. [fClasses Event | Fuel class list: class Event ]
  2502. Event
  2503. [f Event register | register()]
  2504. Event::register()
  2505. [Event register | register()]
  2506. Event::register()
  2507. [register - Fuel - Event :: register() | ]
  2508. register()
  2509. [f Event trigger | trigger($event, $data = '', $return_type = 'string')]
  2510. Event::trigger($event, $data = '', $return_type = 'string')
  2511. [Event trigger | trigger($event, $data = '', $return_type = 'string')]
  2512. Event::trigger($event, $data = '', $return_type = 'string')
  2513. [trigger - Fuel - Event :: trigger($event, $data = '', $return_type = 'string') | ]
  2514. trigger($event, $data = '', $return_type = 'string')
  2515. [f Event shutdown | shutdown()]
  2516. Event::shutdown()
  2517. [Event shutdown | shutdown()]
  2518. Event::shutdown()
  2519. [shutdown - Fuel - Event :: shutdown() | ]
  2520. shutdown()
  2521. [f Event has_events | has_events($event)]
  2522. Event::has_events($event)
  2523. [Event has_events | has_events($event)]
  2524. Event::has_events($event)
  2525. [has_events - Fuel - Event :: has_events($event) | ]
  2526. has_events($event)
  2527. ;
  2528.  
  2529. ; ----------------------
  2530. ; Fieldset_Field
  2531. ; ----------------------
  2532.  
  2533. [fClasses Fieldset_Field | Fuel class list: class Fieldset_Field ]
  2534. Fieldset_Field
  2535. [f Fieldset_Field set_label | set_label($label)]
  2536. Fieldset_Field::set_label($label)
  2537. [Fieldset_Field set_label | set_label($label)]
  2538. Fieldset_Field::set_label($label)
  2539. [set_label - Fuel - Fieldset_Field :: set_label($label) | ]
  2540. set_label($label)
  2541. [f Fieldset_Field set_type | set_type($type)]
  2542. Fieldset_Field::set_type($type)
  2543. [Fieldset_Field set_type | set_type($type)]
  2544. Fieldset_Field::set_type($type)
  2545. [set_type - Fuel - Fieldset_Field :: set_type($type) | ]
  2546. set_type($type)
  2547. [f Fieldset_Field set_value | set_value($value, $repopulate = false)]
  2548. Fieldset_Field::set_value($value, $repopulate = false)
  2549. [Fieldset_Field set_value | set_value($value, $repopulate = false)]
  2550. Fieldset_Field::set_value($value, $repopulate = false)
  2551. [set_value - Fuel - Fieldset_Field :: set_value($value, $repopulate = false) | ]
  2552. set_value($value, $repopulate = false)
  2553. [f Fieldset_Field set_template | set_template($template = null)]
  2554. Fieldset_Field::set_template($template = null)
  2555. [Fieldset_Field set_template | set_template($template = null)]
  2556. Fieldset_Field::set_template($template = null)
  2557. [set_template - Fuel - Fieldset_Field :: set_template($template = null) | ]
  2558. set_template($template = null)
  2559. [f Fieldset_Field add_rule | add_rule($callback)]
  2560. Fieldset_Field::add_rule($callback)
  2561. [Fieldset_Field add_rule | add_rule($callback)]
  2562. Fieldset_Field::add_rule($callback)
  2563. [add_rule - Fuel - Fieldset_Field :: add_rule($callback) | ]
  2564. add_rule($callback)
  2565. [f Fieldset_Field set_attribute | set_attribute($config, $value = null)]
  2566. Fieldset_Field::set_attribute($config, $value = null)
  2567. [Fieldset_Field set_attribute | set_attribute($config, $value = null)]
  2568. Fieldset_Field::set_attribute($config, $value = null)
  2569. [set_attribute - Fuel - Fieldset_Field :: set_attribute($config, $value = null) | ]
  2570. set_attribute($config, $value = null)
  2571. [f Fieldset_Field get_attribute | get_attribute($key = null, $default = null)]
  2572. Fieldset_Field::get_attribute($key = null, $default = null)
  2573. [Fieldset_Field get_attribute | get_attribute($key = null, $default = null)]
  2574. Fieldset_Field::get_attribute($key = null, $default = null)
  2575. [get_attribute - Fuel - Fieldset_Field :: get_attribute($key = null, $default = null) | ]
  2576. get_attribute($key = null, $default = null)
  2577. [f Fieldset_Field set_options | set_options($value, $label = null)]
  2578. Fieldset_Field::set_options($value, $label = null)
  2579. [Fieldset_Field set_options | set_options($value, $label = null)]
  2580. Fieldset_Field::set_options($value, $label = null)
  2581. [set_options - Fuel - Fieldset_Field :: set_options($value, $label = null) | ]
  2582. set_options($value, $label = null)
  2583. [f Fieldset_Field fieldset | fieldset()]
  2584. Fieldset_Field::fieldset()
  2585. [Fieldset_Field fieldset | fieldset()]
  2586. Fieldset_Field::fieldset()
  2587. [fieldset - Fuel - Fieldset_Field :: fieldset() | ]
  2588. fieldset()
  2589. [f Fieldset_Field add | add($name, $label = '', array $attributes = array(), array $rules = array())]
  2590. Fieldset_Field::add($name, $label = '', array $attributes = array(), array $rules = array())
  2591. [Fieldset_Field add | add($name, $label = '', array $attributes = array(), array $rules = array())]
  2592. Fieldset_Field::add($name, $label = '', array $attributes = array(), array $rules = array())
  2593. [add - Fuel - Fieldset_Field :: add($name, $label = '', array $attributes = array(), array $rules = array()) | ]
  2594. add($name, $label = '', array $attributes = array(), array $rules = array())
  2595. [f Fieldset_Field build | build()]
  2596. Fieldset_Field::build()
  2597. [Fieldset_Field build | build()]
  2598. Fieldset_Field::build()
  2599. [build - Fuel - Fieldset_Field :: build() | ]
  2600. build()
  2601. [f Fieldset_Field input | input()]
  2602. Fieldset_Field::input()
  2603. [Fieldset_Field input | input()]
  2604. Fieldset_Field::input()
  2605. [input - Fuel - Fieldset_Field :: input() | ]
  2606. input()
  2607. [f Fieldset_Field validated | validated()]
  2608. Fieldset_Field::validated()
  2609. [Fieldset_Field validated | validated()]
  2610. Fieldset_Field::validated()
  2611. [validated - Fuel - Fieldset_Field :: validated() | ]
  2612. validated()
  2613. [f Fieldset_Field error | error()]
  2614. Fieldset_Field::error()
  2615. [Fieldset_Field error | error()]
  2616. Fieldset_Field::error()
  2617. [error - Fuel - Fieldset_Field :: error() | ]
  2618. error()
  2619. ;
  2620.  
  2621. ; ----------------------
  2622. ; Fieldset
  2623. ; ----------------------
  2624.  
  2625. [fClasses Fieldset | Fuel class list: class Fieldset ]
  2626. Fieldset
  2627. [f Fieldset factory | factory($name = 'default', Array $config = array())]
  2628. Fieldset::factory($name = 'default', Array $config = array())
  2629. [Fieldset factory | factory($name = 'default', Array $config = array())]
  2630. Fieldset::factory($name = 'default', Array $config = array())
  2631. [factory - Fuel - Fieldset :: factory($name = 'default', Array $config = array()) | ]
  2632. factory($name = 'default', Array $config = array())
  2633. [f Fieldset instance | instance($instance = null)]
  2634. Fieldset::instance($instance = null)
  2635. [Fieldset instance | instance($instance = null)]
  2636. Fieldset::instance($instance = null)
  2637. [instance - Fuel - Fieldset :: instance($instance = null) | ]
  2638. instance($instance = null)
  2639. [f Fieldset validation | validation($instance = true)]
  2640. Fieldset::validation($instance = true)
  2641. [Fieldset validation | validation($instance = true)]
  2642. Fieldset::validation($instance = true)
  2643. [validation - Fuel - Fieldset :: validation($instance = true) | ]
  2644. validation($instance = true)
  2645. [f Fieldset form | form($instance = true)]
  2646. Fieldset::form($instance = true)
  2647. [Fieldset form | form($instance = true)]
  2648. Fieldset::form($instance = true)
  2649. [form - Fuel - Fieldset :: form($instance = true) | ]
  2650. form($instance = true)
  2651. [f Fieldset add | add($name, $label = '', array $attributes = array(), array $rules = array())]
  2652. Fieldset::add($name, $label = '', array $attributes = array(), array $rules = array())
  2653. [Fieldset add | add($name, $label = '', array $attributes = array(), array $rules = array())]
  2654. Fieldset::add($name, $label = '', array $attributes = array(), array $rules = array())
  2655. [add - Fuel - Fieldset :: add($name, $label = '', array $attributes = array(), array $rules = array()) | ]
  2656. add($name, $label = '', array $attributes = array(), array $rules = array())
  2657. [f Fieldset field | field($name = null)]
  2658. Fieldset::field($name = null)
  2659. [Fieldset field | field($name = null)]
  2660. Fieldset::field($name = null)
  2661. [field - Fuel - Fieldset :: field($name = null) | ]
  2662. field($name = null)
  2663. [f Fieldset add_model | add_model($class, $instance = null, $method = 'set_form_fields')]
  2664. Fieldset::add_model($class, $instance = null, $method = 'set_form_fields')
  2665. [Fieldset add_model | add_model($class, $instance = null, $method = 'set_form_fields')]
  2666. Fieldset::add_model($class, $instance = null, $method = 'set_form_fields')
  2667. [add_model - Fuel - Fieldset :: add_model($class, $instance = null, $method = 'set_form_fields') | ]
  2668. add_model($class, $instance = null, $method = 'set_form_fields')
  2669. [f Fieldset set_config | set_config($config, $value = null)]
  2670. Fieldset::set_config($config, $value = null)
  2671. [Fieldset set_config | set_config($config, $value = null)]
  2672. Fieldset::set_config($config, $value = null)
  2673. [set_config - Fuel - Fieldset :: set_config($config, $value = null) | ]
  2674. set_config($config, $value = null)
  2675. [f Fieldset get_config | get_config($key = null, $default = null)]
  2676. Fieldset::get_config($key = null, $default = null)
  2677. [Fieldset get_config | get_config($key = null, $default = null)]
  2678. Fieldset::get_config($key = null, $default = null)
  2679. [get_config - Fuel - Fieldset :: get_config($key = null, $default = null) | ]
  2680. get_config($key = null, $default = null)
  2681. [f Fieldset populate | populate($input, $repopulate = false)]
  2682. Fieldset::populate($input, $repopulate = false)
  2683. [Fieldset populate | populate($input, $repopulate = false)]
  2684. Fieldset::populate($input, $repopulate = false)
  2685. [populate - Fuel - Fieldset :: populate($input, $repopulate = false) | ]
  2686. populate($input, $repopulate = false)
  2687. [f Fieldset repopulate | repopulate($deprecated = null)]
  2688. Fieldset::repopulate($deprecated = null)
  2689. [Fieldset repopulate | repopulate($deprecated = null)]
  2690. Fieldset::repopulate($deprecated = null)
  2691. [repopulate - Fuel - Fieldset :: repopulate($deprecated = null) | ]
  2692. repopulate($deprecated = null)
  2693. [f Fieldset build | build($action = null)]
  2694. Fieldset::build($action = null)
  2695. [Fieldset build | build($action = null)]
  2696. Fieldset::build($action = null)
  2697. [build - Fuel - Fieldset :: build($action = null) | ]
  2698. build($action = null)
  2699. [f Fieldset input | input($field = null)]
  2700. Fieldset::input($field = null)
  2701. [Fieldset input | input($field = null)]
  2702. Fieldset::input($field = null)
  2703. [input - Fuel - Fieldset :: input($field = null) | ]
  2704. input($field = null)
  2705. [f Fieldset validated | validated($field = null)]
  2706. Fieldset::validated($field = null)
  2707. [Fieldset validated | validated($field = null)]
  2708. Fieldset::validated($field = null)
  2709. [validated - Fuel - Fieldset :: validated($field = null) | ]
  2710. validated($field = null)
  2711. [f Fieldset errors | errors($field = null)]
  2712. Fieldset::errors($field = null)
  2713. [Fieldset errors | errors($field = null)]
  2714. Fieldset::errors($field = null)
  2715. [errors - Fuel - Fieldset :: errors($field = null) | ]
  2716. errors($field = null)
  2717. [f Fieldset show_errors | show_errors(Array $config = array())]
  2718. Fieldset::show_errors(Array $config = array())
  2719. [Fieldset show_errors | show_errors(Array $config = array())]
  2720. Fieldset::show_errors(Array $config = array())
  2721. [show_errors - Fuel - Fieldset :: show_errors(Array $config = array()) | ]
  2722. show_errors(Array $config = array())
  2723. ;
  2724.  
  2725. ; ----------------------
  2726. ; File_Area
  2727. ; ----------------------
  2728.  
  2729. [fClasses File_Area | Fuel class list: class File_Area ]
  2730. File_Area
  2731. [f File_Area factory | factory(Array $config = array())]
  2732. File_Area::factory(Array $config = array())
  2733. [File_Area factory | factory(Array $config = array())]
  2734. File_Area::factory(Array $config = array())
  2735. [factory - Fuel - File_Area :: factory(Array $config = array()) | ]
  2736. factory(Array $config = array())
  2737. [f File_Area get_handler | get_handler($path, Array $config = array(), $content = array())]
  2738. File_Area::get_handler($path, Array $config = array(), $content = array())
  2739. [File_Area get_handler | get_handler($path, Array $config = array(), $content = array())]
  2740. File_Area::get_handler($path, Array $config = array(), $content = array())
  2741. [get_handler - Fuel - File_Area :: get_handler($path, Array $config = array(), $content = array()) | ]
  2742. get_handler($path, Array $config = array(), $content = array())
  2743. [f File_Area use_locks | use_locks()]
  2744. File_Area::use_locks()
  2745. [File_Area use_locks | use_locks()]
  2746. File_Area::use_locks()
  2747. [use_locks - Fuel - File_Area :: use_locks() | ]
  2748. use_locks()
  2749. [f File_Area extensions | extensions()]
  2750. File_Area::extensions()
  2751. [File_Area extensions | extensions()]
  2752. File_Area::extensions()
  2753. [extensions - Fuel - File_Area :: extensions() | ]
  2754. extensions()
  2755. [f File_Area get_path | get_path($path)]
  2756. File_Area::get_path($path)
  2757. [File_Area get_path | get_path($path)]
  2758. File_Area::get_path($path)
  2759. [get_path - Fuel - File_Area :: get_path($path) | ]
  2760. get_path($path)
  2761. [f File_Area get_url | get_url($path)]
  2762. File_Area::get_url($path)
  2763. [File_Area get_url | get_url($path)]
  2764. File_Area::get_url($path)
  2765. [get_url - Fuel - File_Area :: get_url($path) | ]
  2766. get_url($path)
  2767. [f File_Area create | create($basepath, $name, $contents = null)]
  2768. File_Area::create($basepath, $name, $contents = null)
  2769. [File_Area create | create($basepath, $name, $contents = null)]
  2770. File_Area::create($basepath, $name, $contents = null)
  2771. [create - Fuel - File_Area :: create($basepath, $name, $contents = null) | ]
  2772. create($basepath, $name, $contents = null)
  2773. [f File_Area create_dir | create_dir($basepath, $name, $chmod = 0777)]
  2774. File_Area::create_dir($basepath, $name, $chmod = 0777)
  2775. [File_Area create_dir | create_dir($basepath, $name, $chmod = 0777)]
  2776. File_Area::create_dir($basepath, $name, $chmod = 0777)
  2777. [create_dir - Fuel - File_Area :: create_dir($basepath, $name, $chmod = 0777) | ]
  2778. create_dir($basepath, $name, $chmod = 0777)
  2779. [f File_Area read | read($path, $as_string = false)]
  2780. File_Area::read($path, $as_string = false)
  2781. [File_Area read | read($path, $as_string = false)]
  2782. File_Area::read($path, $as_string = false)
  2783. [read - Fuel - File_Area :: read($path, $as_string = false) | ]
  2784. read($path, $as_string = false)
  2785. [f File_Area read_dir | read_dir($path, $depth = 0, $filter = null)]
  2786. File_Area::read_dir($path, $depth = 0, $filter = null)
  2787. [File_Area read_dir | read_dir($path, $depth = 0, $filter = null)]
  2788. File_Area::read_dir($path, $depth = 0, $filter = null)
  2789. [read_dir - Fuel - File_Area :: read_dir($path, $depth = 0, $filter = null) | ]
  2790. read_dir($path, $depth = 0, $filter = null)
  2791. [f File_Area rename | rename($path, $new_path)]
  2792. File_Area::rename($path, $new_path)
  2793. [File_Area rename | rename($path, $new_path)]
  2794. File_Area::rename($path, $new_path)
  2795. [rename - Fuel - File_Area :: rename($path, $new_path) | ]
  2796. rename($path, $new_path)
  2797. [f File_Area rename_dir | rename_dir($path, $new_path)]
  2798. File_Area::rename_dir($path, $new_path)
  2799. [File_Area rename_dir | rename_dir($path, $new_path)]
  2800. File_Area::rename_dir($path, $new_path)
  2801. [rename_dir - Fuel - File_Area :: rename_dir($path, $new_path) | ]
  2802. rename_dir($path, $new_path)
  2803. [f File_Area copy | copy($path, $new_path)]
  2804. File_Area::copy($path, $new_path)
  2805. [File_Area copy | copy($path, $new_path)]
  2806. File_Area::copy($path, $new_path)
  2807. [copy - Fuel - File_Area :: copy($path, $new_path) | ]
  2808. copy($path, $new_path)
  2809. [f File_Area copy_dir | copy_dir($path, $new_path)]
  2810. File_Area::copy_dir($path, $new_path)
  2811. [File_Area copy_dir | copy_dir($path, $new_path)]
  2812. File_Area::copy_dir($path, $new_path)
  2813. [copy_dir - Fuel - File_Area :: copy_dir($path, $new_path) | ]
  2814. copy_dir($path, $new_path)
  2815. [f File_Area delete | delete($path)]
  2816. File_Area::delete($path)
  2817. [File_Area delete | delete($path)]
  2818. File_Area::delete($path)
  2819. [delete - Fuel - File_Area :: delete($path) | ]
  2820. delete($path)
  2821. [f File_Area delete_dir | delete_dir($path, $recursive = true, $delete_top = true)]
  2822. File_Area::delete_dir($path, $recursive = true, $delete_top = true)
  2823. [File_Area delete_dir | delete_dir($path, $recursive = true, $delete_top = true)]
  2824. File_Area::delete_dir($path, $recursive = true, $delete_top = true)
  2825. [delete_dir - Fuel - File_Area :: delete_dir($path, $recursive = true, $delete_top = true) | ]
  2826. delete_dir($path, $recursive = true, $delete_top = true)
  2827. [f File_Area update | update($basepath, $name, $new_content)]
  2828. File_Area::update($basepath, $name, $new_content)
  2829. [File_Area update | update($basepath, $name, $new_content)]
  2830. File_Area::update($basepath, $name, $new_content)
  2831. [update - Fuel - File_Area :: update($basepath, $name, $new_content) | ]
  2832. update($basepath, $name, $new_content)
  2833. [f File_Area get_permissions | get_permissions($path)]
  2834. File_Area::get_permissions($path)
  2835. [File_Area get_permissions | get_permissions($path)]
  2836. File_Area::get_permissions($path)
  2837. [get_permissions - Fuel - File_Area :: get_permissions($path) | ]
  2838. get_permissions($path)
  2839. [f File_Area get_time | get_time($path, $type)]
  2840. File_Area::get_time($path, $type)
  2841. [File_Area get_time | get_time($path, $type)]
  2842. File_Area::get_time($path, $type)
  2843. [get_time - Fuel - File_Area :: get_time($path, $type) | ]
  2844. get_time($path, $type)
  2845. [f File_Area get_size | get_size($path)]
  2846. File_Area::get_size($path)
  2847. [File_Area get_size | get_size($path)]
  2848. File_Area::get_size($path)
  2849. [get_size - Fuel - File_Area :: get_size($path) | ]
  2850. get_size($path)
  2851. ;
  2852.  
  2853. ; ----------------------
  2854. ; File_Handler_Directory
  2855. ; ----------------------
  2856.  
  2857. [fClasses File_Handler_Directory | Fuel class list: class File_Handler_Directory ]
  2858. File_Handler_Directory
  2859. [f File_Handler_Directory factory | factory($path, Array $config = array(), File_Area $area = null, $content = array())]
  2860. File_Handler_Directory::factory($path, Array $config = array(), File_Area $area = null, $content = array())
  2861. [File_Handler_Directory factory | factory($path, Array $config = array(), File_Area $area = null, $content = array())]
  2862. File_Handler_Directory::factory($path, Array $config = array(), File_Area $area = null, $content = array())
  2863. [factory - Fuel - File_Handler_Directory :: factory($path, Array $config = array(), File_Area $area = null, $content = array()) | ]
  2864. factory($path, Array $config = array(), File_Area $area = null, $content = array())
  2865. [f File_Handler_Directory read | read($depth = 0, $filters = null)]
  2866. File_Handler_Directory::read($depth = 0, $filters = null)
  2867. [File_Handler_Directory read | read($depth = 0, $filters = null)]
  2868. File_Handler_Directory::read($depth = 0, $filters = null)
  2869. [read - Fuel - File_Handler_Directory :: read($depth = 0, $filters = null) | ]
  2870. read($depth = 0, $filters = null)
  2871. [f File_Handler_Directory rename | rename($new_name)]
  2872. File_Handler_Directory::rename($new_name)
  2873. [File_Handler_Directory rename | rename($new_name)]
  2874. File_Handler_Directory::rename($new_name)
  2875. [rename - Fuel - File_Handler_Directory :: rename($new_name) | ]
  2876. rename($new_name)
  2877. [f File_Handler_Directory move | move($new_path)]
  2878. File_Handler_Directory::move($new_path)
  2879. [File_Handler_Directory move | move($new_path)]
  2880. File_Handler_Directory::move($new_path)
  2881. [move - Fuel - File_Handler_Directory :: move($new_path) | ]
  2882. move($new_path)
  2883. [f File_Handler_Directory copy | copy($new_path)]
  2884. File_Handler_Directory::copy($new_path)
  2885. [File_Handler_Directory copy | copy($new_path)]
  2886. File_Handler_Directory::copy($new_path)
  2887. [copy - Fuel - File_Handler_Directory :: copy($new_path) | ]
  2888. copy($new_path)
  2889. [f File_Handler_Directory update | update()]
  2890. File_Handler_Directory::update()
  2891. [File_Handler_Directory update | update()]
  2892. File_Handler_Directory::update()
  2893. [update - Fuel - File_Handler_Directory :: update() | ]
  2894. update()
  2895. [f File_Handler_Directory delete | delete($recursive = true, $delete_top = true)]
  2896. File_Handler_Directory::delete($recursive = true, $delete_top = true)
  2897. [File_Handler_Directory delete | delete($recursive = true, $delete_top = true)]
  2898. File_Handler_Directory::delete($recursive = true, $delete_top = true)
  2899. [delete - Fuel - File_Handler_Directory :: delete($recursive = true, $delete_top = true) | ]
  2900. delete($recursive = true, $delete_top = true)
  2901. [f File_Handler_Directory get_url | get_url()]
  2902. File_Handler_Directory::get_url()
  2903. [File_Handler_Directory get_url | get_url()]
  2904. File_Handler_Directory::get_url()
  2905. [get_url - Fuel - File_Handler_Directory :: get_url() | ]
  2906. get_url()
  2907. [f File_Handler_Directory get_permissions | get_permissions()]
  2908. File_Handler_Directory::get_permissions()
  2909. [File_Handler_Directory get_permissions | get_permissions()]
  2910. File_Handler_Directory::get_permissions()
  2911. [get_permissions - Fuel - File_Handler_Directory :: get_permissions() | ]
  2912. get_permissions()
  2913. [f File_Handler_Directory get_time | get_time($type = 'modified')]
  2914. File_Handler_Directory::get_time($type = 'modified')
  2915. [File_Handler_Directory get_time | get_time($type = 'modified')]
  2916. File_Handler_Directory::get_time($type = 'modified')
  2917. [get_time - Fuel - File_Handler_Directory :: get_time($type = 'modified') | ]
  2918. get_time($type = 'modified')
  2919. [f File_Handler_Directory get_size | get_size()]
  2920. File_Handler_Directory::get_size()
  2921. [File_Handler_Directory get_size | get_size()]
  2922. File_Handler_Directory::get_size()
  2923. [get_size - Fuel - File_Handler_Directory :: get_size() | ]
  2924. get_size()
  2925. ;
  2926.  
  2927. ; ----------------------
  2928. ; File_Handler_File
  2929. ; ----------------------
  2930.  
  2931. [fClasses File_Handler_File | Fuel class list: class File_Handler_File ]
  2932. File_Handler_File
  2933. [f File_Handler_File factory | factory($path, Array $config = array(), File_Area $area = null, $content = array())]
  2934. File_Handler_File::factory($path, Array $config = array(), File_Area $area = null, $content = array())
  2935. [File_Handler_File factory | factory($path, Array $config = array(), File_Area $area = null, $content = array())]
  2936. File_Handler_File::factory($path, Array $config = array(), File_Area $area = null, $content = array())
  2937. [factory - Fuel - File_Handler_File :: factory($path, Array $config = array(), File_Area $area = null, $content = array()) | ]
  2938. factory($path, Array $config = array(), File_Area $area = null, $content = array())
  2939. [f File_Handler_File read | read($as_string = false)]
  2940. File_Handler_File::read($as_string = false)
  2941. [File_Handler_File read | read($as_string = false)]
  2942. File_Handler_File::read($as_string = false)
  2943. [read - Fuel - File_Handler_File :: read($as_string = false) | ]
  2944. read($as_string = false)
  2945. [f File_Handler_File rename | rename($new_name, $new_extension = false)]
  2946. File_Handler_File::rename($new_name, $new_extension = false)
  2947. [File_Handler_File rename | rename($new_name, $new_extension = false)]
  2948. File_Handler_File::rename($new_name, $new_extension = false)
  2949. [rename - Fuel - File_Handler_File :: rename($new_name, $new_extension = false) | ]
  2950. rename($new_name, $new_extension = false)
  2951. [f File_Handler_File move | move($new_path)]
  2952. File_Handler_File::move($new_path)
  2953. [File_Handler_File move | move($new_path)]
  2954. File_Handler_File::move($new_path)
  2955. [move - Fuel - File_Handler_File :: move($new_path) | ]
  2956. move($new_path)
  2957. [f File_Handler_File copy | copy($new_path)]
  2958. File_Handler_File::copy($new_path)
  2959. [File_Handler_File copy | copy($new_path)]
  2960. File_Handler_File::copy($new_path)
  2961. [copy - Fuel - File_Handler_File :: copy($new_path) | ]
  2962. copy($new_path)
  2963. [f File_Handler_File update | update($new_content)]
  2964. File_Handler_File::update($new_content)
  2965. [File_Handler_File update | update($new_content)]
  2966. File_Handler_File::update($new_content)
  2967. [update - Fuel - File_Handler_File :: update($new_content) | ]
  2968. update($new_content)
  2969. [f File_Handler_File delete | delete()]
  2970. File_Handler_File::delete()
  2971. [File_Handler_File delete | delete()]
  2972. File_Handler_File::delete()
  2973. [delete - Fuel - File_Handler_File :: delete() | ]
  2974. delete()
  2975. [f File_Handler_File get_url | get_url()]
  2976. File_Handler_File::get_url()
  2977. [File_Handler_File get_url | get_url()]
  2978. File_Handler_File::get_url()
  2979. [get_url - Fuel - File_Handler_File :: get_url() | ]
  2980. get_url()
  2981. [f File_Handler_File get_permissions | get_permissions()]
  2982. File_Handler_File::get_permissions()
  2983. [File_Handler_File get_permissions | get_permissions()]
  2984. File_Handler_File::get_permissions()
  2985. [get_permissions - Fuel - File_Handler_File :: get_permissions() | ]
  2986. get_permissions()
  2987. [f File_Handler_File get_time | get_time($type = 'modified')]
  2988. File_Handler_File::get_time($type = 'modified')
  2989. [File_Handler_File get_time | get_time($type = 'modified')]
  2990. File_Handler_File::get_time($type = 'modified')
  2991. [get_time - Fuel - File_Handler_File :: get_time($type = 'modified') | ]
  2992. get_time($type = 'modified')
  2993. [f File_Handler_File get_size | get_size()]
  2994. File_Handler_File::get_size()
  2995. [File_Handler_File get_size | get_size()]
  2996. File_Handler_File::get_size()
  2997. [get_size - Fuel - File_Handler_File :: get_size() | ]
  2998. get_size()
  2999. ;
  3000.  
  3001. ; ----------------------
  3002. ; FileAccessException
  3003. ; ----------------------
  3004.  
  3005. [fClasses FileAccessException | Fuel class list: class FileAccessException ]
  3006. FileAccessException
  3007. ;
  3008.  
  3009. ; ----------------------
  3010. ; OutsideAreaException
  3011. ; ----------------------
  3012.  
  3013. [fClasses OutsideAreaException | Fuel class list: class OutsideAreaException ]
  3014. OutsideAreaException
  3015. ;
  3016.  
  3017. ; ----------------------
  3018. ; InvalidPathException
  3019. ; ----------------------
  3020.  
  3021. [fClasses InvalidPathException | Fuel class list: class InvalidPathException ]
  3022. InvalidPathException
  3023. ;
  3024.  
  3025. ; ----------------------
  3026. ; File
  3027. ; ----------------------
  3028.  
  3029. [fClasses File | Fuel class list: class File ]
  3030. File
  3031. [f File factory | factory(Array $config = array())]
  3032. File::factory(Array $config = array())
  3033. [File factory | factory(Array $config = array())]
  3034. File::factory(Array $config = array())
  3035. [factory - Fuel - File :: factory(Array $config = array()) | ]
  3036. factory(Array $config = array())
  3037. [f File instance | instance($area = null)]
  3038. File::instance($area = null)
  3039. [File instance | instance($area = null)]
  3040. File::instance($area = null)
  3041. [instance - Fuel - File :: instance($area = null) | ]
  3042. instance($area = null)
  3043. [f File get | get($path, Array $config = array(), $area = null)]
  3044. File::get($path, Array $config = array(), $area = null)
  3045. [File get | get($path, Array $config = array(), $area = null)]
  3046. File::get($path, Array $config = array(), $area = null)
  3047. [get - Fuel - File :: get($path, Array $config = array(), $area = null) | ]
  3048. get($path, Array $config = array(), $area = null)
  3049. [f File get_url | get_url($path, Array $config = array(), $area = null)]
  3050. File::get_url($path, Array $config = array(), $area = null)
  3051. [File get_url | get_url($path, Array $config = array(), $area = null)]
  3052. File::get_url($path, Array $config = array(), $area = null)
  3053. [get_url - Fuel - File :: get_url($path, Array $config = array(), $area = null) | ]
  3054. get_url($path, Array $config = array(), $area = null)
  3055. [f File create | create($basepath, $name, $contents = null, $area = null)]
  3056. File::create($basepath, $name, $contents = null, $area = null)
  3057. [File create | create($basepath, $name, $contents = null, $area = null)]
  3058. File::create($basepath, $name, $contents = null, $area = null)
  3059. [create - Fuel - File :: create($basepath, $name, $contents = null, $area = null) | ]
  3060. create($basepath, $name, $contents = null, $area = null)
  3061. [f File create_dir | create_dir($basepath, $name, $chmod = 0777, $area = null)]
  3062. File::create_dir($basepath, $name, $chmod = 0777, $area = null)
  3063. [File create_dir | create_dir($basepath, $name, $chmod = 0777, $area = null)]
  3064. File::create_dir($basepath, $name, $chmod = 0777, $area = null)
  3065. [create_dir - Fuel - File :: create_dir($basepath, $name, $chmod = 0777, $area = null) | ]
  3066. create_dir($basepath, $name, $chmod = 0777, $area = null)
  3067. [f File read | read($path, $as_string = false, $area = null)]
  3068. File::read($path, $as_string = false, $area = null)
  3069. [File read | read($path, $as_string = false, $area = null)]
  3070. File::read($path, $as_string = false, $area = null)
  3071. [read - Fuel - File :: read($path, $as_string = false, $area = null) | ]
  3072. read($path, $as_string = false, $area = null)
  3073. [f File read_dir | read_dir($path, $depth = 0, $filter = null, $area = null)]
  3074. File::read_dir($path, $depth = 0, $filter = null, $area = null)
  3075. [File read_dir | read_dir($path, $depth = 0, $filter = null, $area = null)]
  3076. File::read_dir($path, $depth = 0, $filter = null, $area = null)
  3077. [read_dir - Fuel - File :: read_dir($path, $depth = 0, $filter = null, $area = null) | ]
  3078. read_dir($path, $depth = 0, $filter = null, $area = null)
  3079. [f File update | update($basepath, $name, $contents = null, $area = null)]
  3080. File::update($basepath, $name, $contents = null, $area = null)
  3081. [File update | update($basepath, $name, $contents = null, $area = null)]
  3082. File::update($basepath, $name, $contents = null, $area = null)
  3083. [update - Fuel - File :: update($basepath, $name, $contents = null, $area = null) | ]
  3084. update($basepath, $name, $contents = null, $area = null)
  3085. [f File append | append($basepath, $name, $contents = null, $area = null)]
  3086. File::append($basepath, $name, $contents = null, $area = null)
  3087. [File append | append($basepath, $name, $contents = null, $area = null)]
  3088. File::append($basepath, $name, $contents = null, $area = null)
  3089. [append - Fuel - File :: append($basepath, $name, $contents = null, $area = null) | ]
  3090. append($basepath, $name, $contents = null, $area = null)
  3091. [f File get_permissions | get_permissions($path, $area = null)]
  3092. File::get_permissions($path, $area = null)
  3093. [File get_permissions | get_permissions($path, $area = null)]
  3094. File::get_permissions($path, $area = null)
  3095. [get_permissions - Fuel - File :: get_permissions($path, $area = null) | ]
  3096. get_permissions($path, $area = null)
  3097. [f File get_time | get_time($path, $type = 'modified', $area = null)]
  3098. File::get_time($path, $type = 'modified', $area = null)
  3099. [File get_time | get_time($path, $type = 'modified', $area = null)]
  3100. File::get_time($path, $type = 'modified', $area = null)
  3101. [get_time - Fuel - File :: get_time($path, $type = 'modified', $area = null) | ]
  3102. get_time($path, $type = 'modified', $area = null)
  3103. [f File get_size | get_size($path, $area = null)]
  3104. File::get_size($path, $area = null)
  3105. [File get_size | get_size($path, $area = null)]
  3106. File::get_size($path, $area = null)
  3107. [get_size - Fuel - File :: get_size($path, $area = null) | ]
  3108. get_size($path, $area = null)
  3109. [f File rename | rename($path, $new_path, $area = null)]
  3110. File::rename($path, $new_path, $area = null)
  3111. [File rename | rename($path, $new_path, $area = null)]
  3112. File::rename($path, $new_path, $area = null)
  3113. [rename - Fuel - File :: rename($path, $new_path, $area = null) | ]
  3114. rename($path, $new_path, $area = null)
  3115. [f File rename_dir | rename_dir($path, $new_path, $area = null)]
  3116. File::rename_dir($path, $new_path, $area = null)
  3117. [File rename_dir | rename_dir($path, $new_path, $area = null)]
  3118. File::rename_dir($path, $new_path, $area = null)
  3119. [rename_dir - Fuel - File :: rename_dir($path, $new_path, $area = null) | ]
  3120. rename_dir($path, $new_path, $area = null)
  3121. [f File copy | copy($path, $new_path, $area = null)]
  3122. File::copy($path, $new_path, $area = null)
  3123. [File copy | copy($path, $new_path, $area = null)]
  3124. File::copy($path, $new_path, $area = null)
  3125. [copy - Fuel - File :: copy($path, $new_path, $area = null) | ]
  3126. copy($path, $new_path, $area = null)
  3127. [f File copy_dir | copy_dir($path, $new_path, $area = null)]
  3128. File::copy_dir($path, $new_path, $area = null)
  3129. [File copy_dir | copy_dir($path, $new_path, $area = null)]
  3130. File::copy_dir($path, $new_path, $area = null)
  3131. [copy_dir - Fuel - File :: copy_dir($path, $new_path, $area = null) | ]
  3132. copy_dir($path, $new_path, $area = null)
  3133. [f File symlink | symlink($path, $link_path, $is_file = true, $area = null)]
  3134. File::symlink($path, $link_path, $is_file = true, $area = null)
  3135. [File symlink | symlink($path, $link_path, $is_file = true, $area = null)]
  3136. File::symlink($path, $link_path, $is_file = true, $area = null)
  3137. [symlink - Fuel - File :: symlink($path, $link_path, $is_file = true, $area = null) | ]
  3138. symlink($path, $link_path, $is_file = true, $area = null)
  3139. [f File delete | delete($path, $area = null)]
  3140. File::delete($path, $area = null)
  3141. [File delete | delete($path, $area = null)]
  3142. File::delete($path, $area = null)
  3143. [delete - Fuel - File :: delete($path, $area = null) | ]
  3144. delete($path, $area = null)
  3145. [f File delete_dir | delete_dir($path, $recursive = true, $delete_top = true, $area = null)]
  3146. File::delete_dir($path, $recursive = true, $delete_top = true, $area = null)
  3147. [File delete_dir | delete_dir($path, $recursive = true, $delete_top = true, $area = null)]
  3148. File::delete_dir($path, $recursive = true, $delete_top = true, $area = null)
  3149. [delete_dir - Fuel - File :: delete_dir($path, $recursive = true, $delete_top = true, $area = null) | ]
  3150. delete_dir($path, $recursive = true, $delete_top = true, $area = null)
  3151. [f File open_file | open_file($path, $lock = true, $area = null)]
  3152. File::open_file($path, $lock = true, $area = null)
  3153. [File open_file | open_file($path, $lock = true, $area = null)]
  3154. File::open_file($path, $lock = true, $area = null)
  3155. [open_file - Fuel - File :: open_file($path, $lock = true, $area = null) | ]
  3156. open_file($path, $lock = true, $area = null)
  3157. [f File close_file | close_file($resource, $area = null)]
  3158. File::close_file($resource, $area = null)
  3159. [File close_file | close_file($resource, $area = null)]
  3160. File::close_file($resource, $area = null)
  3161. [close_file - Fuel - File :: close_file($resource, $area = null) | ]
  3162. close_file($resource, $area = null)
  3163. [f File file_info | file_info($path, $area = null)]
  3164. File::file_info($path, $area = null)
  3165. [File file_info | file_info($path, $area = null)]
  3166. File::file_info($path, $area = null)
  3167. [file_info - Fuel - File :: file_info($path, $area = null) | ]
  3168. file_info($path, $area = null)
  3169. [f File download | download($path, $name = null, $mime = null, $area = null)]
  3170. File::download($path, $name = null, $mime = null, $area = null)
  3171. [File download | download($path, $name = null, $mime = null, $area = null)]
  3172. File::download($path, $name = null, $mime = null, $area = null)
  3173. [download - Fuel - File :: download($path, $name = null, $mime = null, $area = null) | ]
  3174. download($path, $name = null, $mime = null, $area = null)
  3175. ;
  3176.  
  3177. ; ----------------------
  3178. ; Form
  3179. ; ----------------------
  3180.  
  3181. [fClasses Form | Fuel class list: class Form ]
  3182. Form
  3183. [f Form factory | factory($fieldset = 'default', array $config = array())]
  3184. Form::factory($fieldset = 'default', array $config = array())
  3185. [Form factory | factory($fieldset = 'default', array $config = array())]
  3186. Form::factory($fieldset = 'default', array $config = array())
  3187. [factory - Fuel - Form :: factory($fieldset = 'default', array $config = array()) | ]
  3188. factory($fieldset = 'default', array $config = array())
  3189. [f Form instance | instance($name = null)]
  3190. Form::instance($name = null)
  3191. [Form instance | instance($name = null)]
  3192. Form::instance($name = null)
  3193. [instance - Fuel - Form :: instance($name = null) | ]
  3194. instance($name = null)
  3195. [f Form set_class_config | set_class_config($config, $value = null)]
  3196. Form::set_class_config($config, $value = null)
  3197. [Form set_class_config | set_class_config($config, $value = null)]
  3198. Form::set_class_config($config, $value = null)
  3199. [set_class_config - Fuel - Form :: set_class_config($config, $value = null) | ]
  3200. set_class_config($config, $value = null)
  3201. [f Form get_class_config | get_class_config($key = null, $default = null)]
  3202. Form::get_class_config($key = null, $default = null)
  3203. [Form get_class_config | get_class_config($key = null, $default = null)]
  3204. Form::get_class_config($key = null, $default = null)
  3205. [get_class_config - Fuel - Form :: get_class_config($key = null, $default = null) | ]
  3206. get_class_config($key = null, $default = null)
  3207. [f Form open | open($attributes = array(), Array $hidden = array())]
  3208. Form::open($attributes = array(), Array $hidden = array())
  3209. [Form open | open($attributes = array(), Array $hidden = array())]
  3210. Form::open($attributes = array(), Array $hidden = array())
  3211. [open - Fuel - Form :: open($attributes = array(), Array $hidden = array()) | ]
  3212. open($attributes = array(), Array $hidden = array())
  3213. [f Form close | close()]
  3214. Form::close()
  3215. [Form close | close()]
  3216. Form::close()
  3217. [close - Fuel - Form :: close() | ]
  3218. close()
  3219. [f Form input | input($field, $value = null, Array $attributes = array())]
  3220. Form::input($field, $value = null, Array $attributes = array())
  3221. [Form input | input($field, $value = null, Array $attributes = array())]
  3222. Form::input($field, $value = null, Array $attributes = array())
  3223. [input - Fuel - Form :: input($field, $value = null, Array $attributes = array()) | ]
  3224. input($field, $value = null, Array $attributes = array())
  3225. [f Form hidden | hidden($field, $value = null, Array $attributes = array())]
  3226. Form::hidden($field, $value = null, Array $attributes = array())
  3227. [Form hidden | hidden($field, $value = null, Array $attributes = array())]
  3228. Form::hidden($field, $value = null, Array $attributes = array())
  3229. [hidden - Fuel - Form :: hidden($field, $value = null, Array $attributes = array()) | ]
  3230. hidden($field, $value = null, Array $attributes = array())
  3231. [f Form password | password($field, $value = null, Array $attributes = array())]
  3232. Form::password($field, $value = null, Array $attributes = array())
  3233. [Form password | password($field, $value = null, Array $attributes = array())]
  3234. Form::password($field, $value = null, Array $attributes = array())
  3235. [password - Fuel - Form :: password($field, $value = null, Array $attributes = array()) | ]
  3236. password($field, $value = null, Array $attributes = array())
  3237. [f Form radio | radio($field, $value = null, Array $attributes = array())]
  3238. Form::radio($field, $value = null, Array $attributes = array())
  3239. [Form radio | radio($field, $value = null, Array $attributes = array())]
  3240. Form::radio($field, $value = null, Array $attributes = array())
  3241. [radio - Fuel - Form :: radio($field, $value = null, Array $attributes = array()) | ]
  3242. radio($field, $value = null, Array $attributes = array())
  3243. [f Form checkbox | checkbox($field, $value = null, Array $attributes = array())]
  3244. Form::checkbox($field, $value = null, Array $attributes = array())
  3245. [Form checkbox | checkbox($field, $value = null, Array $attributes = array())]
  3246. Form::checkbox($field, $value = null, Array $attributes = array())
  3247. [checkbox - Fuel - Form :: checkbox($field, $value = null, Array $attributes = array()) | ]
  3248. checkbox($field, $value = null, Array $attributes = array())
  3249. [f Form file | file($field, Array $attributes = array())]
  3250. Form::file($field, Array $attributes = array())
  3251. [Form file | file($field, Array $attributes = array())]
  3252. Form::file($field, Array $attributes = array())
  3253. [file - Fuel - Form :: file($field, Array $attributes = array()) | ]
  3254. file($field, Array $attributes = array())
  3255. [f Form button | button($field, $value = null, Array $attributes = array())]
  3256. Form::button($field, $value = null, Array $attributes = array())
  3257. [Form button | button($field, $value = null, Array $attributes = array())]
  3258. Form::button($field, $value = null, Array $attributes = array())
  3259. [button - Fuel - Form :: button($field, $value = null, Array $attributes = array()) | ]
  3260. button($field, $value = null, Array $attributes = array())
  3261. [f Form reset | reset($field = 'reset', $value = 'Reset', Array $attributes = array())]
  3262. Form::reset($field = 'reset', $value = 'Reset', Array $attributes = array())
  3263. [Form reset | reset($field = 'reset', $value = 'Reset', Array $attributes = array())]
  3264. Form::reset($field = 'reset', $value = 'Reset', Array $attributes = array())
  3265. [reset - Fuel - Form :: reset($field = 'reset', $value = 'Reset', Array $attributes = array()) | ]
  3266. reset($field = 'reset', $value = 'Reset', Array $attributes = array())
  3267. [f Form submit | submit($field = 'submit', $value = 'Submit', Array $attributes = array())]
  3268. Form::submit($field = 'submit', $value = 'Submit', Array $attributes = array())
  3269. [Form submit | submit($field = 'submit', $value = 'Submit', Array $attributes = array())]
  3270. Form::submit($field = 'submit', $value = 'Submit', Array $attributes = array())
  3271. [submit - Fuel - Form :: submit($field = 'submit', $value = 'Submit', Array $attributes = array()) | ]
  3272. submit($field = 'submit', $value = 'Submit', Array $attributes = array())
  3273. [f Form textarea | textarea($field, $value = null, Array $attributes = array())]
  3274. Form::textarea($field, $value = null, Array $attributes = array())
  3275. [Form textarea | textarea($field, $value = null, Array $attributes = array())]
  3276. Form::textarea($field, $value = null, Array $attributes = array())
  3277. [textarea - Fuel - Form :: textarea($field, $value = null, Array $attributes = array()) | ]
  3278. textarea($field, $value = null, Array $attributes = array())
  3279. [f Form select | select($field, $values = null, Array $options = array(), Array $attributes = array())]
  3280. Form::select($field, $values = null, Array $options = array(), Array $attributes = array())
  3281. [Form select | select($field, $values = null, Array $options = array(), Array $attributes = array())]
  3282. Form::select($field, $values = null, Array $options = array(), Array $attributes = array())
  3283. [select - Fuel - Form :: select($field, $values = null, Array $options = array(), Array $attributes = array()) | ]
  3284. select($field, $values = null, Array $options = array(), Array $attributes = array())
  3285. [f Form label | label($label, $id = null, Array $attributes = array())]
  3286. Form::label($label, $id = null, Array $attributes = array())
  3287. [Form label | label($label, $id = null, Array $attributes = array())]
  3288. Form::label($label, $id = null, Array $attributes = array())
  3289. [label - Fuel - Form :: label($label, $id = null, Array $attributes = array()) | ]
  3290. label($label, $id = null, Array $attributes = array())
  3291. [f Form prep_value | prep_value($value)]
  3292. Form::prep_value($value)
  3293. [Form prep_value | prep_value($value)]
  3294. Form::prep_value($value)
  3295. [prep_value - Fuel - Form :: prep_value($value) | ]
  3296. prep_value($value)
  3297. [f Form attr_to_string | attr_to_string($attr)]
  3298. Form::attr_to_string($attr)
  3299. [Form attr_to_string | attr_to_string($attr)]
  3300. Form::attr_to_string($attr)
  3301. [attr_to_string - Fuel - Form :: attr_to_string($attr) | ]
  3302. attr_to_string($attr)
  3303. [f Form fieldset | fieldset()]
  3304. Form::fieldset()
  3305. [Form fieldset | fieldset()]
  3306. Form::fieldset()
  3307. [fieldset - Fuel - Form :: fieldset() | ]
  3308. fieldset()
  3309. [f Form build | build($action = null)]
  3310. Form::build($action = null)
  3311. [Form build | build($action = null)]
  3312. Form::build($action = null)
  3313. [build - Fuel - Form :: build($action = null) | ]
  3314. build($action = null)
  3315. [f Form build_field | build_field($field)]
  3316. Form::build_field($field)
  3317. [Form build_field | build_field($field)]
  3318. Form::build_field($field)
  3319. [build_field - Fuel - Form :: build_field($field) | ]
  3320. build_field($field)
  3321. [f Form field_template | field_template($build_field, Fieldset_Field $field, $required)]
  3322. Form::field_template($build_field, Fieldset_Field $field, $required)
  3323. [Form field_template | field_template($build_field, Fieldset_Field $field, $required)]
  3324. Form::field_template($build_field, Fieldset_Field $field, $required)
  3325. [field_template - Fuel - Form :: field_template($build_field, Fieldset_Field $field, $required) | ]
  3326. field_template($build_field, Fieldset_Field $field, $required)
  3327. [f Form add_csrf | add_csrf()]
  3328. Form::add_csrf()
  3329. [Form add_csrf | add_csrf()]
  3330. Form::add_csrf()
  3331. [add_csrf - Fuel - Form :: add_csrf() | ]
  3332. add_csrf()
  3333. [f Form set_config | set_config($config, $value = null)]
  3334. Form::set_config($config, $value = null)
  3335. [Form set_config | set_config($config, $value = null)]
  3336. Form::set_config($config, $value = null)
  3337. [set_config - Fuel - Form :: set_config($config, $value = null) | ]
  3338. set_config($config, $value = null)
  3339. [f Form get_config | get_config($key = null, $default = null)]
  3340. Form::get_config($key = null, $default = null)
  3341. [Form get_config | get_config($key = null, $default = null)]
  3342. Form::get_config($key = null, $default = null)
  3343. [get_config - Fuel - Form :: get_config($key = null, $default = null) | ]
  3344. get_config($key = null, $default = null)
  3345. [f Form set_attribute | set_attribute($key, $value)]
  3346. Form::set_attribute($key, $value)
  3347. [Form set_attribute | set_attribute($key, $value)]
  3348. Form::set_attribute($key, $value)
  3349. [set_attribute - Fuel - Form :: set_attribute($key, $value) | ]
  3350. set_attribute($key, $value)
  3351. [f Form get_attribute | get_attribute($key, $default = null)]
  3352. Form::get_attribute($key, $default = null)
  3353. [Form get_attribute | get_attribute($key, $default = null)]
  3354. Form::get_attribute($key, $default = null)
  3355. [get_attribute - Fuel - Form :: get_attribute($key, $default = null) | ]
  3356. get_attribute($key, $default = null)
  3357. [f Form add | add($name, $label = '', array $attributes = array(), array $rules = array())]
  3358. Form::add($name, $label = '', array $attributes = array(), array $rules = array())
  3359. [Form add | add($name, $label = '', array $attributes = array(), array $rules = array())]
  3360. Form::add($name, $label = '', array $attributes = array(), array $rules = array())
  3361. [add - Fuel - Form :: add($name, $label = '', array $attributes = array(), array $rules = array()) | ]
  3362. add($name, $label = '', array $attributes = array(), array $rules = array())
  3363. [f Form add_model | add_model($class, $instance = null, $method = 'set_form_fields')]
  3364. Form::add_model($class, $instance = null, $method = 'set_form_fields')
  3365. [Form add_model | add_model($class, $instance = null, $method = 'set_form_fields')]
  3366. Form::add_model($class, $instance = null, $method = 'set_form_fields')
  3367. [add_model - Fuel - Form :: add_model($class, $instance = null, $method = 'set_form_fields') | ]
  3368. add_model($class, $instance = null, $method = 'set_form_fields')
  3369. [f Form field | field($name = null)]
  3370. Form::field($name = null)
  3371. [Form field | field($name = null)]
  3372. Form::field($name = null)
  3373. [field - Fuel - Form :: field($name = null) | ]
  3374. field($name = null)
  3375. [f Form populate | populate($input, $repopulate = false)]
  3376. Form::populate($input, $repopulate = false)
  3377. [Form populate | populate($input, $repopulate = false)]
  3378. Form::populate($input, $repopulate = false)
  3379. [populate - Fuel - Form :: populate($input, $repopulate = false) | ]
  3380. populate($input, $repopulate = false)
  3381. [f Form repopulate | repopulate()]
  3382. Form::repopulate()
  3383. [Form repopulate | repopulate()]
  3384. Form::repopulate()
  3385. [repopulate - Fuel - Form :: repopulate() | ]
  3386. repopulate()
  3387. ;
  3388.  
  3389. ; ----------------------
  3390. ; Format
  3391. ; ----------------------
  3392.  
  3393. [fClasses Format | Fuel class list: class Format ]
  3394. Format
  3395. [f Format factory | factory($data = null, $from_type = null)]
  3396. Format::factory($data = null, $from_type = null)
  3397. [Format factory | factory($data = null, $from_type = null)]
  3398. Format::factory($data = null, $from_type = null)
  3399. [factory - Fuel - Format :: factory($data = null, $from_type = null) | ]
  3400. factory($data = null, $from_type = null)
  3401. [f Format to_array | to_array($data = null)]
  3402. Format::to_array($data = null)
  3403. [Format to_array | to_array($data = null)]
  3404. Format::to_array($data = null)
  3405. [to_array - Fuel - Format :: to_array($data = null) | ]
  3406. to_array($data = null)
  3407. [f Format to_xml | to_xml($data = null, $structure = null, $basenode = 'xml')]
  3408. Format::to_xml($data = null, $structure = null, $basenode = 'xml')
  3409. [Format to_xml | to_xml($data = null, $structure = null, $basenode = 'xml')]
  3410. Format::to_xml($data = null, $structure = null, $basenode = 'xml')
  3411. [to_xml - Fuel - Format :: to_xml($data = null, $structure = null, $basenode = 'xml') | ]
  3412. to_xml($data = null, $structure = null, $basenode = 'xml')
  3413. [f Format to_csv | to_csv($data = null)]
  3414. Format::to_csv($data = null)
  3415. [Format to_csv | to_csv($data = null)]
  3416. Format::to_csv($data = null)
  3417. [to_csv - Fuel - Format :: to_csv($data = null) | ]
  3418. to_csv($data = null)
  3419. [f Format to_json | to_json($data = null)]
  3420. Format::to_json($data = null)
  3421. [Format to_json | to_json($data = null)]
  3422. Format::to_json($data = null)
  3423. [to_json - Fuel - Format :: to_json($data = null) | ]
  3424. to_json($data = null)
  3425. [f Format to_serialized | to_serialized($data = null)]
  3426. Format::to_serialized($data = null)
  3427. [Format to_serialized | to_serialized($data = null)]
  3428. Format::to_serialized($data = null)
  3429. [to_serialized - Fuel - Format :: to_serialized($data = null) | ]
  3430. to_serialized($data = null)
  3431. [f Format to_php | to_php($data = null)]
  3432. Format::to_php($data = null)
  3433. [Format to_php | to_php($data = null)]
  3434. Format::to_php($data = null)
  3435. [to_php - Fuel - Format :: to_php($data = null) | ]
  3436. to_php($data = null)
  3437. [f Format to_yaml | to_yaml($data = null)]
  3438. Format::to_yaml($data = null)
  3439. [Format to_yaml | to_yaml($data = null)]
  3440. Format::to_yaml($data = null)
  3441. [to_yaml - Fuel - Format :: to_yaml($data = null) | ]
  3442. to_yaml($data = null)
  3443. ;
  3444.  
  3445. ; ----------------------
  3446. ; FtpConnectionException
  3447. ; ----------------------
  3448.  
  3449. [fClasses FtpConnectionException | Fuel class list: class FtpConnectionException ]
  3450. FtpConnectionException
  3451. ;
  3452.  
  3453. ; ----------------------
  3454. ; FtpFileAccessException
  3455. ; ----------------------
  3456.  
  3457. [fClasses FtpFileAccessException | Fuel class list: class FtpFileAccessException ]
  3458. FtpFileAccessException
  3459. ;
  3460.  
  3461. ; ----------------------
  3462. ; Ftp
  3463. ; ----------------------
  3464.  
  3465. [fClasses Ftp | Fuel class list: class Ftp ]
  3466. Ftp
  3467. [f Ftp factory | factory($config = 'default', $connect = true)]
  3468. Ftp::factory($config = 'default', $connect = true)
  3469. [Ftp factory | factory($config = 'default', $connect = true)]
  3470. Ftp::factory($config = 'default', $connect = true)
  3471. [factory - Fuel - Ftp :: factory($config = 'default', $connect = true) | ]
  3472. factory($config = 'default', $connect = true)
  3473. [f Ftp connect | connect()]
  3474. Ftp::connect()
  3475. [Ftp connect | connect()]
  3476. Ftp::connect()
  3477. [connect - Fuel - Ftp :: connect() | ]
  3478. connect()
  3479. [f Ftp change_dir | change_dir($path = '')]
  3480. Ftp::change_dir($path = '')
  3481. [Ftp change_dir | change_dir($path = '')]
  3482. Ftp::change_dir($path = '')
  3483. [change_dir - Fuel - Ftp :: change_dir($path = '') | ]
  3484. change_dir($path = '')
  3485. [f Ftp mkdir | mkdir($path, $permissions = null)]
  3486. Ftp::mkdir($path, $permissions = null)
  3487. [Ftp mkdir | mkdir($path, $permissions = null)]
  3488. Ftp::mkdir($path, $permissions = null)
  3489. [mkdir - Fuel - Ftp :: mkdir($path, $permissions = null) | ]
  3490. mkdir($path, $permissions = null)
  3491. [f Ftp upload | upload($local_path, $remote_path, $mode = 'auto', $permissions = null)]
  3492. Ftp::upload($local_path, $remote_path, $mode = 'auto', $permissions = null)
  3493. [Ftp upload | upload($local_path, $remote_path, $mode = 'auto', $permissions = null)]
  3494. Ftp::upload($local_path, $remote_path, $mode = 'auto', $permissions = null)
  3495. [upload - Fuel - Ftp :: upload($local_path, $remote_path, $mode = 'auto', $permissions = null) | ]
  3496. upload($local_path, $remote_path, $mode = 'auto', $permissions = null)
  3497. [f Ftp download | download($remote_path, $local_path, $mode = 'auto')]
  3498. Ftp::download($remote_path, $local_path, $mode = 'auto')
  3499. [Ftp download | download($remote_path, $local_path, $mode = 'auto')]
  3500. Ftp::download($remote_path, $local_path, $mode = 'auto')
  3501. [download - Fuel - Ftp :: download($remote_path, $local_path, $mode = 'auto') | ]
  3502. download($remote_path, $local_path, $mode = 'auto')
  3503. [f Ftp rename | rename($old_file, $new_file, $move = false)]
  3504. Ftp::rename($old_file, $new_file, $move = false)
  3505. [Ftp rename | rename($old_file, $new_file, $move = false)]
  3506. Ftp::rename($old_file, $new_file, $move = false)
  3507. [rename - Fuel - Ftp :: rename($old_file, $new_file, $move = false) | ]
  3508. rename($old_file, $new_file, $move = false)
  3509. [f Ftp move | move($old_file, $new_file)]
  3510. Ftp::move($old_file, $new_file)
  3511. [Ftp move | move($old_file, $new_file)]
  3512. Ftp::move($old_file, $new_file)
  3513. [move - Fuel - Ftp :: move($old_file, $new_file) | ]
  3514. move($old_file, $new_file)
  3515. [f Ftp delete_file | delete_file($filepath)]
  3516. Ftp::delete_file($filepath)
  3517. [Ftp delete_file | delete_file($filepath)]
  3518. Ftp::delete_file($filepath)
  3519. [delete_file - Fuel - Ftp :: delete_file($filepath) | ]
  3520. delete_file($filepath)
  3521. [f Ftp delete_dir | delete_dir($filepath)]
  3522. Ftp::delete_dir($filepath)
  3523. [Ftp delete_dir | delete_dir($filepath)]
  3524. Ftp::delete_dir($filepath)
  3525. [delete_dir - Fuel - Ftp :: delete_dir($filepath) | ]
  3526. delete_dir($filepath)
  3527. [f Ftp chmod | chmod($path, $perm)]
  3528. Ftp::chmod($path, $perm)
  3529. [Ftp chmod | chmod($path, $perm)]
  3530. Ftp::chmod($path, $perm)
  3531. [chmod - Fuel - Ftp :: chmod($path, $perm) | ]
  3532. chmod($path, $perm)
  3533. [f Ftp list_files | list_files($path = '.')]
  3534. Ftp::list_files($path = '.')
  3535. [Ftp list_files | list_files($path = '.')]
  3536. Ftp::list_files($path = '.')
  3537. [list_files - Fuel - Ftp :: list_files($path = '.') | ]
  3538. list_files($path = '.')
  3539. [f Ftp mirror | mirror($local_path, $remote_path)]
  3540. Ftp::mirror($local_path, $remote_path)
  3541. [Ftp mirror | mirror($local_path, $remote_path)]
  3542. Ftp::mirror($local_path, $remote_path)
  3543. [mirror - Fuel - Ftp :: mirror($local_path, $remote_path) | ]
  3544. mirror($local_path, $remote_path)
  3545. [f Ftp close | close()]
  3546. Ftp::close()
  3547. [Ftp close | close()]
  3548. Ftp::close()
  3549. [close - Fuel - Ftp :: close() | ]
  3550. close()
  3551. ;
  3552.  
  3553. ; ----------------------
  3554. ; Fuel_E
  3555. ; ----------------------
  3556.  
  3557. [fClasses Fuel_E | Fuel class list: class Fuel_E ]
  3558. Fuel_E
  3559. ;
  3560.  
  3561. ; ----------------------
  3562. ; Fuel
  3563. ; ----------------------
  3564.  
  3565. [fClasses Fuel | Fuel class list: class Fuel ]
  3566. Fuel
  3567. [f Fuel init | init($config)]
  3568. Fuel::init($config)
  3569. [Fuel init | init($config)]
  3570. Fuel::init($config)
  3571. [init - Fuel - Fuel :: init($config) | ]
  3572. init($config)
  3573. [f Fuel finish | finish()]
  3574. Fuel::finish()
  3575. [Fuel finish | finish()]
  3576. Fuel::finish()
  3577. [finish - Fuel - Fuel :: finish() | ]
  3578. finish()
  3579. [f Fuel find_file | find_file($directory, $file, $ext = '.php', $multiple = false, $cache = true)]
  3580. Fuel::find_file($directory, $file, $ext = '.php', $multiple = false, $cache = true)
  3581. [Fuel find_file | find_file($directory, $file, $ext = '.php', $multiple = false, $cache = true)]
  3582. Fuel::find_file($directory, $file, $ext = '.php', $multiple = false, $cache = true)
  3583. [find_file - Fuel - Fuel :: find_file($directory, $file, $ext = '.php', $multiple = false, $cache = true) | ]
  3584. find_file($directory, $file, $ext = '.php', $multiple = false, $cache = true)
  3585. [f Fuel list_files | list_files($directory = null, $filter = '*.php')]
  3586. Fuel::list_files($directory = null, $filter = '*.php')
  3587. [Fuel list_files | list_files($directory = null, $filter = '*.php')]
  3588. Fuel::list_files($directory = null, $filter = '*.php')
  3589. [list_files - Fuel - Fuel :: list_files($directory = null, $filter = '*.php') | ]
  3590. list_files($directory = null, $filter = '*.php')
  3591. [f Fuel generate_base_url | generate_base_url()]
  3592. Fuel::generate_base_url()
  3593. [Fuel generate_base_url | generate_base_url()]
  3594. Fuel::generate_base_url()
  3595. [generate_base_url - Fuel - Fuel :: generate_base_url() | ]
  3596. generate_base_url()
  3597. [f Fuel add_path | add_path($path, $prefix = false)]
  3598. Fuel::add_path($path, $prefix = false)
  3599. [Fuel add_path | add_path($path, $prefix = false)]
  3600. Fuel::add_path($path, $prefix = false)
  3601. [add_path - Fuel - Fuel :: add_path($path, $prefix = false) | ]
  3602. add_path($path, $prefix = false)
  3603. [f Fuel get_paths | get_paths()]
  3604. Fuel::get_paths()
  3605. [Fuel get_paths | get_paths()]
  3606. Fuel::get_paths()
  3607. [get_paths - Fuel - Fuel :: get_paths() | ]
  3608. get_paths()
  3609. [f Fuel load | load($file)]
  3610. Fuel::load($file)
  3611. [Fuel load | load($file)]
  3612. Fuel::load($file)
  3613. [load - Fuel - Fuel :: load($file) | ]
  3614. load($file)
  3615. [f Fuel add_package | add_package($package)]
  3616. Fuel::add_package($package)
  3617. [Fuel add_package | add_package($package)]
  3618. Fuel::add_package($package)
  3619. [add_package - Fuel - Fuel :: add_package($package) | ]
  3620. add_package($package)
  3621. [f Fuel remove_package | remove_package($name)]
  3622. Fuel::remove_package($name)
  3623. [Fuel remove_package | remove_package($name)]
  3624. Fuel::remove_package($name)
  3625. [remove_package - Fuel - Fuel :: remove_package($name) | ]
  3626. remove_package($name)
  3627. [f Fuel add_module | add_module($name)]
  3628. Fuel::add_module($name)
  3629. [Fuel add_module | add_module($name)]
  3630. Fuel::add_module($name)
  3631. [add_module - Fuel - Fuel :: add_module($name) | ]
  3632. add_module($name)
  3633. [f Fuel module_exists | module_exists($module)]
  3634. Fuel::module_exists($module)
  3635. [Fuel module_exists | module_exists($module)]
  3636. Fuel::module_exists($module)
  3637. [module_exists - Fuel - Fuel :: module_exists($module) | ]
  3638. module_exists($module)
  3639. [f Fuel cache | cache($name, $data = null, $lifetime = null)]
  3640. Fuel::cache($name, $data = null, $lifetime = null)
  3641. [Fuel cache | cache($name, $data = null, $lifetime = null)]
  3642. Fuel::cache($name, $data = null, $lifetime = null)
  3643. [cache - Fuel - Fuel :: cache($name, $data = null, $lifetime = null) | ]
  3644. cache($name, $data = null, $lifetime = null)
  3645. [f Fuel always_load | always_load($array = null)]
  3646. Fuel::always_load($array = null)
  3647. [Fuel always_load | always_load($array = null)]
  3648. Fuel::always_load($array = null)
  3649. [always_load - Fuel - Fuel :: always_load($array = null) | ]
  3650. always_load($array = null)
  3651. [f Fuel clean_path | clean_path($path)]
  3652. Fuel::clean_path($path)
  3653. [Fuel clean_path | clean_path($path)]
  3654. Fuel::clean_path($path)
  3655. [clean_path - Fuel - Fuel :: clean_path($path) | ]
  3656. clean_path($path)
  3657. ;
  3658.  
  3659. ; ----------------------
  3660. ; Html
  3661. ; ----------------------
  3662.  
  3663. [fClasses Html | Fuel class list: class Html ]
  3664. Html
  3665. [f Html h | h($content = '', $num = 1, $attr = false)]
  3666. Html::h($content = '', $num = 1, $attr = false)
  3667. [Html h | h($content = '', $num = 1, $attr = false)]
  3668. Html::h($content = '', $num = 1, $attr = false)
  3669. [h - Fuel - Html :: h($content = '', $num = 1, $attr = false) | ]
  3670. h($content = '', $num = 1, $attr = false)
  3671. [f Html anchor | anchor($href, $text, $attr = array())]
  3672. Html::anchor($href, $text, $attr = array())
  3673. [Html anchor | anchor($href, $text, $attr = array())]
  3674. Html::anchor($href, $text, $attr = array())
  3675. [anchor - Fuel - Html :: anchor($href, $text, $attr = array()) | ]
  3676. anchor($href, $text, $attr = array())
  3677. [f Html img | img($src, $attr = array())]
  3678. Html::img($src, $attr = array())
  3679. [Html img | img($src, $attr = array())]
  3680. Html::img($src, $attr = array())
  3681. [img - Fuel - Html :: img($src, $attr = array()) | ]
  3682. img($src, $attr = array())
  3683. [f Html prep_url | prep_url($url, $schema = 'http')]
  3684. Html::prep_url($url, $schema = 'http')
  3685. [Html prep_url | prep_url($url, $schema = 'http')]
  3686. Html::prep_url($url, $schema = 'http')
  3687. [prep_url - Fuel - Html :: prep_url($url, $schema = 'http') | ]
  3688. prep_url($url, $schema = 'http')
  3689. [f Html mail_to | mail_to($email, $text = NULL, $subject = NULL, $attr = array())]
  3690. Html::mail_to($email, $text = NULL, $subject = NULL, $attr = array())
  3691. [Html mail_to | mail_to($email, $text = NULL, $subject = NULL, $attr = array())]
  3692. Html::mail_to($email, $text = NULL, $subject = NULL, $attr = array())
  3693. [mail_to - Fuel - Html :: mail_to($email, $text = NULL, $subject = NULL, $attr = array()) | ]
  3694. mail_to($email, $text = NULL, $subject = NULL, $attr = array())
  3695. [f Html mail_to_safe | mail_to_safe($email, $text = null, $subject = null, $attr = array())]
  3696. Html::mail_to_safe($email, $text = null, $subject = null, $attr = array())
  3697. [Html mail_to_safe | mail_to_safe($email, $text = null, $subject = null, $attr = array())]
  3698. Html::mail_to_safe($email, $text = null, $subject = null, $attr = array())
  3699. [mail_to_safe - Fuel - Html :: mail_to_safe($email, $text = null, $subject = null, $attr = array()) | ]
  3700. mail_to_safe($email, $text = null, $subject = null, $attr = array())
  3701. [f Html br | br($num = 1, $attr = false)]
  3702. Html::br($num = 1, $attr = false)
  3703. [Html br | br($num = 1, $attr = false)]
  3704. Html::br($num = 1, $attr = false)
  3705. [br - Fuel - Html :: br($num = 1, $attr = false) | ]
  3706. br($num = 1, $attr = false)
  3707. [f Html hr | hr($attr = false)]
  3708. Html::hr($attr = false)
  3709. [Html hr | hr($attr = false)]
  3710. Html::hr($attr = false)
  3711. [hr - Fuel - Html :: hr($attr = false) | ]
  3712. hr($attr = false)
  3713. [f Html title | title($content = '')]
  3714. Html::title($content = '')
  3715. [Html title | title($content = '')]
  3716. Html::title($content = '')
  3717. [title - Fuel - Html :: title($content = '') | ]
  3718. title($content = '')
  3719. [f Html nbs | nbs($num = 1)]
  3720. Html::nbs($num = 1)
  3721. [Html nbs | nbs($num = 1)]
  3722. Html::nbs($num = 1)
  3723. [nbs - Fuel - Html :: nbs($num = 1) | ]
  3724. nbs($num = 1)
  3725. [f Html meta | meta($name = '', $content = '', $type = 'name')]
  3726. Html::meta($name = '', $content = '', $type = 'name')
  3727. [Html meta | meta($name = '', $content = '', $type = 'name')]
  3728. Html::meta($name = '', $content = '', $type = 'name')
  3729. [meta - Fuel - Html :: meta($name = '', $content = '', $type = 'name') | ]
  3730. meta($name = '', $content = '', $type = 'name')
  3731. [f Html doctype | doctype($type = 'xhtml1-trans')]
  3732. Html::doctype($type = 'xhtml1-trans')
  3733. [Html doctype | doctype($type = 'xhtml1-trans')]
  3734. Html::doctype($type = 'xhtml1-trans')
  3735. [doctype - Fuel - Html :: doctype($type = 'xhtml1-trans') | ]
  3736. doctype($type = 'xhtml1-trans')
  3737. [f Html header | header($content = '', $attr = array())]
  3738. Html::header($content = '', $attr = array())
  3739. [Html header | header($content = '', $attr = array())]
  3740. Html::header($content = '', $attr = array())
  3741. [header - Fuel - Html :: header($content = '', $attr = array()) | ]
  3742. header($content = '', $attr = array())
  3743. [f Html audio | audio($src = array(), $attr = false)]
  3744. Html::audio($src = array(), $attr = false)
  3745. [Html audio | audio($src = array(), $attr = false)]
  3746. Html::audio($src = array(), $attr = false)
  3747. [audio - Fuel - Html :: audio($src = array(), $attr = false) | ]
  3748. audio($src = array(), $attr = false)
  3749. [f Html ul | ul(Array $list = array(), $attr = false)]
  3750. Html::ul(Array $list = array(), $attr = false)
  3751. [Html ul | ul(Array $list = array(), $attr = false)]
  3752. Html::ul(Array $list = array(), $attr = false)
  3753. [ul - Fuel - Html :: ul(Array $list = array(), $attr = false) | ]
  3754. ul(Array $list = array(), $attr = false)
  3755. [f Html ol | ol(Array $list = array(), $attr = false)]
  3756. Html::ol(Array $list = array(), $attr = false)
  3757. [Html ol | ol(Array $list = array(), $attr = false)]
  3758. Html::ol(Array $list = array(), $attr = false)
  3759. [ol - Fuel - Html :: ol(Array $list = array(), $attr = false) | ]
  3760. ol(Array $list = array(), $attr = false)
  3761. [f Html build_list | build_list($type = 'ul', Array $list = array(), $attr = false, $indent = '')]
  3762. Html::build_list($type = 'ul', Array $list = array(), $attr = false, $indent = '')
  3763. [Html build_list | build_list($type = 'ul', Array $list = array(), $attr = false, $indent = '')]
  3764. Html::build_list($type = 'ul', Array $list = array(), $attr = false, $indent = '')
  3765. [build_list - Fuel - Html :: build_list($type = 'ul', Array $list = array(), $attr = false, $indent = '') | ]
  3766. build_list($type = 'ul', Array $list = array(), $attr = false, $indent = '')
  3767. ;
  3768.  
  3769. ; ----------------------
  3770. ; Image_Driver
  3771. ; ----------------------
  3772.  
  3773. [fClasses Image_Driver | Fuel class list: class Image_Driver ]
  3774. Image_Driver
  3775. [f Image_Driver config | config($index = null, $value = null)]
  3776. Image_Driver::config($index = null, $value = null)
  3777. [Image_Driver config | config($index = null, $value = null)]
  3778. Image_Driver::config($index = null, $value = null)
  3779. [config - Fuel - Image_Driver :: config($index = null, $value = null) | ]
  3780. config($index = null, $value = null)
  3781. [f Image_Driver preset | preset($name)]
  3782. Image_Driver::preset($name)
  3783. [Image_Driver preset | preset($name)]
  3784. Image_Driver::preset($name)
  3785. [preset - Fuel - Image_Driver :: preset($name) | ]
  3786. preset($name)
  3787. [f Image_Driver load | load($filename, $return_data = false)]
  3788. Image_Driver::load($filename, $return_data = false)
  3789. [Image_Driver load | load($filename, $return_data = false)]
  3790. Image_Driver::load($filename, $return_data = false)
  3791. [load - Fuel - Image_Driver :: load($filename, $return_data = false) | ]
  3792. load($filename, $return_data = false)
  3793. [f Image_Driver crop | crop($x1, $y1, $x2, $y2)]
  3794. Image_Driver::crop($x1, $y1, $x2, $y2)
  3795. [Image_Driver crop | crop($x1, $y1, $x2, $y2)]
  3796. Image_Driver::crop($x1, $y1, $x2, $y2)
  3797. [crop - Fuel - Image_Driver :: crop($x1, $y1, $x2, $y2) | ]
  3798. crop($x1, $y1, $x2, $y2)
  3799. [f Image_Driver resize | resize($width, $height = null, $keepar = true, $pad = false)]
  3800. Image_Driver::resize($width, $height = null, $keepar = true, $pad = false)
  3801. [Image_Driver resize | resize($width, $height = null, $keepar = true, $pad = false)]
  3802. Image_Driver::resize($width, $height = null, $keepar = true, $pad = false)
  3803. [resize - Fuel - Image_Driver :: resize($width, $height = null, $keepar = true, $pad = false) | ]
  3804. resize($width, $height = null, $keepar = true, $pad = false)
  3805. [f Image_Driver crop_resize | crop_resize($width, $height = null)]
  3806. Image_Driver::crop_resize($width, $height = null)
  3807. [Image_Driver crop_resize | crop_resize($width, $height = null)]
  3808. Image_Driver::crop_resize($width, $height = null)
  3809. [crop_resize - Fuel - Image_Driver :: crop_resize($width, $height = null) | ]
  3810. crop_resize($width, $height = null)
  3811. [f Image_Driver rotate | rotate($degrees)]
  3812. Image_Driver::rotate($degrees)
  3813. [Image_Driver rotate | rotate($degrees)]
  3814. Image_Driver::rotate($degrees)
  3815. [rotate - Fuel - Image_Driver :: rotate($degrees) | ]
  3816. rotate($degrees)
  3817. [f Image_Driver watermark | watermark($filename, $position, $padding = 5)]
  3818. Image_Driver::watermark($filename, $position, $padding = 5)
  3819. [Image_Driver watermark | watermark($filename, $position, $padding = 5)]
  3820. Image_Driver::watermark($filename, $position, $padding = 5)
  3821. [watermark - Fuel - Image_Driver :: watermark($filename, $position, $padding = 5) | ]
  3822. watermark($filename, $position, $padding = 5)
  3823. [f Image_Driver border | border($size, $color = null)]
  3824. Image_Driver::border($size, $color = null)
  3825. [Image_Driver border | border($size, $color = null)]
  3826. Image_Driver::border($size, $color = null)
  3827. [border - Fuel - Image_Driver :: border($size, $color = null) | ]
  3828. border($size, $color = null)
  3829. [f Image_Driver mask | mask($maskimage)]
  3830. Image_Driver::mask($maskimage)
  3831. [Image_Driver mask | mask($maskimage)]
  3832. Image_Driver::mask($maskimage)
  3833. [mask - Fuel - Image_Driver :: mask($maskimage) | ]
  3834. mask($maskimage)
  3835. [f Image_Driver rounded | rounded($radius, $sides = null, $antialias = null)]
  3836. Image_Driver::rounded($radius, $sides = null, $antialias = null)
  3837. [Image_Driver rounded | rounded($radius, $sides = null, $antialias = null)]
  3838. Image_Driver::rounded($radius, $sides = null, $antialias = null)
  3839. [rounded - Fuel - Image_Driver :: rounded($radius, $sides = null, $antialias = null) | ]
  3840. rounded($radius, $sides = null, $antialias = null)
  3841. [f Image_Driver grayscale | grayscale()]
  3842. Image_Driver::grayscale()
  3843. [Image_Driver grayscale | grayscale()]
  3844. Image_Driver::grayscale()
  3845. [grayscale - Fuel - Image_Driver :: grayscale() | ]
  3846. grayscale()
  3847. [f Image_Driver save | save($filename, $permissions = null)]
  3848. Image_Driver::save($filename, $permissions = null)
  3849. [Image_Driver save | save($filename, $permissions = null)]
  3850. Image_Driver::save($filename, $permissions = null)
  3851. [save - Fuel - Image_Driver :: save($filename, $permissions = null) | ]
  3852. save($filename, $permissions = null)
  3853. [f Image_Driver save_pa | save_pa($append, $prepend = null, $extension = null, $permissions = null)]
  3854. Image_Driver::save_pa($append, $prepend = null, $extension = null, $permissions = null)
  3855. [Image_Driver save_pa | save_pa($append, $prepend = null, $extension = null, $permissions = null)]
  3856. Image_Driver::save_pa($append, $prepend = null, $extension = null, $permissions = null)
  3857. [save_pa - Fuel - Image_Driver :: save_pa($append, $prepend = null, $extension = null, $permissions = null) | ]
  3858. save_pa($append, $prepend = null, $extension = null, $permissions = null)
  3859. [f Image_Driver output | output($filetype = null)]
  3860. Image_Driver::output($filetype = null)
  3861. [Image_Driver output | output($filetype = null)]
  3862. Image_Driver::output($filetype = null)
  3863. [output - Fuel - Image_Driver :: output($filetype = null) | ]
  3864. output($filetype = null)
  3865. [f Image_Driver sizes | sizes($filename = null);]
  3866. Image_Driver::sizes($filename = null);
  3867. [Image_Driver sizes | sizes($filename = null);]
  3868. Image_Driver::sizes($filename = null);
  3869. [sizes - Fuel - Image_Driver :: sizes($filename = null); | ]
  3870. sizes($filename = null);
  3871. [f Image_Driver add_background | add_background();]
  3872. Image_Driver::add_background();
  3873. [Image_Driver add_background | add_background();]
  3874. Image_Driver::add_background();
  3875. [add_background - Fuel - Image_Driver :: add_background(); | ]
  3876. add_background();
  3877. [f Image_Driver check_extension | check_extension($filename, $writevar = true)]
  3878. Image_Driver::check_extension($filename, $writevar = true)
  3879. [Image_Driver check_extension | check_extension($filename, $writevar = true)]
  3880. Image_Driver::check_extension($filename, $writevar = true)
  3881. [check_extension - Fuel - Image_Driver :: check_extension($filename, $writevar = true) | ]
  3882. check_extension($filename, $writevar = true)
  3883. [f Image_Driver convert_number | convert_number($input, $x = null)]
  3884. Image_Driver::convert_number($input, $x = null)
  3885. [Image_Driver convert_number | convert_number($input, $x = null)]
  3886. Image_Driver::convert_number($input, $x = null)
  3887. [convert_number - Fuel - Image_Driver :: convert_number($input, $x = null) | ]
  3888. convert_number($input, $x = null)
  3889. [f Image_Driver queue | queue($function)]
  3890. Image_Driver::queue($function)
  3891. [Image_Driver queue | queue($function)]
  3892. Image_Driver::queue($function)
  3893. [queue - Fuel - Image_Driver :: queue($function) | ]
  3894. queue($function)
  3895. [f Image_Driver run_queue | run_queue($clear = null)]
  3896. Image_Driver::run_queue($clear = null)
  3897. [Image_Driver run_queue | run_queue($clear = null)]
  3898. Image_Driver::run_queue($clear = null)
  3899. [run_queue - Fuel - Image_Driver :: run_queue($clear = null) | ]
  3900. run_queue($clear = null)
  3901. [f Image_Driver reload | reload()]
  3902. Image_Driver::reload()
  3903. [Image_Driver reload | reload()]
  3904. Image_Driver::reload()
  3905. [reload - Fuel - Image_Driver :: reload() | ]
  3906. reload()
  3907. [f Image_Driver debug | debug()]
  3908. Image_Driver::debug()
  3909. [Image_Driver debug | debug()]
  3910. Image_Driver::debug()
  3911. [debug - Fuel - Image_Driver :: debug() | ]
  3912. debug()
  3913. ;
  3914.  
  3915. ; ----------------------
  3916. ; Image_Gd
  3917. ; ----------------------
  3918.  
  3919. [fClasses Image_Gd | Fuel class list: class Image_Gd ]
  3920. Image_Gd
  3921. [f Image_Gd load | load($filename, $return_data = false)]
  3922. Image_Gd::load($filename, $return_data = false)
  3923. [Image_Gd load | load($filename, $return_data = false)]
  3924. Image_Gd::load($filename, $return_data = false)
  3925. [load - Fuel - Image_Gd :: load($filename, $return_data = false) | ]
  3926. load($filename, $return_data = false)
  3927. [f Image_Gd sizes | sizes($filename = null)]
  3928. Image_Gd::sizes($filename = null)
  3929. [Image_Gd sizes | sizes($filename = null)]
  3930. Image_Gd::sizes($filename = null)
  3931. [sizes - Fuel - Image_Gd :: sizes($filename = null) | ]
  3932. sizes($filename = null)
  3933. [f Image_Gd save | save($filename, $permissions = null)]
  3934. Image_Gd::save($filename, $permissions = null)
  3935. [Image_Gd save | save($filename, $permissions = null)]
  3936. Image_Gd::save($filename, $permissions = null)
  3937. [save - Fuel - Image_Gd :: save($filename, $permissions = null) | ]
  3938. save($filename, $permissions = null)
  3939. [f Image_Gd output | output($filetype = null)]
  3940. Image_Gd::output($filetype = null)
  3941. [Image_Gd output | output($filetype = null)]
  3942. Image_Gd::output($filetype = null)
  3943. [output - Fuel - Image_Gd :: output($filetype = null) | ]
  3944. output($filetype = null)
  3945. [f Image_Gd create_color | create_color(&$image, $hex, $alpha)]
  3946. Image_Gd::create_color(&$image, $hex, $alpha)
  3947. [Image_Gd create_color | create_color(&$image, $hex, $alpha)]
  3948. Image_Gd::create_color(&$image, $hex, $alpha)
  3949. [create_color - Fuel - Image_Gd :: create_color(&$image, $hex, $alpha) | ]
  3950. create_color(&$image, $hex, $alpha)
  3951. [f Image_Gd add_background | add_background()]
  3952. Image_Gd::add_background()
  3953. [Image_Gd add_background | add_background()]
  3954. Image_Gd::add_background()
  3955. [add_background - Fuel - Image_Gd :: add_background() | ]
  3956. add_background()
  3957. [f Image_Gd create_transparent_image | create_transparent_image($width, $height, $resource = null)]
  3958. Image_Gd::create_transparent_image($width, $height, $resource = null)
  3959. [Image_Gd create_transparent_image | create_transparent_image($width, $height, $resource = null)]
  3960. Image_Gd::create_transparent_image($width, $height, $resource = null)
  3961. [create_transparent_image - Fuel - Image_Gd :: create_transparent_image($width, $height, $resource = null) | ]
  3962. create_transparent_image($width, $height, $resource = null)
  3963. [f Image_Gd round_corner | round_corner(&$image, $radius, $antialias, $top, $left)]
  3964. Image_Gd::round_corner(&$image, $radius, $antialias, $top, $left)
  3965. [Image_Gd round_corner | round_corner(&$image, $radius, $antialias, $top, $left)]
  3966. Image_Gd::round_corner(&$image, $radius, $antialias, $top, $left)
  3967. [round_corner - Fuel - Image_Gd :: round_corner(&$image, $radius, $antialias, $top, $left) | ]
  3968. round_corner(&$image, $radius, $antialias, $top, $left)
  3969. [f Image_Gd image_merge | image_merge(&$image, $watermark, $x, $y, $alpha)]
  3970. Image_Gd::image_merge(&$image, $watermark, $x, $y, $alpha)
  3971. [Image_Gd image_merge | image_merge(&$image, $watermark, $x, $y, $alpha)]
  3972. Image_Gd::image_merge(&$image, $watermark, $x, $y, $alpha)
  3973. [image_merge - Fuel - Image_Gd :: image_merge(&$image, $watermark, $x, $y, $alpha) | ]
  3974. image_merge(&$image, $watermark, $x, $y, $alpha)
  3975. ;
  3976.  
  3977. ; ----------------------
  3978. ; Image_Imagemagick
  3979. ; ----------------------
  3980.  
  3981. [fClasses Image_Imagemagick | Fuel class list: class Image_Imagemagick ]
  3982. Image_Imagemagick
  3983. [f Image_Imagemagick load | load($filename)]
  3984. Image_Imagemagick::load($filename)
  3985. [Image_Imagemagick load | load($filename)]
  3986. Image_Imagemagick::load($filename)
  3987. [load - Fuel - Image_Imagemagick :: load($filename) | ]
  3988. load($filename)
  3989. [f Image_Imagemagick sizes | sizes($filename = null, $usecache = true)]
  3990. Image_Imagemagick::sizes($filename = null, $usecache = true)
  3991. [Image_Imagemagick sizes | sizes($filename = null, $usecache = true)]
  3992. Image_Imagemagick::sizes($filename = null, $usecache = true)
  3993. [sizes - Fuel - Image_Imagemagick :: sizes($filename = null, $usecache = true) | ]
  3994. sizes($filename = null, $usecache = true)
  3995. [f Image_Imagemagick save | save($filename, $permissions = null)]
  3996. Image_Imagemagick::save($filename, $permissions = null)
  3997. [Image_Imagemagick save | save($filename, $permissions = null)]
  3998. Image_Imagemagick::save($filename, $permissions = null)
  3999. [save - Fuel - Image_Imagemagick :: save($filename, $permissions = null) | ]
  4000. save($filename, $permissions = null)
  4001. [f Image_Imagemagick output | output($filetype = null)]
  4002. Image_Imagemagick::output($filetype = null)
  4003. [Image_Imagemagick output | output($filetype = null)]
  4004. Image_Imagemagick::output($filetype = null)
  4005. [output - Fuel - Image_Imagemagick :: output($filetype = null) | ]
  4006. output($filetype = null)
  4007. [f Image_Imagemagick clear_sizes | clear_sizes()]
  4008. Image_Imagemagick::clear_sizes()
  4009. [Image_Imagemagick clear_sizes | clear_sizes()]
  4010. Image_Imagemagick::clear_sizes()
  4011. [clear_sizes - Fuel - Image_Imagemagick :: clear_sizes() | ]
  4012. clear_sizes()
  4013. [f Image_Imagemagick add_background | add_background()]
  4014. Image_Imagemagick::add_background()
  4015. [Image_Imagemagick add_background | add_background()]
  4016. Image_Imagemagick::add_background()
  4017. [add_background - Fuel - Image_Imagemagick :: add_background() | ]
  4018. add_background()
  4019. [f Image_Imagemagick exec | exec($program, $params, $passthru = false)]
  4020. Image_Imagemagick::exec($program, $params, $passthru = false)
  4021. [Image_Imagemagick exec | exec($program, $params, $passthru = false)]
  4022. Image_Imagemagick::exec($program, $params, $passthru = false)
  4023. [exec - Fuel - Image_Imagemagick :: exec($program, $params, $passthru = false) | ]
  4024. exec($program, $params, $passthru = false)
  4025. [f Image_Imagemagick create_color | create_color($hex, $alpha)]
  4026. Image_Imagemagick::create_color($hex, $alpha)
  4027. [Image_Imagemagick create_color | create_color($hex, $alpha)]
  4028. Image_Imagemagick::create_color($hex, $alpha)
  4029. [create_color - Fuel - Image_Imagemagick :: create_color($hex, $alpha) | ]
  4030. create_color($hex, $alpha)
  4031. ;
  4032.  
  4033. ; ----------------------
  4034. ; Image_Imagick
  4035. ; ----------------------
  4036.  
  4037. [fClasses Image_Imagick | Fuel class list: class Image_Imagick ]
  4038. Image_Imagick
  4039. [f Image_Imagick load | load($filename)]
  4040. Image_Imagick::load($filename)
  4041. [Image_Imagick load | load($filename)]
  4042. Image_Imagick::load($filename)
  4043. [load - Fuel - Image_Imagick :: load($filename) | ]
  4044. load($filename)
  4045. [f Image_Imagick sizes | sizes($filename = null, $usecache = true)]
  4046. Image_Imagick::sizes($filename = null, $usecache = true)
  4047. [Image_Imagick sizes | sizes($filename = null, $usecache = true)]
  4048. Image_Imagick::sizes($filename = null, $usecache = true)
  4049. [sizes - Fuel - Image_Imagick :: sizes($filename = null, $usecache = true) | ]
  4050. sizes($filename = null, $usecache = true)
  4051. [f Image_Imagick save | save($filename, $permissions = null)]
  4052. Image_Imagick::save($filename, $permissions = null)
  4053. [Image_Imagick save | save($filename, $permissions = null)]
  4054. Image_Imagick::save($filename, $permissions = null)
  4055. [save - Fuel - Image_Imagick :: save($filename, $permissions = null) | ]
  4056. save($filename, $permissions = null)
  4057. [f Image_Imagick output | output($filetype = null)]
  4058. Image_Imagick::output($filetype = null)
  4059. [Image_Imagick output | output($filetype = null)]
  4060. Image_Imagick::output($filetype = null)
  4061. [output - Fuel - Image_Imagick :: output($filetype = null) | ]
  4062. output($filetype = null)
  4063. [f Image_Imagick add_background | add_background()]
  4064. Image_Imagick::add_background()
  4065. [Image_Imagick add_background | add_background()]
  4066. Image_Imagick::add_background()
  4067. [add_background - Fuel - Image_Imagick :: add_background() | ]
  4068. add_background()
  4069. [f Image_Imagick create_color | create_color($hex, $alpha)]
  4070. Image_Imagick::create_color($hex, $alpha)
  4071. [Image_Imagick create_color | create_color($hex, $alpha)]
  4072. Image_Imagick::create_color($hex, $alpha)
  4073. [create_color - Fuel - Image_Imagick :: create_color($hex, $alpha) | ]
  4074. create_color($hex, $alpha)
  4075. ;
  4076.  
  4077. ; ----------------------
  4078. ; Image
  4079. ; ----------------------
  4080.  
  4081. [fClasses Image | Fuel class list: class Image ]
  4082. Image
  4083. [f Image instance | instance()]
  4084. Image::instance()
  4085. [Image instance | instance()]
  4086. Image::instance()
  4087. [instance - Fuel - Image :: instance() | ]
  4088. instance()
  4089. [f Image factory | factory($config = array(), $filename = null)]
  4090. Image::factory($config = array(), $filename = null)
  4091. [Image factory | factory($config = array(), $filename = null)]
  4092. Image::factory($config = array(), $filename = null)
  4093. [factory - Fuel - Image :: factory($config = array(), $filename = null) | ]
  4094. factory($config = array(), $filename = null)
  4095. [f Image config | config($index = array(), $value = null)]
  4096. Image::config($index = array(), $value = null)
  4097. [Image config | config($index = array(), $value = null)]
  4098. Image::config($index = array(), $value = null)
  4099. [config - Fuel - Image :: config($index = array(), $value = null) | ]
  4100. config($index = array(), $value = null)
  4101. [f Image load | load($filename)]
  4102. Image::load($filename)
  4103. [Image load | load($filename)]
  4104. Image::load($filename)
  4105. [load - Fuel - Image :: load($filename) | ]
  4106. load($filename)
  4107. [f Image crop | crop($x1, $y1, $x2, $y2)]
  4108. Image::crop($x1, $y1, $x2, $y2)
  4109. [Image crop | crop($x1, $y1, $x2, $y2)]
  4110. Image::crop($x1, $y1, $x2, $y2)
  4111. [crop - Fuel - Image :: crop($x1, $y1, $x2, $y2) | ]
  4112. crop($x1, $y1, $x2, $y2)
  4113. [f Image resize | resize($width, $height, $keepar = true, $pad = false)]
  4114. Image::resize($width, $height, $keepar = true, $pad = false)
  4115. [Image resize | resize($width, $height, $keepar = true, $pad = false)]
  4116. Image::resize($width, $height, $keepar = true, $pad = false)
  4117. [resize - Fuel - Image :: resize($width, $height, $keepar = true, $pad = false) | ]
  4118. resize($width, $height, $keepar = true, $pad = false)
  4119. [f Image crop_resize | crop_resize($width, $height)]
  4120. Image::crop_resize($width, $height)
  4121. [Image crop_resize | crop_resize($width, $height)]
  4122. Image::crop_resize($width, $height)
  4123. [crop_resize - Fuel - Image :: crop_resize($width, $height) | ]
  4124. crop_resize($width, $height)
  4125. [f Image rotate | rotate($degrees)]
  4126. Image::rotate($degrees)
  4127. [Image rotate | rotate($degrees)]
  4128. Image::rotate($degrees)
  4129. [rotate - Fuel - Image :: rotate($degrees) | ]
  4130. rotate($degrees)
  4131. [f Image watermark | watermark($filename, $position, $padding = 5)]
  4132. Image::watermark($filename, $position, $padding = 5)
  4133. [Image watermark | watermark($filename, $position, $padding = 5)]
  4134. Image::watermark($filename, $position, $padding = 5)
  4135. [watermark - Fuel - Image :: watermark($filename, $position, $padding = 5) | ]
  4136. watermark($filename, $position, $padding = 5)
  4137. [f Image border | border($size, $color = null)]
  4138. Image::border($size, $color = null)
  4139. [Image border | border($size, $color = null)]
  4140. Image::border($size, $color = null)
  4141. [border - Fuel - Image :: border($size, $color = null) | ]
  4142. border($size, $color = null)
  4143. [f Image mask | mask($maskimage)]
  4144. Image::mask($maskimage)
  4145. [Image mask | mask($maskimage)]
  4146. Image::mask($maskimage)
  4147. [mask - Fuel - Image :: mask($maskimage) | ]
  4148. mask($maskimage)
  4149. [f Image rounded | rounded($radius, $sides = null, $antialias = null)]
  4150. Image::rounded($radius, $sides = null, $antialias = null)
  4151. [Image rounded | rounded($radius, $sides = null, $antialias = null)]
  4152. Image::rounded($radius, $sides = null, $antialias = null)
  4153. [rounded - Fuel - Image :: rounded($radius, $sides = null, $antialias = null) | ]
  4154. rounded($radius, $sides = null, $antialias = null)
  4155. [f Image grayscale | grayscale()]
  4156. Image::grayscale()
  4157. [Image grayscale | grayscale()]
  4158. Image::grayscale()
  4159. [grayscale - Fuel - Image :: grayscale() | ]
  4160. grayscale()
  4161. [f Image save | save($filename, $permissions = null)]
  4162. Image::save($filename, $permissions = null)
  4163. [Image save | save($filename, $permissions = null)]
  4164. Image::save($filename, $permissions = null)
  4165. [save - Fuel - Image :: save($filename, $permissions = null) | ]
  4166. save($filename, $permissions = null)
  4167. [f Image save_pa | save_pa($prepend, $append = null, $permissions = null)]
  4168. Image::save_pa($prepend, $append = null, $permissions = null)
  4169. [Image save_pa | save_pa($prepend, $append = null, $permissions = null)]
  4170. Image::save_pa($prepend, $append = null, $permissions = null)
  4171. [save_pa - Fuel - Image :: save_pa($prepend, $append = null, $permissions = null) | ]
  4172. save_pa($prepend, $append = null, $permissions = null)
  4173. [f Image output | output($filetype = null)]
  4174. Image::output($filetype = null)
  4175. [Image output | output($filetype = null)]
  4176. Image::output($filetype = null)
  4177. [output - Fuel - Image :: output($filetype = null) | ]
  4178. output($filetype = null)
  4179. [f Image sizes | sizes($filename = null)]
  4180. Image::sizes($filename = null)
  4181. [Image sizes | sizes($filename = null)]
  4182. Image::sizes($filename = null)
  4183. [sizes - Fuel - Image :: sizes($filename = null) | ]
  4184. sizes($filename = null)
  4185. [f Image reload | reload()]
  4186. Image::reload()
  4187. [Image reload | reload()]
  4188. Image::reload()
  4189. [reload - Fuel - Image :: reload() | ]
  4190. reload()
  4191. ;
  4192.  
  4193. ; ----------------------
  4194. ; Inflector
  4195. ; ----------------------
  4196.  
  4197. [fClasses Inflector | Fuel class list: class Inflector ]
  4198. Inflector
  4199. [f Inflector ordinalize | ordinalize($number)]
  4200. Inflector::ordinalize($number)
  4201. [Inflector ordinalize | ordinalize($number)]
  4202. Inflector::ordinalize($number)
  4203. [ordinalize - Fuel - Inflector :: ordinalize($number) | ]
  4204. ordinalize($number)
  4205. [f Inflector pluralize | pluralize($word)]
  4206. Inflector::pluralize($word)
  4207. [Inflector pluralize | pluralize($word)]
  4208. Inflector::pluralize($word)
  4209. [pluralize - Fuel - Inflector :: pluralize($word) | ]
  4210. pluralize($word)
  4211. [f Inflector singularize | singularize($word)]
  4212. Inflector::singularize($word)
  4213. [Inflector singularize | singularize($word)]
  4214. Inflector::singularize($word)
  4215. [singularize - Fuel - Inflector :: singularize($word) | ]
  4216. singularize($word)
  4217. [f Inflector camelize | camelize($underscored_word)]
  4218. Inflector::camelize($underscored_word)
  4219. [Inflector camelize | camelize($underscored_word)]
  4220. Inflector::camelize($underscored_word)
  4221. [camelize - Fuel - Inflector :: camelize($underscored_word) | ]
  4222. camelize($underscored_word)
  4223. [f Inflector underscore | underscore($camel_cased_word)]
  4224. Inflector::underscore($camel_cased_word)
  4225. [Inflector underscore | underscore($camel_cased_word)]
  4226. Inflector::underscore($camel_cased_word)
  4227. [underscore - Fuel - Inflector :: underscore($camel_cased_word) | ]
  4228. underscore($camel_cased_word)
  4229. [f Inflector ascii | ascii($str)]
  4230. Inflector::ascii($str)
  4231. [Inflector ascii | ascii($str)]
  4232. Inflector::ascii($str)
  4233. [ascii - Fuel - Inflector :: ascii($str) | ]
  4234. ascii($str)
  4235. [f Inflector friendly_title | friendly_title($str, $sep = '-', $lowercase = false)]
  4236. Inflector::friendly_title($str, $sep = '-', $lowercase = false)
  4237. [Inflector friendly_title | friendly_title($str, $sep = '-', $lowercase = false)]
  4238. Inflector::friendly_title($str, $sep = '-', $lowercase = false)
  4239. [friendly_title - Fuel - Inflector :: friendly_title($str, $sep = '-', $lowercase = false) | ]
  4240. friendly_title($str, $sep = '-', $lowercase = false)
  4241. [f Inflector humanize | humanize($str, $sep = '_', $lowercase = true)]
  4242. Inflector::humanize($str, $sep = '_', $lowercase = true)
  4243. [Inflector humanize | humanize($str, $sep = '_', $lowercase = true)]
  4244. Inflector::humanize($str, $sep = '_', $lowercase = true)
  4245. [humanize - Fuel - Inflector :: humanize($str, $sep = '_', $lowercase = true) | ]
  4246. humanize($str, $sep = '_', $lowercase = true)
  4247. [f Inflector demodulize | demodulize($class_name_in_module)]
  4248. Inflector::demodulize($class_name_in_module)
  4249. [Inflector demodulize | demodulize($class_name_in_module)]
  4250. Inflector::demodulize($class_name_in_module)
  4251. [demodulize - Fuel - Inflector :: demodulize($class_name_in_module) | ]
  4252. demodulize($class_name_in_module)
  4253. [f Inflector denamespace | denamespace($class_name)]
  4254. Inflector::denamespace($class_name)
  4255. [Inflector denamespace | denamespace($class_name)]
  4256. Inflector::denamespace($class_name)
  4257. [denamespace - Fuel - Inflector :: denamespace($class_name) | ]
  4258. denamespace($class_name)
  4259. [f Inflector get_namespace | get_namespace($class_name)]
  4260. Inflector::get_namespace($class_name)
  4261. [Inflector get_namespace | get_namespace($class_name)]
  4262. Inflector::get_namespace($class_name)
  4263. [get_namespace - Fuel - Inflector :: get_namespace($class_name) | ]
  4264. get_namespace($class_name)
  4265. [f Inflector tableize | tableize($class_name)]
  4266. Inflector::tableize($class_name)
  4267. [Inflector tableize | tableize($class_name)]
  4268. Inflector::tableize($class_name)
  4269. [tableize - Fuel - Inflector :: tableize($class_name) | ]
  4270. tableize($class_name)
  4271. [f Inflector classify | classify($table_name)]
  4272. Inflector::classify($table_name)
  4273. [Inflector classify | classify($table_name)]
  4274. Inflector::classify($table_name)
  4275. [classify - Fuel - Inflector :: classify($table_name) | ]
  4276. classify($table_name)
  4277. [f Inflector foreign_key | foreign_key($class_name, $use_underscore = true)]
  4278. Inflector::foreign_key($class_name, $use_underscore = true)
  4279. [Inflector foreign_key | foreign_key($class_name, $use_underscore = true)]
  4280. Inflector::foreign_key($class_name, $use_underscore = true)
  4281. [foreign_key - Fuel - Inflector :: foreign_key($class_name, $use_underscore = true) | ]
  4282. foreign_key($class_name, $use_underscore = true)
  4283. [f Inflector is_countable | is_countable($word)]
  4284. Inflector::is_countable($word)
  4285. [Inflector is_countable | is_countable($word)]
  4286. Inflector::is_countable($word)
  4287. [is_countable - Fuel - Inflector :: is_countable($word) | ]
  4288. is_countable($word)
  4289. ;
  4290.  
  4291. ; ----------------------
  4292. ; Input
  4293. ; ----------------------
  4294.  
  4295. [fClasses Input | Fuel class list: class Input ]
  4296. Input
  4297. [f Input ip | ip()]
  4298. Input::ip()
  4299. [Input ip | ip()]
  4300. Input::ip()
  4301. [ip - Fuel - Input :: ip() | ]
  4302. ip()
  4303. [f Input real_ip | real_ip()]
  4304. Input::real_ip()
  4305. [Input real_ip | real_ip()]
  4306. Input::real_ip()
  4307. [real_ip - Fuel - Input :: real_ip() | ]
  4308. real_ip()
  4309. [f Input protocol | protocol()]
  4310. Input::protocol()
  4311. [Input protocol | protocol()]
  4312. Input::protocol()
  4313. [protocol - Fuel - Input :: protocol() | ]
  4314. protocol()
  4315. [f Input is_ajax | is_ajax()]
  4316. Input::is_ajax()
  4317. [Input is_ajax | is_ajax()]
  4318. Input::is_ajax()
  4319. [is_ajax - Fuel - Input :: is_ajax() | ]
  4320. is_ajax()
  4321. [f Input referrer | referrer()]
  4322. Input::referrer()
  4323. [Input referrer | referrer()]
  4324. Input::referrer()
  4325. [referrer - Fuel - Input :: referrer() | ]
  4326. referrer()
  4327. [f Input method | method()]
  4328. Input::method()
  4329. [Input method | method()]
  4330. Input::method()
  4331. [method - Fuel - Input :: method() | ]
  4332. method()
  4333. [f Input user_agent | user_agent()]
  4334. Input::user_agent()
  4335. [Input user_agent | user_agent()]
  4336. Input::user_agent()
  4337. [user_agent - Fuel - Input :: user_agent() | ]
  4338. user_agent()
  4339. [f Input get | get($index, $default = null)]
  4340. Input::get($index, $default = null)
  4341. [Input get | get($index, $default = null)]
  4342. Input::get($index, $default = null)
  4343. [get - Fuel - Input :: get($index, $default = null) | ]
  4344. get($index, $default = null)
  4345. [f Input post | post($index, $default = null)]
  4346. Input::post($index, $default = null)
  4347. [Input post | post($index, $default = null)]
  4348. Input::post($index, $default = null)
  4349. [post - Fuel - Input :: post($index, $default = null) | ]
  4350. post($index, $default = null)
  4351. [f Input put | put($index, $default = null)]
  4352. Input::put($index, $default = null)
  4353. [Input put | put($index, $default = null)]
  4354. Input::put($index, $default = null)
  4355. [put - Fuel - Input :: put($index, $default = null) | ]
  4356. put($index, $default = null)
  4357. [f Input delete | delete($index, $default = null)]
  4358. Input::delete($index, $default = null)
  4359. [Input delete | delete($index, $default = null)]
  4360. Input::delete($index, $default = null)
  4361. [delete - Fuel - Input :: delete($index, $default = null) | ]
  4362. delete($index, $default = null)
  4363. [f Input get_post | get_post($index, $default = null)]
  4364. Input::get_post($index, $default = null)
  4365. [Input get_post | get_post($index, $default = null)]
  4366. Input::get_post($index, $default = null)
  4367. [get_post - Fuel - Input :: get_post($index, $default = null) | ]
  4368. get_post($index, $default = null)
  4369. [f Input cookie | cookie($index, $default = null)]
  4370. Input::cookie($index, $default = null)
  4371. [Input cookie | cookie($index, $default = null)]
  4372. Input::cookie($index, $default = null)
  4373. [cookie - Fuel - Input :: cookie($index, $default = null) | ]
  4374. cookie($index, $default = null)
  4375. [f Input server | server($index, $default = null)]
  4376. Input::server($index, $default = null)
  4377. [Input server | server($index, $default = null)]
  4378. Input::server($index, $default = null)
  4379. [server - Fuel - Input :: server($index, $default = null) | ]
  4380. server($index, $default = null)
  4381. ;
  4382.  
  4383. ; ----------------------
  4384. ; Lang
  4385. ; ----------------------
  4386.  
  4387. [fClasses Lang | Fuel class list: class Lang ]
  4388. Lang
  4389. [f Lang load | load($file, $group = null)]
  4390. Lang::load($file, $group = null)
  4391. [Lang load | load($file, $group = null)]
  4392. Lang::load($file, $group = null)
  4393. [load - Fuel - Lang :: load($file, $group = null) | ]
  4394. load($file, $group = null)
  4395. [f Lang line | line($line, $params = array())]
  4396. Lang::line($line, $params = array())
  4397. [Lang line | line($line, $params = array())]
  4398. Lang::line($line, $params = array())
  4399. [line - Fuel - Lang :: line($line, $params = array()) | ]
  4400. line($line, $params = array())
  4401. [f Lang set | set($line, $value, $group = null)]
  4402. Lang::set($line, $value, $group = null)
  4403. [Lang set | set($line, $value, $group = null)]
  4404. Lang::set($line, $value, $group = null)
  4405. [set - Fuel - Lang :: set($line, $value, $group = null) | ]
  4406. set($line, $value, $group = null)
  4407. ;
  4408.  
  4409. ; ----------------------
  4410. ; Log
  4411. ; ----------------------
  4412.  
  4413. [fClasses Log | Fuel class list: class Log ]
  4414. Log
  4415. [f Log info | info($msg, $method = null)]
  4416. Log::info($msg, $method = null)
  4417. [Log info | info($msg, $method = null)]
  4418. Log::info($msg, $method = null)
  4419. [info - Fuel - Log :: info($msg, $method = null) | ]
  4420. info($msg, $method = null)
  4421. [f Log debug | debug($msg, $method = null)]
  4422. Log::debug($msg, $method = null)
  4423. [Log debug | debug($msg, $method = null)]
  4424. Log::debug($msg, $method = null)
  4425. [debug - Fuel - Log :: debug($msg, $method = null) | ]
  4426. debug($msg, $method = null)
  4427. [f Log error | error($msg, $method = null)]
  4428. Log::error($msg, $method = null)
  4429. [Log error | error($msg, $method = null)]
  4430. Log::error($msg, $method = null)
  4431. [error - Fuel - Log :: error($msg, $method = null) | ]
  4432. error($msg, $method = null)
  4433. [f Log write | write($level, $msg, $method = null)]
  4434. Log::write($level, $msg, $method = null)
  4435. [Log write | write($level, $msg, $method = null)]
  4436. Log::write($level, $msg, $method = null)
  4437. [write - Fuel - Log :: write($level, $msg, $method = null) | ]
  4438. write($level, $msg, $method = null)
  4439. ;
  4440.  
  4441. ; ----------------------
  4442. ; Migrate
  4443. ; ----------------------
  4444.  
  4445. [fClasses Migrate | Fuel class list: class Migrate ]
  4446. Migrate
  4447. [f Migrate latest | latest()]
  4448. Migrate::latest()
  4449. [Migrate latest | latest()]
  4450. Migrate::latest()
  4451. [latest - Fuel - Migrate :: latest() | ]
  4452. latest()
  4453. [f Migrate current | current()]
  4454. Migrate::current()
  4455. [Migrate current | current()]
  4456. Migrate::current()
  4457. [current - Fuel - Migrate :: current() | ]
  4458. current()
  4459. [f Migrate version | version($version)]
  4460. Migrate::version($version)
  4461. [Migrate version | version($version)]
  4462. Migrate::version($version)
  4463. [version - Fuel - Migrate :: version($version) | ]
  4464. version($version)
  4465. [f Migrate find_migrations | find_migrations()]
  4466. Migrate::find_migrations()
  4467. [Migrate find_migrations | find_migrations()]
  4468. Migrate::find_migrations()
  4469. [find_migrations - Fuel - Migrate :: find_migrations() | ]
  4470. find_migrations()
  4471. ;
  4472.  
  4473. ; ----------------------
  4474. ; Model
  4475. ; ----------------------
  4476.  
  4477. [fClasses Model | Fuel class list: class Model ]
  4478. Model
  4479. ;
  4480.  
  4481. ; ----------------------
  4482. ; Mongo_DbException
  4483. ; ----------------------
  4484.  
  4485. [fClasses Mongo_DbException | Fuel class list: class Mongo_DbException ]
  4486. Mongo_DbException
  4487. ;
  4488.  
  4489. ; ----------------------
  4490. ; Mongo_Db
  4491. ; ----------------------
  4492.  
  4493. [fClasses Mongo_Db | Fuel class list: class Mongo_Db ]
  4494. Mongo_Db
  4495. [f Mongo_Db instance | instance($name = 'default')]
  4496. Mongo_Db::instance($name = 'default')
  4497. [Mongo_Db instance | instance($name = 'default')]
  4498. Mongo_Db::instance($name = 'default')
  4499. [instance - Fuel - Mongo_Db :: instance($name = 'default') | ]
  4500. instance($name = 'default')
  4501. [f Mongo_Db drop_db | drop_db($database = null)]
  4502. Mongo_Db::drop_db($database = null)
  4503. [Mongo_Db drop_db | drop_db($database = null)]
  4504. Mongo_Db::drop_db($database = null)
  4505. [drop_db - Fuel - Mongo_Db :: drop_db($database = null) | ]
  4506. drop_db($database = null)
  4507. [f Mongo_Db drop_collection | drop_collection($db = '', $col = '')]
  4508. Mongo_Db::drop_collection($db = '', $col = '')
  4509. [Mongo_Db drop_collection | drop_collection($db = '', $col = '')]
  4510. Mongo_Db::drop_collection($db = '', $col = '')
  4511. [drop_collection - Fuel - Mongo_Db :: drop_collection($db = '', $col = '') | ]
  4512. drop_collection($db = '', $col = '')
  4513. [f Mongo_Db select | select($includes = array(), $excludes = array())]
  4514. Mongo_Db::select($includes = array(), $excludes = array())
  4515. [Mongo_Db select | select($includes = array(), $excludes = array())]
  4516. Mongo_Db::select($includes = array(), $excludes = array())
  4517. [select - Fuel - Mongo_Db :: select($includes = array(), $excludes = array()) | ]
  4518. select($includes = array(), $excludes = array())
  4519. [f Mongo_Db where | where($wheres = array())]
  4520. Mongo_Db::where($wheres = array())
  4521. [Mongo_Db where | where($wheres = array())]
  4522. Mongo_Db::where($wheres = array())
  4523. [where - Fuel - Mongo_Db :: where($wheres = array()) | ]
  4524. where($wheres = array())
  4525. [f Mongo_Db or_where | or_where($wheres = array())]
  4526. Mongo_Db::or_where($wheres = array())
  4527. [Mongo_Db or_where | or_where($wheres = array())]
  4528. Mongo_Db::or_where($wheres = array())
  4529. [or_where - Fuel - Mongo_Db :: or_where($wheres = array()) | ]
  4530. or_where($wheres = array())
  4531. [f Mongo_Db where_in | where_in($field = '', $in = array())]
  4532. Mongo_Db::where_in($field = '', $in = array())
  4533. [Mongo_Db where_in | where_in($field = '', $in = array())]
  4534. Mongo_Db::where_in($field = '', $in = array())
  4535. [where_in - Fuel - Mongo_Db :: where_in($field = '', $in = array()) | ]
  4536. where_in($field = '', $in = array())
  4537. [f Mongo_Db where_in_all | where_in_all($field = '', $in = array())]
  4538. Mongo_Db::where_in_all($field = '', $in = array())
  4539. [Mongo_Db where_in_all | where_in_all($field = '', $in = array())]
  4540. Mongo_Db::where_in_all($field = '', $in = array())
  4541. [where_in_all - Fuel - Mongo_Db :: where_in_all($field = '', $in = array()) | ]
  4542. where_in_all($field = '', $in = array())
  4543. [f Mongo_Db where_not_in | where_not_in($field = '', $in = array())]
  4544. Mongo_Db::where_not_in($field = '', $in = array())
  4545. [Mongo_Db where_not_in | where_not_in($field = '', $in = array())]
  4546. Mongo_Db::where_not_in($field = '', $in = array())
  4547. [where_not_in - Fuel - Mongo_Db :: where_not_in($field = '', $in = array()) | ]
  4548. where_not_in($field = '', $in = array())
  4549. [f Mongo_Db where_gt | where_gt($field = '', $x)]
  4550. Mongo_Db::where_gt($field = '', $x)
  4551. [Mongo_Db where_gt | where_gt($field = '', $x)]
  4552. Mongo_Db::where_gt($field = '', $x)
  4553. [where_gt - Fuel - Mongo_Db :: where_gt($field = '', $x) | ]
  4554. where_gt($field = '', $x)
  4555. [f Mongo_Db where_gte | where_gte($field = '', $x)]
  4556. Mongo_Db::where_gte($field = '', $x)
  4557. [Mongo_Db where_gte | where_gte($field = '', $x)]
  4558. Mongo_Db::where_gte($field = '', $x)
  4559. [where_gte - Fuel - Mongo_Db :: where_gte($field = '', $x) | ]
  4560. where_gte($field = '', $x)
  4561. [f Mongo_Db where_lt | where_lt($field = '', $x)]
  4562. Mongo_Db::where_lt($field = '', $x)
  4563. [Mongo_Db where_lt | where_lt($field = '', $x)]
  4564. Mongo_Db::where_lt($field = '', $x)
  4565. [where_lt - Fuel - Mongo_Db :: where_lt($field = '', $x) | ]
  4566. where_lt($field = '', $x)
  4567. [f Mongo_Db where_lte | where_lte($field = '', $x)]
  4568. Mongo_Db::where_lte($field = '', $x)
  4569. [Mongo_Db where_lte | where_lte($field = '', $x)]
  4570. Mongo_Db::where_lte($field = '', $x)
  4571. [where_lte - Fuel - Mongo_Db :: where_lte($field = '', $x) | ]
  4572. where_lte($field = '', $x)
  4573. [f Mongo_Db where_between | where_between($field = '', $x, $y)]
  4574. Mongo_Db::where_between($field = '', $x, $y)
  4575. [Mongo_Db where_between | where_between($field = '', $x, $y)]
  4576. Mongo_Db::where_between($field = '', $x, $y)
  4577. [where_between - Fuel - Mongo_Db :: where_between($field = '', $x, $y) | ]
  4578. where_between($field = '', $x, $y)
  4579. [f Mongo_Db where_between_ne | where_between_ne($field = '', $x, $y)]
  4580. Mongo_Db::where_between_ne($field = '', $x, $y)
  4581. [Mongo_Db where_between_ne | where_between_ne($field = '', $x, $y)]
  4582. Mongo_Db::where_between_ne($field = '', $x, $y)
  4583. [where_between_ne - Fuel - Mongo_Db :: where_between_ne($field = '', $x, $y) | ]
  4584. where_between_ne($field = '', $x, $y)
  4585. [f Mongo_Db where_ne | where_ne($field = '', $x)]
  4586. Mongo_Db::where_ne($field = '', $x)
  4587. [Mongo_Db where_ne | where_ne($field = '', $x)]
  4588. Mongo_Db::where_ne($field = '', $x)
  4589. [where_ne - Fuel - Mongo_Db :: where_ne($field = '', $x) | ]
  4590. where_ne($field = '', $x)
  4591. [f Mongo_Db where_near | where_near($field = '', $co = array())]
  4592. Mongo_Db::where_near($field = '', $co = array())
  4593. [Mongo_Db where_near | where_near($field = '', $co = array())]
  4594. Mongo_Db::where_near($field = '', $co = array())
  4595. [where_near - Fuel - Mongo_Db :: where_near($field = '', $co = array()) | ]
  4596. where_near($field = '', $co = array())
  4597. [f Mongo_Db like | like($field = '', $value = '', $flags = 'i', $enable_start_wildcard = TRUE, $enable_end_wildcard = TRUE)]
  4598. Mongo_Db::like($field = '', $value = '', $flags = 'i', $enable_start_wildcard = TRUE, $enable_end_wildcard = TRUE)
  4599. [Mongo_Db like | like($field = '', $value = '', $flags = 'i', $enable_start_wildcard = TRUE, $enable_end_wildcard = TRUE)]
  4600. Mongo_Db::like($field = '', $value = '', $flags = 'i', $enable_start_wildcard = TRUE, $enable_end_wildcard = TRUE)
  4601. [like - Fuel - Mongo_Db :: like($field = '', $value = '', $flags = 'i', $enable_start_wildcard = TRUE, $enable_end_wildcard = TRUE) | ]
  4602. like($field = '', $value = '', $flags = 'i', $enable_start_wildcard = TRUE, $enable_end_wildcard = TRUE)
  4603. [f Mongo_Db order_by | order_by($fields = array())]
  4604. Mongo_Db::order_by($fields = array())
  4605. [Mongo_Db order_by | order_by($fields = array())]
  4606. Mongo_Db::order_by($fields = array())
  4607. [order_by - Fuel - Mongo_Db :: order_by($fields = array()) | ]
  4608. order_by($fields = array())
  4609. [f Mongo_Db limit | limit($x = 99999)]
  4610. Mongo_Db::limit($x = 99999)
  4611. [Mongo_Db limit | limit($x = 99999)]
  4612. Mongo_Db::limit($x = 99999)
  4613. [limit - Fuel - Mongo_Db :: limit($x = 99999) | ]
  4614. limit($x = 99999)
  4615. [f Mongo_Db offset | offset($x = 0)]
  4616. Mongo_Db::offset($x = 0)
  4617. [Mongo_Db offset | offset($x = 0)]
  4618. Mongo_Db::offset($x = 0)
  4619. [offset - Fuel - Mongo_Db :: offset($x = 0) | ]
  4620. offset($x = 0)
  4621. [f Mongo_Db get_where | get_where($collection = '', $where = array(), $limit = 99999)]
  4622. Mongo_Db::get_where($collection = '', $where = array(), $limit = 99999)
  4623. [Mongo_Db get_where | get_where($collection = '', $where = array(), $limit = 99999)]
  4624. Mongo_Db::get_where($collection = '', $where = array(), $limit = 99999)
  4625. [get_where - Fuel - Mongo_Db :: get_where($collection = '', $where = array(), $limit = 99999) | ]
  4626. get_where($collection = '', $where = array(), $limit = 99999)
  4627. [f Mongo_Db get | get($collection = "")]
  4628. Mongo_Db::get($collection = "")
  4629. [Mongo_Db get | get($collection = "")]
  4630. Mongo_Db::get($collection = "")
  4631. [get - Fuel - Mongo_Db :: get($collection = "") | ]
  4632. get($collection = "")
  4633. [f Mongo_Db count | count($collection = '') {]
  4634. Mongo_Db::count($collection = '') {
  4635. [Mongo_Db count | count($collection = '') {]
  4636. Mongo_Db::count($collection = '') {
  4637. [count - Fuel - Mongo_Db :: count($collection = '') { | ]
  4638. count($collection = '') {
  4639. [f Mongo_Db insert | insert($collection = '', $insert = array())]
  4640. Mongo_Db::insert($collection = '', $insert = array())
  4641. [Mongo_Db insert | insert($collection = '', $insert = array())]
  4642. Mongo_Db::insert($collection = '', $insert = array())
  4643. [insert - Fuel - Mongo_Db :: insert($collection = '', $insert = array()) | ]
  4644. insert($collection = '', $insert = array())
  4645. [f Mongo_Db update | update($collection = '', $data = array(), $options = array())]
  4646. Mongo_Db::update($collection = '', $data = array(), $options = array())
  4647. [Mongo_Db update | update($collection = '', $data = array(), $options = array())]
  4648. Mongo_Db::update($collection = '', $data = array(), $options = array())
  4649. [update - Fuel - Mongo_Db :: update($collection = '', $data = array(), $options = array()) | ]
  4650. update($collection = '', $data = array(), $options = array())
  4651. [f Mongo_Db update_all | update_all($collection = "", $data = array())]
  4652. Mongo_Db::update_all($collection = "", $data = array())
  4653. [Mongo_Db update_all | update_all($collection = "", $data = array())]
  4654. Mongo_Db::update_all($collection = "", $data = array())
  4655. [update_all - Fuel - Mongo_Db :: update_all($collection = "", $data = array()) | ]
  4656. update_all($collection = "", $data = array())
  4657. [f Mongo_Db delete | delete($collection = '')]
  4658. Mongo_Db::delete($collection = '')
  4659. [Mongo_Db delete | delete($collection = '')]
  4660. Mongo_Db::delete($collection = '')
  4661. [delete - Fuel - Mongo_Db :: delete($collection = '') | ]
  4662. delete($collection = '')
  4663. [f Mongo_Db delete_all | delete_all($collection = '')]
  4664. Mongo_Db::delete_all($collection = '')
  4665. [Mongo_Db delete_all | delete_all($collection = '')]
  4666. Mongo_Db::delete_all($collection = '')
  4667. [delete_all - Fuel - Mongo_Db :: delete_all($collection = '') | ]
  4668. delete_all($collection = '')
  4669. [f Mongo_Db command | command($query = array())]
  4670. Mongo_Db::command($query = array())
  4671. [Mongo_Db command | command($query = array())]
  4672. Mongo_Db::command($query = array())
  4673. [command - Fuel - Mongo_Db :: command($query = array()) | ]
  4674. command($query = array())
  4675. [f Mongo_Db add_index | add_index($collection = '', $keys = array(), $options = array())]
  4676. Mongo_Db::add_index($collection = '', $keys = array(), $options = array())
  4677. [Mongo_Db add_index | add_index($collection = '', $keys = array(), $options = array())]
  4678. Mongo_Db::add_index($collection = '', $keys = array(), $options = array())
  4679. [add_index - Fuel - Mongo_Db :: add_index($collection = '', $keys = array(), $options = array()) | ]
  4680. add_index($collection = '', $keys = array(), $options = array())
  4681. [f Mongo_Db remove_index | remove_index($collection = '', $keys = array())]
  4682. Mongo_Db::remove_index($collection = '', $keys = array())
  4683. [Mongo_Db remove_index | remove_index($collection = '', $keys = array())]
  4684. Mongo_Db::remove_index($collection = '', $keys = array())
  4685. [remove_index - Fuel - Mongo_Db :: remove_index($collection = '', $keys = array()) | ]
  4686. remove_index($collection = '', $keys = array())
  4687. [f Mongo_Db remove_all_indexes | remove_all_indexes($collection = '')]
  4688. Mongo_Db::remove_all_indexes($collection = '')
  4689. [Mongo_Db remove_all_indexes | remove_all_indexes($collection = '')]
  4690. Mongo_Db::remove_all_indexes($collection = '')
  4691. [remove_all_indexes - Fuel - Mongo_Db :: remove_all_indexes($collection = '') | ]
  4692. remove_all_indexes($collection = '')
  4693. [f Mongo_Db list_indexes | list_indexes($collection = '')]
  4694. Mongo_Db::list_indexes($collection = '')
  4695. [Mongo_Db list_indexes | list_indexes($collection = '')]
  4696. Mongo_Db::list_indexes($collection = '')
  4697. [list_indexes - Fuel - Mongo_Db :: list_indexes($collection = '') | ]
  4698. list_indexes($collection = '')
  4699. ;
  4700.  
  4701. ; ----------------------
  4702. ; Pagination
  4703. ; ----------------------
  4704.  
  4705. [fClasses Pagination | Fuel class list: class Pagination ]
  4706. Pagination
  4707. [f Pagination set_config | set_config(array $config)]
  4708. Pagination::set_config(array $config)
  4709. [Pagination set_config | set_config(array $config)]
  4710. Pagination::set_config(array $config)
  4711. [set_config - Fuel - Pagination :: set_config(array $config) | ]
  4712. set_config(array $config)
  4713. [f Pagination initialize | initialize()]
  4714. Pagination::initialize()
  4715. [Pagination initialize | initialize()]
  4716. Pagination::initialize()
  4717. [initialize - Fuel - Pagination :: initialize() | ]
  4718. initialize()
  4719. [f Pagination create_links | create_links()]
  4720. Pagination::create_links()
  4721. [Pagination create_links | create_links()]
  4722. Pagination::create_links()
  4723. [create_links - Fuel - Pagination :: create_links() | ]
  4724. create_links()
  4725. [f Pagination page_links | page_links()]
  4726. Pagination::page_links()
  4727. [Pagination page_links | page_links()]
  4728. Pagination::page_links()
  4729. [page_links - Fuel - Pagination :: page_links() | ]
  4730. page_links()
  4731. [f Pagination next_link | next_link($value)]
  4732. Pagination::next_link($value)
  4733. [Pagination next_link | next_link($value)]
  4734. Pagination::next_link($value)
  4735. [next_link - Fuel - Pagination :: next_link($value) | ]
  4736. next_link($value)
  4737. [f Pagination prev_link | prev_link($value)]
  4738. Pagination::prev_link($value)
  4739. [Pagination prev_link | prev_link($value)]
  4740. Pagination::prev_link($value)
  4741. [prev_link - Fuel - Pagination :: prev_link($value) | ]
  4742. prev_link($value)
  4743. ;
  4744.  
  4745. ; ----------------------
  4746. ; Profiler
  4747. ; ----------------------
  4748.  
  4749. [fClasses Profiler | Fuel class list: class Profiler ]
  4750. Profiler
  4751. [f Profiler init | init()]
  4752. Profiler::init()
  4753. [Profiler init | init()]
  4754. Profiler::init()
  4755. [init - Fuel - Profiler :: init() | ]
  4756. init()
  4757. [f Profiler mark | mark($label)]
  4758. Profiler::mark($label)
  4759. [Profiler mark | mark($label)]
  4760. Profiler::mark($label)
  4761. [mark - Fuel - Profiler :: mark($label) | ]
  4762. mark($label)
  4763. [f Profiler mark_memory | mark_memory($label)]
  4764. Profiler::mark_memory($label)
  4765. [Profiler mark_memory | mark_memory($label)]
  4766. Profiler::mark_memory($label)
  4767. [mark_memory - Fuel - Profiler :: mark_memory($label) | ]
  4768. mark_memory($label)
  4769. [f Profiler console | console($text)]
  4770. Profiler::console($text)
  4771. [Profiler console | console($text)]
  4772. Profiler::console($text)
  4773. [console - Fuel - Profiler :: console($text) | ]
  4774. console($text)
  4775. [f Profiler output | output()]
  4776. Profiler::output()
  4777. [Profiler output | output()]
  4778. Profiler::output()
  4779. [output - Fuel - Profiler :: output() | ]
  4780. output()
  4781. [f Profiler start | start($dbname, $sql)]
  4782. Profiler::start($dbname, $sql)
  4783. [Profiler start | start($dbname, $sql)]
  4784. Profiler::start($dbname, $sql)
  4785. [start - Fuel - Profiler :: start($dbname, $sql) | ]
  4786. start($dbname, $sql)
  4787. [f Profiler stop | stop($text)]
  4788. Profiler::stop($text)
  4789. [Profiler stop | stop($text)]
  4790. Profiler::stop($text)
  4791. [stop - Fuel - Profiler :: stop($text) | ]
  4792. stop($text)
  4793. [f Profiler delete | delete($text)]
  4794. Profiler::delete($text)
  4795. [Profiler delete | delete($text)]
  4796. Profiler::delete($text)
  4797. [delete - Fuel - Profiler :: delete($text) | ]
  4798. delete($text)
  4799. [f Profiler app_total | app_total()]
  4800. Profiler::app_total()
  4801. [Profiler app_total | app_total()]
  4802. Profiler::app_total()
  4803. [app_total - Fuel - Profiler :: app_total() | ]
  4804. app_total()
  4805. ;
  4806.  
  4807. ; ----------------------
  4808. ; RedisException
  4809. ; ----------------------
  4810.  
  4811. [fClasses RedisException | Fuel class list: class RedisException ]
  4812. RedisException
  4813. ;
  4814.  
  4815. ; ----------------------
  4816. ; Redis
  4817. ; ----------------------
  4818.  
  4819. [fClasses Redis | Fuel class list: class Redis ]
  4820. Redis
  4821. [f Redis instance | instance($name = 'default')]
  4822. Redis::instance($name = 'default')
  4823. [Redis instance | instance($name = 'default')]
  4824. Redis::instance($name = 'default')
  4825. [instance - Fuel - Redis :: instance($name = 'default') | ]
  4826. instance($name = 'default')
  4827. ;
  4828.  
  4829. ; ----------------------
  4830. ; Request404Exception
  4831. ; ----------------------
  4832.  
  4833. [fClasses Request404Exception | Fuel class list: class Request404Exception ]
  4834. Request404Exception
  4835. ;
  4836.  
  4837. ; ----------------------
  4838. ; Request
  4839. ; ----------------------
  4840.  
  4841. [fClasses Request | Fuel class list: class Request ]
  4842. Request
  4843. [f Request factory | factory($uri = null, $route = true)]
  4844. Request::factory($uri = null, $route = true)
  4845. [Request factory | factory($uri = null, $route = true)]
  4846. Request::factory($uri = null, $route = true)
  4847. [factory - Fuel - Request :: factory($uri = null, $route = true) | ]
  4848. factory($uri = null, $route = true)
  4849. [f Request main | main()]
  4850. Request::main()
  4851. [Request main | main()]
  4852. Request::main()
  4853. [main - Fuel - Request :: main() | ]
  4854. main()
  4855. [f Request active | active()]
  4856. Request::active()
  4857. [Request active | active()]
  4858. Request::active()
  4859. [active - Fuel - Request :: active() | ]
  4860. active()
  4861. [f Request show_404 | show_404($return = false)]
  4862. Request::show_404($return = false)
  4863. [Request show_404 | show_404($return = false)]
  4864. Request::show_404($return = false)
  4865. [show_404 - Fuel - Request :: show_404($return = false) | ]
  4866. show_404($return = false)
  4867. [f Request reset_request | reset_request()]
  4868. Request::reset_request()
  4869. [Request reset_request | reset_request()]
  4870. Request::reset_request()
  4871. [reset_request - Fuel - Request :: reset_request() | ]
  4872. reset_request()
  4873. [f Request execute | execute($method_params = null)]
  4874. Request::execute($method_params = null)
  4875. [Request execute | execute($method_params = null)]
  4876. Request::execute($method_params = null)
  4877. [execute - Fuel - Request :: execute($method_params = null) | ]
  4878. execute($method_params = null)
  4879. [f Request response | response()]
  4880. Request::response()
  4881. [Request response | response()]
  4882. Request::response()
  4883. [response - Fuel - Request :: response() | ]
  4884. response()
  4885. [f Request parent | parent()]
  4886. Request::parent()
  4887. [Request parent | parent()]
  4888. Request::parent()
  4889. [parent - Fuel - Request :: parent() | ]
  4890. parent()
  4891. [f Request children | children()]
  4892. Request::children()
  4893. [Request children | children()]
  4894. Request::children()
  4895. [children - Fuel - Request :: children() | ]
  4896. children()
  4897. [f Request add_path | add_path($path, $prefix = false)]
  4898. Request::add_path($path, $prefix = false)
  4899. [Request add_path | add_path($path, $prefix = false)]
  4900. Request::add_path($path, $prefix = false)
  4901. [add_path - Fuel - Request :: add_path($path, $prefix = false) | ]
  4902. add_path($path, $prefix = false)
  4903. [f Request get_paths | get_paths()]
  4904. Request::get_paths()
  4905. [Request get_paths | get_paths()]
  4906. Request::get_paths()
  4907. [get_paths - Fuel - Request :: get_paths() | ]
  4908. get_paths()
  4909. ;
  4910.  
  4911. ; ----------------------
  4912. ; Response
  4913. ; ----------------------
  4914.  
  4915. [fClasses Response | Fuel class list: class Response ]
  4916. Response
  4917. [f Response redirect | redirect($url = '', $method = 'location', $redirect_code = 302)]
  4918. Response::redirect($url = '', $method = 'location', $redirect_code = 302)
  4919. [Response redirect | redirect($url = '', $method = 'location', $redirect_code = 302)]
  4920. Response::redirect($url = '', $method = 'location', $redirect_code = 302)
  4921. [redirect - Fuel - Response :: redirect($url = '', $method = 'location', $redirect_code = 302) | ]
  4922. redirect($url = '', $method = 'location', $redirect_code = 302)
  4923. [f Response set_header | set_header($name, $value)]
  4924. Response::set_header($name, $value)
  4925. [Response set_header | set_header($name, $value)]
  4926. Response::set_header($name, $value)
  4927. [set_header - Fuel - Response :: set_header($name, $value) | ]
  4928. set_header($name, $value)
  4929. [f Response body | body($value = false)]
  4930. Response::body($value = false)
  4931. [Response body | body($value = false)]
  4932. Response::body($value = false)
  4933. [body - Fuel - Response :: body($value = false) | ]
  4934. body($value = false)
  4935. [f Response send_headers | send_headers()]
  4936. Response::send_headers()
  4937. [Response send_headers | send_headers()]
  4938. Response::send_headers()
  4939. [send_headers - Fuel - Response :: send_headers() | ]
  4940. send_headers()
  4941. [f Response send | send($send_headers = false)]
  4942. Response::send($send_headers = false)
  4943. [Response send | send($send_headers = false)]
  4944. Response::send($send_headers = false)
  4945. [send - Fuel - Response :: send($send_headers = false) | ]
  4946. send($send_headers = false)
  4947. ;
  4948.  
  4949. ; ----------------------
  4950. ; Route
  4951. ; ----------------------
  4952.  
  4953. [fClasses Route | Fuel class list: class Route ]
  4954. Route
  4955. [f Route compile | compile()]
  4956. Route::compile()
  4957. [Route compile | compile()]
  4958. Route::compile()
  4959. [compile - Fuel - Route :: compile() | ]
  4960. compile()
  4961. [f Route parse | parse(\Request $request)]
  4962. Route::parse(\Request $request)
  4963. [Route parse | parse(\Request $request)]
  4964. Route::parse(\Request $request)
  4965. [parse - Fuel - Route :: parse(\Request $request) | ]
  4966. parse(\Request $request)
  4967. [f Route matched | matched($uri = '', $named_params = array())]
  4968. Route::matched($uri = '', $named_params = array())
  4969. [Route matched | matched($uri = '', $named_params = array())]
  4970. Route::matched($uri = '', $named_params = array())
  4971. [matched - Fuel - Route :: matched($uri = '', $named_params = array()) | ]
  4972. matched($uri = '', $named_params = array())
  4973. ;
  4974.  
  4975. ; ----------------------
  4976. ; Router
  4977. ; ----------------------
  4978.  
  4979. [fClasses Router | Fuel class list: class Router ]
  4980. Router
  4981. [f Router add | add($path, $options = null)]
  4982. Router::add($path, $options = null)
  4983. [Router add | add($path, $options = null)]
  4984. Router::add($path, $options = null)
  4985. [add - Fuel - Router :: add($path, $options = null) | ]
  4986. add($path, $options = null)
  4987. [f Router get | get($name, $named_params = array())]
  4988. Router::get($name, $named_params = array())
  4989. [Router get | get($name, $named_params = array())]
  4990. Router::get($name, $named_params = array())
  4991. [get - Fuel - Router :: get($name, $named_params = array()) | ]
  4992. get($name, $named_params = array())
  4993. [f Router process | process(\Request $request, $route = true)]
  4994. Router::process(\Request $request, $route = true)
  4995. [Router process | process(\Request $request, $route = true)]
  4996. Router::process(\Request $request, $route = true)
  4997. [process - Fuel - Router :: process(\Request $request, $route = true) | ]
  4998. process(\Request $request, $route = true)
  4999. [f Router find_controller | find_controller($match)]
  5000. Router::find_controller($match)
  5001. [Router find_controller | find_controller($match)]
  5002. Router::find_controller($match)
  5003. [find_controller - Fuel - Router :: find_controller($match) | ]
  5004. find_controller($match)
  5005. ;
  5006.  
  5007. ; ----------------------
  5008. ; Security
  5009. ; ----------------------
  5010.  
  5011. [fClasses Security | Fuel class list: class Security ]
  5012. Security
  5013. [f Security clean_uri | clean_uri($uri)]
  5014. Security::clean_uri($uri)
  5015. [Security clean_uri | clean_uri($uri)]
  5016. Security::clean_uri($uri)
  5017. [clean_uri - Fuel - Security :: clean_uri($uri) | ]
  5018. clean_uri($uri)
  5019. [f Security clean_input | clean_input()]
  5020. Security::clean_input()
  5021. [Security clean_input | clean_input()]
  5022. Security::clean_input()
  5023. [clean_input - Fuel - Security :: clean_input() | ]
  5024. clean_input()
  5025. [f Security clean | clean($var, $filters = null)]
  5026. Security::clean($var, $filters = null)
  5027. [Security clean | clean($var, $filters = null)]
  5028. Security::clean($var, $filters = null)
  5029. [clean - Fuel - Security :: clean($var, $filters = null) | ]
  5030. clean($var, $filters = null)
  5031. [f Security xss_clean | xss_clean($value)]
  5032. Security::xss_clean($value)
  5033. [Security xss_clean | xss_clean($value)]
  5034. Security::xss_clean($value)
  5035. [xss_clean - Fuel - Security :: xss_clean($value) | ]
  5036. xss_clean($value)
  5037. [f Security strip_tags | strip_tags($value)]
  5038. Security::strip_tags($value)
  5039. [Security strip_tags | strip_tags($value)]
  5040. Security::strip_tags($value)
  5041. [strip_tags - Fuel - Security :: strip_tags($value) | ]
  5042. strip_tags($value)
  5043. [f Security htmlentities | htmlentities($value)]
  5044. Security::htmlentities($value)
  5045. [Security htmlentities | htmlentities($value)]
  5046. Security::htmlentities($value)
  5047. [htmlentities - Fuel - Security :: htmlentities($value) | ]
  5048. htmlentities($value)
  5049. [f Security check_token | check_token($value = null)]
  5050. Security::check_token($value = null)
  5051. [Security check_token | check_token($value = null)]
  5052. Security::check_token($value = null)
  5053. [check_token - Fuel - Security :: check_token($value = null) | ]
  5054. check_token($value = null)
  5055. [f Security fetch_token | fetch_token()]
  5056. Security::fetch_token()
  5057. [Security fetch_token | fetch_token()]
  5058. Security::fetch_token()
  5059. [fetch_token - Fuel - Security :: fetch_token() | ]
  5060. fetch_token()
  5061. [f Security set_token | set_token($reset = false)]
  5062. Security::set_token($reset = false)
  5063. [Security set_token | set_token($reset = false)]
  5064. Security::set_token($reset = false)
  5065. [set_token - Fuel - Security :: set_token($reset = false) | ]
  5066. set_token($reset = false)
  5067. [f Security js_fetch_token | js_fetch_token()]
  5068. Security::js_fetch_token()
  5069. [Security js_fetch_token | js_fetch_token()]
  5070. Security::js_fetch_token()
  5071. [js_fetch_token - Fuel - Security :: js_fetch_token() | ]
  5072. js_fetch_token()
  5073. [f Security fuel_csrf_token | fuel_csrf_token()]
  5074. Security::fuel_csrf_token()
  5075. [Security fuel_csrf_token | fuel_csrf_token()]
  5076. Security::fuel_csrf_token()
  5077. [fuel_csrf_token - Fuel - Security :: fuel_csrf_token() | ]
  5078. fuel_csrf_token()
  5079. ;
  5080.  
  5081. ; ----------------------
  5082. ; Session_Cookie
  5083. ; ----------------------
  5084.  
  5085. [fClasses Session_Cookie | Fuel class list: class Session_Cookie ]
  5086. Session_Cookie
  5087. [f Session_Cookie create | create()]
  5088. Session_Cookie::create()
  5089. [Session_Cookie create | create()]
  5090. Session_Cookie::create()
  5091. [create - Fuel - Session_Cookie :: create() | ]
  5092. create()
  5093. [f Session_Cookie read | read($force = false)]
  5094. Session_Cookie::read($force = false)
  5095. [Session_Cookie read | read($force = false)]
  5096. Session_Cookie::read($force = false)
  5097. [read - Fuel - Session_Cookie :: read($force = false) | ]
  5098. read($force = false)
  5099. [f Session_Cookie write | write()]
  5100. Session_Cookie::write()
  5101. [Session_Cookie write | write()]
  5102. Session_Cookie::write()
  5103. [write - Fuel - Session_Cookie :: write() | ]
  5104. write()
  5105. [f Session_Cookie destroy | destroy()]
  5106. Session_Cookie::destroy()
  5107. [Session_Cookie destroy | destroy()]
  5108. Session_Cookie::destroy()
  5109. [destroy - Fuel - Session_Cookie :: destroy() | ]
  5110. destroy()
  5111. ;
  5112.  
  5113. ; ----------------------
  5114. ; Session_Db
  5115. ; ----------------------
  5116.  
  5117. [fClasses Session_Db | Fuel class list: class Session_Db ]
  5118. Session_Db
  5119. [f Session_Db create | create()]
  5120. Session_Db::create()
  5121. [Session_Db create | create()]
  5122. Session_Db::create()
  5123. [create - Fuel - Session_Db :: create() | ]
  5124. create()
  5125. [f Session_Db read | read($force = false)]
  5126. Session_Db::read($force = false)
  5127. [Session_Db read | read($force = false)]
  5128. Session_Db::read($force = false)
  5129. [read - Fuel - Session_Db :: read($force = false) | ]
  5130. read($force = false)
  5131. [f Session_Db write | write()]
  5132. Session_Db::write()
  5133. [Session_Db write | write()]
  5134. Session_Db::write()
  5135. [write - Fuel - Session_Db :: write() | ]
  5136. write()
  5137. [f Session_Db destroy | destroy()]
  5138. Session_Db::destroy()
  5139. [Session_Db destroy | destroy()]
  5140. Session_Db::destroy()
  5141. [destroy - Fuel - Session_Db :: destroy() | ]
  5142. destroy()
  5143. ;
  5144.  
  5145. ; ----------------------
  5146. ; Session_Driver
  5147. ; ----------------------
  5148.  
  5149. [fClasses Session_Driver | Fuel class list: class Session_Driver ]
  5150. Session_Driver
  5151. [f Session_Driver create | create();]
  5152. Session_Driver::create();
  5153. [Session_Driver create | create();]
  5154. Session_Driver::create();
  5155. [create - Fuel - Session_Driver :: create(); | ]
  5156. create();
  5157. [f Session_Driver destroy | destroy();]
  5158. Session_Driver::destroy();
  5159. [Session_Driver destroy | destroy();]
  5160. Session_Driver::destroy();
  5161. [destroy - Fuel - Session_Driver :: destroy(); | ]
  5162. destroy();
  5163. [f Session_Driver read | read()]
  5164. Session_Driver::read()
  5165. [Session_Driver read | read()]
  5166. Session_Driver::read()
  5167. [read - Fuel - Session_Driver :: read() | ]
  5168. read()
  5169. [f Session_Driver write | write()]
  5170. Session_Driver::write()
  5171. [Session_Driver write | write()]
  5172. Session_Driver::write()
  5173. [write - Fuel - Session_Driver :: write() | ]
  5174. write()
  5175. [f Session_Driver init | init()]
  5176. Session_Driver::init()
  5177. [Session_Driver init | init()]
  5178. Session_Driver::init()
  5179. [init - Fuel - Session_Driver :: init() | ]
  5180. init()
  5181. [f Session_Driver set | set($name, $value)]
  5182. Session_Driver::set($name, $value)
  5183. [Session_Driver set | set($name, $value)]
  5184. Session_Driver::set($name, $value)
  5185. [set - Fuel - Session_Driver :: set($name, $value) | ]
  5186. set($name, $value)
  5187. [f Session_Driver get | get($name, $default = null)]
  5188. Session_Driver::get($name, $default = null)
  5189. [Session_Driver get | get($name, $default = null)]
  5190. Session_Driver::get($name, $default = null)
  5191. [get - Fuel - Session_Driver :: get($name, $default = null) | ]
  5192. get($name, $default = null)
  5193. [f Session_Driver key | key($name)]
  5194. Session_Driver::key($name)
  5195. [Session_Driver key | key($name)]
  5196. Session_Driver::key($name)
  5197. [key - Fuel - Session_Driver :: key($name) | ]
  5198. key($name)
  5199. [f Session_Driver delete | delete($name)]
  5200. Session_Driver::delete($name)
  5201. [Session_Driver delete | delete($name)]
  5202. Session_Driver::delete($name)
  5203. [delete - Fuel - Session_Driver :: delete($name) | ]
  5204. delete($name)
  5205. [f Session_Driver rotate | rotate($force = true)]
  5206. Session_Driver::rotate($force = true)
  5207. [Session_Driver rotate | rotate($force = true)]
  5208. Session_Driver::rotate($force = true)
  5209. [rotate - Fuel - Session_Driver :: rotate($force = true) | ]
  5210. rotate($force = true)
  5211. [f Session_Driver set_flash | set_flash($name, $value)]
  5212. Session_Driver::set_flash($name, $value)
  5213. [Session_Driver set_flash | set_flash($name, $value)]
  5214. Session_Driver::set_flash($name, $value)
  5215. [set_flash - Fuel - Session_Driver :: set_flash($name, $value) | ]
  5216. set_flash($name, $value)
  5217. [f Session_Driver get_flash | get_flash($name, $default = null)]
  5218. Session_Driver::get_flash($name, $default = null)
  5219. [Session_Driver get_flash | get_flash($name, $default = null)]
  5220. Session_Driver::get_flash($name, $default = null)
  5221. [get_flash - Fuel - Session_Driver :: get_flash($name, $default = null) | ]
  5222. get_flash($name, $default = null)
  5223. [f Session_Driver keep_flash | keep_flash($name)]
  5224. Session_Driver::keep_flash($name)
  5225. [Session_Driver keep_flash | keep_flash($name)]
  5226. Session_Driver::keep_flash($name)
  5227. [keep_flash - Fuel - Session_Driver :: keep_flash($name) | ]
  5228. keep_flash($name)
  5229. [f Session_Driver delete_flash | delete_flash($name)]
  5230. Session_Driver::delete_flash($name)
  5231. [Session_Driver delete_flash | delete_flash($name)]
  5232. Session_Driver::delete_flash($name)
  5233. [delete_flash - Fuel - Session_Driver :: delete_flash($name) | ]
  5234. delete_flash($name)
  5235. [f Session_Driver set_flash_id | set_flash_id($name)]
  5236. Session_Driver::set_flash_id($name)
  5237. [Session_Driver set_flash_id | set_flash_id($name)]
  5238. Session_Driver::set_flash_id($name)
  5239. [set_flash_id - Fuel - Session_Driver :: set_flash_id($name) | ]
  5240. set_flash_id($name)
  5241. [f Session_Driver get_flash_id | get_flash_id()]
  5242. Session_Driver::get_flash_id()
  5243. [Session_Driver get_flash_id | get_flash_id()]
  5244. Session_Driver::get_flash_id()
  5245. [get_flash_id - Fuel - Session_Driver :: get_flash_id() | ]
  5246. get_flash_id()
  5247. [f Session_Driver get_config | get_config($name)]
  5248. Session_Driver::get_config($name)
  5249. [Session_Driver get_config | get_config($name)]
  5250. Session_Driver::get_config($name)
  5251. [get_config - Fuel - Session_Driver :: get_config($name) | ]
  5252. get_config($name)
  5253. ;
  5254.  
  5255. ; ----------------------
  5256. ; Session_Exception
  5257. ; ----------------------
  5258.  
  5259. [fClasses Session_Exception | Fuel class list: class Session_Exception ]
  5260. Session_Exception
  5261. ;
  5262.  
  5263. ; ----------------------
  5264. ; Session_File
  5265. ; ----------------------
  5266.  
  5267. [fClasses Session_File | Fuel class list: class Session_File ]
  5268. Session_File
  5269. [f Session_File create | create()]
  5270. Session_File::create()
  5271. [Session_File create | create()]
  5272. Session_File::create()
  5273. [create - Fuel - Session_File :: create() | ]
  5274. create()
  5275. [f Session_File read | read($force = false)]
  5276. Session_File::read($force = false)
  5277. [Session_File read | read($force = false)]
  5278. Session_File::read($force = false)
  5279. [read - Fuel - Session_File :: read($force = false) | ]
  5280. read($force = false)
  5281. [f Session_File write | write()]
  5282. Session_File::write()
  5283. [Session_File write | write()]
  5284. Session_File::write()
  5285. [write - Fuel - Session_File :: write() | ]
  5286. write()
  5287. [f Session_File destroy | destroy()]
  5288. Session_File::destroy()
  5289. [Session_File destroy | destroy()]
  5290. Session_File::destroy()
  5291. [destroy - Fuel - Session_File :: destroy() | ]
  5292. destroy()
  5293. ;
  5294.  
  5295. ; ----------------------
  5296. ; Session_Memcached
  5297. ; ----------------------
  5298.  
  5299. [fClasses Session_Memcached | Fuel class list: class Session_Memcached ]
  5300. Session_Memcached
  5301. [f Session_Memcached init | init()]
  5302. Session_Memcached::init()
  5303. [Session_Memcached init | init()]
  5304. Session_Memcached::init()
  5305. [init - Fuel - Session_Memcached :: init() | ]
  5306. init()
  5307. [f Session_Memcached create | create()]
  5308. Session_Memcached::create()
  5309. [Session_Memcached create | create()]
  5310. Session_Memcached::create()
  5311. [create - Fuel - Session_Memcached :: create() | ]
  5312. create()
  5313. [f Session_Memcached read | read($force = false)]
  5314. Session_Memcached::read($force = false)
  5315. [Session_Memcached read | read($force = false)]
  5316. Session_Memcached::read($force = false)
  5317. [read - Fuel - Session_Memcached :: read($force = false) | ]
  5318. read($force = false)
  5319. [f Session_Memcached write | write()]
  5320. Session_Memcached::write()
  5321. [Session_Memcached write | write()]
  5322. Session_Memcached::write()
  5323. [write - Fuel - Session_Memcached :: write() | ]
  5324. write()
  5325. [f Session_Memcached destroy | destroy()]
  5326. Session_Memcached::destroy()
  5327. [Session_Memcached destroy | destroy()]
  5328. Session_Memcached::destroy()
  5329. [destroy - Fuel - Session_Memcached :: destroy() | ]
  5330. destroy()
  5331. ;
  5332.  
  5333. ; ----------------------
  5334. ; Session_Redis
  5335. ; ----------------------
  5336.  
  5337. [fClasses Session_Redis | Fuel class list: class Session_Redis ]
  5338. Session_Redis
  5339. [f Session_Redis init | init()]
  5340. Session_Redis::init()
  5341. [Session_Redis init | init()]
  5342. Session_Redis::init()
  5343. [init - Fuel - Session_Redis :: init() | ]
  5344. init()
  5345. [f Session_Redis create | create()]
  5346. Session_Redis::create()
  5347. [Session_Redis create | create()]
  5348. Session_Redis::create()
  5349. [create - Fuel - Session_Redis :: create() | ]
  5350. create()
  5351. [f Session_Redis read | read($force = false)]
  5352. Session_Redis::read($force = false)
  5353. [Session_Redis read | read($force = false)]
  5354. Session_Redis::read($force = false)
  5355. [read - Fuel - Session_Redis :: read($force = false) | ]
  5356. read($force = false)
  5357. [f Session_Redis write | write()]
  5358. Session_Redis::write()
  5359. [Session_Redis write | write()]
  5360. Session_Redis::write()
  5361. [write - Fuel - Session_Redis :: write() | ]
  5362. write()
  5363. [f Session_Redis destroy | destroy()]
  5364. Session_Redis::destroy()
  5365. [Session_Redis destroy | destroy()]
  5366. Session_Redis::destroy()
  5367. [destroy - Fuel - Session_Redis :: destroy() | ]
  5368. destroy()
  5369. ;
  5370.  
  5371. ; ----------------------
  5372. ; Session
  5373. ; ----------------------
  5374.  
  5375. [fClasses Session | Fuel class list: class Session ]
  5376. Session
  5377. [f Session factory | factory($custom = array())]
  5378. Session::factory($custom = array())
  5379. [Session factory | factory($custom = array())]
  5380. Session::factory($custom = array())
  5381. [factory - Fuel - Session :: factory($custom = array()) | ]
  5382. factory($custom = array())
  5383. [f Session instance | instance($instance = null)]
  5384. Session::instance($instance = null)
  5385. [Session instance | instance($instance = null)]
  5386. Session::instance($instance = null)
  5387. [instance - Fuel - Session :: instance($instance = null) | ]
  5388. instance($instance = null)
  5389. [f Session set | set($name, $value = null)]
  5390. Session::set($name, $value = null)
  5391. [Session set | set($name, $value = null)]
  5392. Session::set($name, $value = null)
  5393. [set - Fuel - Session :: set($name, $value = null) | ]
  5394. set($name, $value = null)
  5395. [f Session get | get($name = null, $default = null)]
  5396. Session::get($name = null, $default = null)
  5397. [Session get | get($name = null, $default = null)]
  5398. Session::get($name = null, $default = null)
  5399. [get - Fuel - Session :: get($name = null, $default = null) | ]
  5400. get($name = null, $default = null)
  5401. [f Session delete | delete($name)]
  5402. Session::delete($name)
  5403. [Session delete | delete($name)]
  5404. Session::delete($name)
  5405. [delete - Fuel - Session :: delete($name) | ]
  5406. delete($name)
  5407. [f Session key | key($name = 'session_id')]
  5408. Session::key($name = 'session_id')
  5409. [Session key | key($name = 'session_id')]
  5410. Session::key($name = 'session_id')
  5411. [key - Fuel - Session :: key($name = 'session_id') | ]
  5412. key($name = 'session_id')
  5413. [f Session set_flash | set_flash($name, $value = null)]
  5414. Session::set_flash($name, $value = null)
  5415. [Session set_flash | set_flash($name, $value = null)]
  5416. Session::set_flash($name, $value = null)
  5417. [set_flash - Fuel - Session :: set_flash($name, $value = null) | ]
  5418. set_flash($name, $value = null)
  5419. [f Session get_flash | get_flash($name = null, $default = null)]
  5420. Session::get_flash($name = null, $default = null)
  5421. [Session get_flash | get_flash($name = null, $default = null)]
  5422. Session::get_flash($name = null, $default = null)
  5423. [get_flash - Fuel - Session :: get_flash($name = null, $default = null) | ]
  5424. get_flash($name = null, $default = null)
  5425. [f Session keep_flash | keep_flash($name = null)]
  5426. Session::keep_flash($name = null)
  5427. [Session keep_flash | keep_flash($name = null)]
  5428. Session::keep_flash($name = null)
  5429. [keep_flash - Fuel - Session :: keep_flash($name = null) | ]
  5430. keep_flash($name = null)
  5431. [f Session delete_flash | delete_flash($name = null)]
  5432. Session::delete_flash($name = null)
  5433. [Session delete_flash | delete_flash($name = null)]
  5434. Session::delete_flash($name = null)
  5435. [delete_flash - Fuel - Session :: delete_flash($name = null) | ]
  5436. delete_flash($name = null)
  5437. [f Session create | create()]
  5438. Session::create()
  5439. [Session create | create()]
  5440. Session::create()
  5441. [create - Fuel - Session :: create() | ]
  5442. create()
  5443. [f Session read | read()]
  5444. Session::read()
  5445. [Session read | read()]
  5446. Session::read()
  5447. [read - Fuel - Session :: read() | ]
  5448. read()
  5449. [f Session write | write()]
  5450. Session::write()
  5451. [Session write | write()]
  5452. Session::write()
  5453. [write - Fuel - Session :: write() | ]
  5454. write()
  5455. [f Session destroy | destroy()]
  5456. Session::destroy()
  5457. [Session destroy | destroy()]
  5458. Session::destroy()
  5459. [destroy - Fuel - Session :: destroy() | ]
  5460. destroy()
  5461. ;
  5462.  
  5463. ; ----------------------
  5464. ; Singleton
  5465. ; ----------------------
  5466.  
  5467. [fClasses Singleton | Fuel class list: class Singleton ]
  5468. Singleton
  5469. [f Singleton instance | instance()]
  5470. Singleton::instance()
  5471. [Singleton instance | instance()]
  5472. Singleton::instance()
  5473. [instance - Fuel - Singleton :: instance() | ]
  5474. instance()
  5475. [f Singleton get_called_class | get_called_class()]
  5476. Singleton::get_called_class()
  5477. [Singleton get_called_class | get_called_class()]
  5478. Singleton::get_called_class()
  5479. [get_called_class - Fuel - Singleton :: get_called_class() | ]
  5480. get_called_class()
  5481. ;
  5482.  
  5483. ; ----------------------
  5484. ; Str
  5485. ; ----------------------
  5486.  
  5487. [fClasses Str | Fuel class list: class Str ]
  5488. Str
  5489. [f Str truncate | truncate($string, $limit, $continuation = '...', $is_html = false)]
  5490. Str::truncate($string, $limit, $continuation = '...', $is_html = false)
  5491. [Str truncate | truncate($string, $limit, $continuation = '...', $is_html = false)]
  5492. Str::truncate($string, $limit, $continuation = '...', $is_html = false)
  5493. [truncate - Fuel - Str :: truncate($string, $limit, $continuation = '...', $is_html = false) | ]
  5494. truncate($string, $limit, $continuation = '...', $is_html = false)
  5495. [f Str increment | increment($str, $first = 1, $separator = '_')]
  5496. Str::increment($str, $first = 1, $separator = '_')
  5497. [Str increment | increment($str, $first = 1, $separator = '_')]
  5498. Str::increment($str, $first = 1, $separator = '_')
  5499. [increment - Fuel - Str :: increment($str, $first = 1, $separator = '_') | ]
  5500. increment($str, $first = 1, $separator = '_')
  5501. [f Str lower | lower($str, $encoding = null)]
  5502. Str::lower($str, $encoding = null)
  5503. [Str lower | lower($str, $encoding = null)]
  5504. Str::lower($str, $encoding = null)
  5505. [lower - Fuel - Str :: lower($str, $encoding = null) | ]
  5506. lower($str, $encoding = null)
  5507. [f Str upper | upper($str, $encoding = null)]
  5508. Str::upper($str, $encoding = null)
  5509. [Str upper | upper($str, $encoding = null)]
  5510. Str::upper($str, $encoding = null)
  5511. [upper - Fuel - Str :: upper($str, $encoding = null) | ]
  5512. upper($str, $encoding = null)
  5513. [f Str lcfirst | lcfirst($str, $encoding = null)]
  5514. Str::lcfirst($str, $encoding = null)
  5515. [Str lcfirst | lcfirst($str, $encoding = null)]
  5516. Str::lcfirst($str, $encoding = null)
  5517. [lcfirst - Fuel - Str :: lcfirst($str, $encoding = null) | ]
  5518. lcfirst($str, $encoding = null)
  5519. [f Str ucfirst | ucfirst($str, $encoding = null)]
  5520. Str::ucfirst($str, $encoding = null)
  5521. [Str ucfirst | ucfirst($str, $encoding = null)]
  5522. Str::ucfirst($str, $encoding = null)
  5523. [ucfirst - Fuel - Str :: ucfirst($str, $encoding = null) | ]
  5524. ucfirst($str, $encoding = null)
  5525. [f Str ucwords | ucwords($str, $encoding = null)]
  5526. Str::ucwords($str, $encoding = null)
  5527. [Str ucwords | ucwords($str, $encoding = null)]
  5528. Str::ucwords($str, $encoding = null)
  5529. [ucwords - Fuel - Str :: ucwords($str, $encoding = null) | ]
  5530. ucwords($str, $encoding = null)
  5531. [f Str random | random($type = 'alnum', $length = 16)]
  5532. Str::random($type = 'alnum', $length = 16)
  5533. [Str random | random($type = 'alnum', $length = 16)]
  5534. Str::random($type = 'alnum', $length = 16)
  5535. [random - Fuel - Str :: random($type = 'alnum', $length = 16) | ]
  5536. random($type = 'alnum', $length = 16)
  5537. [f Str alternator | alternator()]
  5538. Str::alternator()
  5539. [Str alternator | alternator()]
  5540. Str::alternator()
  5541. [alternator - Fuel - Str :: alternator() | ]
  5542. alternator()
  5543. ;
  5544.  
  5545. ; ----------------------
  5546. ; TestCase
  5547. ; ----------------------
  5548.  
  5549. [fClasses TestCase | Fuel class list: class TestCase ]
  5550. TestCase
  5551. ;
  5552.  
  5553. ; ----------------------
  5554. ; Unzip
  5555. ; ----------------------
  5556.  
  5557. [fClasses Unzip | Fuel class list: class Unzip ]
  5558. Unzip
  5559. [f Unzip extract | extract($zip_file, $target_dir = NULL, $preserve_filepath = TRUE)]
  5560. Unzip::extract($zip_file, $target_dir = NULL, $preserve_filepath = TRUE)
  5561. [Unzip extract | extract($zip_file, $target_dir = NULL, $preserve_filepath = TRUE)]
  5562. Unzip::extract($zip_file, $target_dir = NULL, $preserve_filepath = TRUE)
  5563. [extract - Fuel - Unzip :: extract($zip_file, $target_dir = NULL, $preserve_filepath = TRUE) | ]
  5564. extract($zip_file, $target_dir = NULL, $preserve_filepath = TRUE)
  5565. [f Unzip allow | allow($ext = NULL)]
  5566. Unzip::allow($ext = NULL)
  5567. [Unzip allow | allow($ext = NULL)]
  5568. Unzip::allow($ext = NULL)
  5569. [allow - Fuel - Unzip :: allow($ext = NULL) | ]
  5570. allow($ext = NULL)
  5571. [f Unzip error_string | error_string($open = '
  5572.  
  5573. ', $close = '
  5574. ')]
  5575. Unzip::error_string($open = '
  5576.  
  5577. ', $close = '
  5578. ')
  5579. [Unzip error_string | error_string($open = '
  5580.  
  5581. ', $close = '
  5582. ')]
  5583. Unzip::error_string($open = '
  5584.  
  5585. ', $close = '
  5586. ')
  5587. [error_string - Fuel - Unzip :: error_string($open = '
  5588.  
  5589. ', $close = '
  5590. ') | ]
  5591. error_string($open = '
  5592.  
  5593. ', $close = '
  5594. ')
  5595. [f Unzip debug_string | debug_string($open = '
  5596.  
  5597. ', $close = '
  5598. ')]
  5599. Unzip::debug_string($open = '
  5600.  
  5601. ', $close = '
  5602. ')
  5603. [Unzip debug_string | debug_string($open = '
  5604.  
  5605. ', $close = '
  5606. ')]
  5607. Unzip::debug_string($open = '
  5608.  
  5609. ', $close = '
  5610. ')
  5611. [debug_string - Fuel - Unzip :: debug_string($open = '
  5612.  
  5613. ', $close = '
  5614. ') | ]
  5615. debug_string($open = '
  5616.  
  5617. ', $close = '
  5618. ')
  5619. [f Unzip set_error | set_error($string)]
  5620. Unzip::set_error($string)
  5621. [Unzip set_error | set_error($string)]
  5622. Unzip::set_error($string)
  5623. [set_error - Fuel - Unzip :: set_error($string) | ]
  5624. set_error($string)
  5625. [f Unzip set_debug | set_debug($string)]
  5626. Unzip::set_debug($string)
  5627. [Unzip set_debug | set_debug($string)]
  5628. Unzip::set_debug($string)
  5629. [set_debug - Fuel - Unzip :: set_debug($string) | ]
  5630. set_debug($string)
  5631. [f Unzip close | close()]
  5632. Unzip::close()
  5633. [Unzip close | close()]
  5634. Unzip::close()
  5635. [close - Fuel - Unzip :: close() | ]
  5636. close()
  5637. ;
  5638.  
  5639. ; ----------------------
  5640. ; Upload
  5641. ; ----------------------
  5642.  
  5643. [fClasses Upload | Fuel class list: class Upload ]
  5644. Upload
  5645. [f Upload is_valid | is_valid()]
  5646. Upload::is_valid()
  5647. [Upload is_valid | is_valid()]
  5648. Upload::is_valid()
  5649. [is_valid - Fuel - Upload :: is_valid() | ]
  5650. is_valid()
  5651. [f Upload get_files | get_files($index = null)]
  5652. Upload::get_files($index = null)
  5653. [Upload get_files | get_files($index = null)]
  5654. Upload::get_files($index = null)
  5655. [get_files - Fuel - Upload :: get_files($index = null) | ]
  5656. get_files($index = null)
  5657. [f Upload get_errors | get_errors($index = null)]
  5658. Upload::get_errors($index = null)
  5659. [Upload get_errors | get_errors($index = null)]
  5660. Upload::get_errors($index = null)
  5661. [get_errors - Fuel - Upload :: get_errors($index = null) | ]
  5662. get_errors($index = null)
  5663. [f Upload register | register()]
  5664. Upload::register()
  5665. [Upload register | register()]
  5666. Upload::register()
  5667. [register - Fuel - Upload :: register() | ]
  5668. register()
  5669. [f Upload process | process($config = array())]
  5670. Upload::process($config = array())
  5671. [Upload process | process($config = array())]
  5672. Upload::process($config = array())
  5673. [process - Fuel - Upload :: process($config = array()) | ]
  5674. process($config = array())
  5675. [f Upload save | save()]
  5676. Upload::save()
  5677. [Upload save | save()]
  5678. Upload::save()
  5679. [save - Fuel - Upload :: save() | ]
  5680. save()
  5681. ;
  5682.  
  5683. ; ----------------------
  5684. ; Uri
  5685. ; ----------------------
  5686.  
  5687. [fClasses Uri | Fuel class list: class Uri ]
  5688. Uri
  5689. [f Uri detect | detect()]
  5690. Uri::detect()
  5691. [Uri detect | detect()]
  5692. Uri::detect()
  5693. [detect - Fuel - Uri :: detect() | ]
  5694. detect()
  5695. [f Uri segment | segment($segment, $default = null)]
  5696. Uri::segment($segment, $default = null)
  5697. [Uri segment | segment($segment, $default = null)]
  5698. Uri::segment($segment, $default = null)
  5699. [segment - Fuel - Uri :: segment($segment, $default = null) | ]
  5700. segment($segment, $default = null)
  5701. [f Uri segments | segments()]
  5702. Uri::segments()
  5703. [Uri segments | segments()]
  5704. Uri::segments()
  5705. [segments - Fuel - Uri :: segments() | ]
  5706. segments()
  5707. [f Uri to_assoc | to_assoc()]
  5708. Uri::to_assoc()
  5709. [Uri to_assoc | to_assoc()]
  5710. Uri::to_assoc()
  5711. [to_assoc - Fuel - Uri :: to_assoc() | ]
  5712. to_assoc()
  5713. [f Uri string | string()]
  5714. Uri::string()
  5715. [Uri string | string()]
  5716. Uri::string()
  5717. [string - Fuel - Uri :: string() | ]
  5718. string()
  5719. [f Uri create | create($uri = null, $variables = array(), $get_variables = array())]
  5720. Uri::create($uri = null, $variables = array(), $get_variables = array())
  5721. [Uri create | create($uri = null, $variables = array(), $get_variables = array())]
  5722. Uri::create($uri = null, $variables = array(), $get_variables = array())
  5723. [create - Fuel - Uri :: create($uri = null, $variables = array(), $get_variables = array()) | ]
  5724. create($uri = null, $variables = array(), $get_variables = array())
  5725. [f Uri main | main()]
  5726. Uri::main()
  5727. [Uri main | main()]
  5728. Uri::main()
  5729. [main - Fuel - Uri :: main() | ]
  5730. main()
  5731. [f Uri current | current()]
  5732. Uri::current()
  5733. [Uri current | current()]
  5734. Uri::current()
  5735. [current - Fuel - Uri :: current() | ]
  5736. current()
  5737. [f Uri base | base($include_index = true)]
  5738. Uri::base($include_index = true)
  5739. [Uri base | base($include_index = true)]
  5740. Uri::base($include_index = true)
  5741. [base - Fuel - Uri :: base($include_index = true) | ]
  5742. base($include_index = true)
  5743. [f Uri get | get()]
  5744. Uri::get()
  5745. [Uri get | get()]
  5746. Uri::get()
  5747. [get - Fuel - Uri :: get() | ]
  5748. get()
  5749. [f Uri get_segments | get_segments()]
  5750. Uri::get_segments()
  5751. [Uri get_segments | get_segments()]
  5752. Uri::get_segments()
  5753. [get_segments - Fuel - Uri :: get_segments() | ]
  5754. get_segments()
  5755. [f Uri get_segment | get_segment($segment, $default = null)]
  5756. Uri::get_segment($segment, $default = null)
  5757. [Uri get_segment | get_segment($segment, $default = null)]
  5758. Uri::get_segment($segment, $default = null)
  5759. [get_segment - Fuel - Uri :: get_segment($segment, $default = null) | ]
  5760. get_segment($segment, $default = null)
  5761. ;
  5762.  
  5763. ; ----------------------
  5764. ; Validation_Error
  5765. ; ----------------------
  5766.  
  5767. [fClasses Validation_Error | Fuel class list: class Validation_Error ]
  5768. Validation_Error
  5769. [f Validation_Error get_message | get_message($msg = false, $open = '', $close = '')]
  5770. Validation_Error::get_message($msg = false, $open = '', $close = '')
  5771. [Validation_Error get_message | get_message($msg = false, $open = '', $close = '')]
  5772. Validation_Error::get_message($msg = false, $open = '', $close = '')
  5773. [get_message - Fuel - Validation_Error :: get_message($msg = false, $open = '', $close = '') | ]
  5774. get_message($msg = false, $open = '', $close = '')
  5775. ;
  5776.  
  5777. ; ----------------------
  5778. ; Validation
  5779. ; ----------------------
  5780.  
  5781. [fClasses Validation | Fuel class list: class Validation ]
  5782. Validation
  5783. [f Validation factory | factory($fieldset = 'default')]
  5784. Validation::factory($fieldset = 'default')
  5785. [Validation factory | factory($fieldset = 'default')]
  5786. Validation::factory($fieldset = 'default')
  5787. [factory - Fuel - Validation :: factory($fieldset = 'default') | ]
  5788. factory($fieldset = 'default')
  5789. [f Validation instance | instance($name = null)]
  5790. Validation::instance($name = null)
  5791. [Validation instance | instance($name = null)]
  5792. Validation::instance($name = null)
  5793. [instance - Fuel - Validation :: instance($name = null) | ]
  5794. instance($name = null)
  5795. [f Validation active | active()]
  5796. Validation::active()
  5797. [Validation active | active()]
  5798. Validation::active()
  5799. [active - Fuel - Validation :: active() | ]
  5800. active()
  5801. [f Validation set_active | set_active($instance = null)]
  5802. Validation::set_active($instance = null)
  5803. [Validation set_active | set_active($instance = null)]
  5804. Validation::set_active($instance = null)
  5805. [set_active - Fuel - Validation :: set_active($instance = null) | ]
  5806. set_active($instance = null)
  5807. [f Validation fieldset | fieldset()]
  5808. Validation::fieldset()
  5809. [Validation fieldset | fieldset()]
  5810. Validation::fieldset()
  5811. [fieldset - Fuel - Validation :: fieldset() | ]
  5812. fieldset()
  5813. [f Validation add_field | add_field($name, $label, $rules)]
  5814. Validation::add_field($name, $label, $rules)
  5815. [Validation add_field | add_field($name, $label, $rules)]
  5816. Validation::add_field($name, $label, $rules)
  5817. [add_field - Fuel - Validation :: add_field($name, $label, $rules) | ]
  5818. add_field($name, $label, $rules)
  5819. [f Validation set_message | set_message($rule, $message)]
  5820. Validation::set_message($rule, $message)
  5821. [Validation set_message | set_message($rule, $message)]
  5822. Validation::set_message($rule, $message)
  5823. [set_message - Fuel - Validation :: set_message($rule, $message) | ]
  5824. set_message($rule, $message)
  5825. [f Validation get_message | get_message($rule)]
  5826. Validation::get_message($rule)
  5827. [Validation get_message | get_message($rule)]
  5828. Validation::get_message($rule)
  5829. [get_message - Fuel - Validation :: get_message($rule) | ]
  5830. get_message($rule)
  5831. [f Validation add_callable | add_callable($class)]
  5832. Validation::add_callable($class)
  5833. [Validation add_callable | add_callable($class)]
  5834. Validation::add_callable($class)
  5835. [add_callable - Fuel - Validation :: add_callable($class) | ]
  5836. add_callable($class)
  5837. [f Validation callables | callables()]
  5838. Validation::callables()
  5839. [Validation callables | callables()]
  5840. Validation::callables()
  5841. [callables - Fuel - Validation :: callables() | ]
  5842. callables()
  5843. [f Validation run | run($input = null, $allow_partial = false)]
  5844. Validation::run($input = null, $allow_partial = false)
  5845. [Validation run | run($input = null, $allow_partial = false)]
  5846. Validation::run($input = null, $allow_partial = false)
  5847. [run - Fuel - Validation :: run($input = null, $allow_partial = false) | ]
  5848. run($input = null, $allow_partial = false)
  5849. [f Validation input | input($key = null, $default = null)]
  5850. Validation::input($key = null, $default = null)
  5851. [Validation input | input($key = null, $default = null)]
  5852. Validation::input($key = null, $default = null)
  5853. [input - Fuel - Validation :: input($key = null, $default = null) | ]
  5854. input($key = null, $default = null)
  5855. [f Validation validated | validated($field = null, $default = false)]
  5856. Validation::validated($field = null, $default = false)
  5857. [Validation validated | validated($field = null, $default = false)]
  5858. Validation::validated($field = null, $default = false)
  5859. [validated - Fuel - Validation :: validated($field = null, $default = false) | ]
  5860. validated($field = null, $default = false)
  5861. [f Validation errors | errors($field = null, $default = false)]
  5862. Validation::errors($field = null, $default = false)
  5863. [Validation errors | errors($field = null, $default = false)]
  5864. Validation::errors($field = null, $default = false)
  5865. [errors - Fuel - Validation :: errors($field = null, $default = false) | ]
  5866. errors($field = null, $default = false)
  5867. [f Validation show_errors | show_errors($options = array())]
  5868. Validation::show_errors($options = array())
  5869. [Validation show_errors | show_errors($options = array())]
  5870. Validation::show_errors($options = array())
  5871. [show_errors - Fuel - Validation :: show_errors($options = array()) | ]
  5872. show_errors($options = array())
  5873. [f Validation add | add($name, $label = '', array $attributes = array(), array $rules = array())]
  5874. Validation::add($name, $label = '', array $attributes = array(), array $rules = array())
  5875. [Validation add | add($name, $label = '', array $attributes = array(), array $rules = array())]
  5876. Validation::add($name, $label = '', array $attributes = array(), array $rules = array())
  5877. [add - Fuel - Validation :: add($name, $label = '', array $attributes = array(), array $rules = array()) | ]
  5878. add($name, $label = '', array $attributes = array(), array $rules = array())
  5879. [f Validation add_model | add_model($class, $instance = null, $method = 'set_form_fields')]
  5880. Validation::add_model($class, $instance = null, $method = 'set_form_fields')
  5881. [Validation add_model | add_model($class, $instance = null, $method = 'set_form_fields')]
  5882. Validation::add_model($class, $instance = null, $method = 'set_form_fields')
  5883. [add_model - Fuel - Validation :: add_model($class, $instance = null, $method = 'set_form_fields') | ]
  5884. add_model($class, $instance = null, $method = 'set_form_fields')
  5885. [f Validation field | field($name = null)]
  5886. Validation::field($name = null)
  5887. [Validation field | field($name = null)]
  5888. Validation::field($name = null)
  5889. [field - Fuel - Validation :: field($name = null) | ]
  5890. field($name = null)
  5891. ;
  5892.  
  5893. ; ----------------------
  5894. ; View
  5895. ; ----------------------
  5896.  
  5897. [fClasses View | Fuel class list: class View ]
  5898. View
  5899. [f View factory | factory($file = null, array $data = null, $auto_encode = null)]
  5900. View::factory($file = null, array $data = null, $auto_encode = null)
  5901. [View factory | factory($file = null, array $data = null, $auto_encode = null)]
  5902. View::factory($file = null, array $data = null, $auto_encode = null)
  5903. [factory - Fuel - View :: factory($file = null, array $data = null, $auto_encode = null) | ]
  5904. factory($file = null, array $data = null, $auto_encode = null)
  5905. [f View capture | capture($view_filename, array $view_data)]
  5906. View::capture($view_filename, array $view_data)
  5907. [View capture | capture($view_filename, array $view_data)]
  5908. View::capture($view_filename, array $view_data)
  5909. [capture - Fuel - View :: capture($view_filename, array $view_data) | ]
  5910. capture($view_filename, array $view_data)
  5911. [f View set_global | set_global($key, $value = null, $encode = null)]
  5912. View::set_global($key, $value = null, $encode = null)
  5913. [View set_global | set_global($key, $value = null, $encode = null)]
  5914. View::set_global($key, $value = null, $encode = null)
  5915. [set_global - Fuel - View :: set_global($key, $value = null, $encode = null) | ]
  5916. set_global($key, $value = null, $encode = null)
  5917. [f View bind_global | bind_global($key, & $value)]
  5918. View::bind_global($key, & $value)
  5919. [View bind_global | bind_global($key, & $value)]
  5920. View::bind_global($key, & $value)
  5921. [bind_global - Fuel - View :: bind_global($key, & $value) | ]
  5922. bind_global($key, & $value)
  5923. [f View auto_encode | auto_encode($encode = true)]
  5924. View::auto_encode($encode = true)
  5925. [View auto_encode | auto_encode($encode = true)]
  5926. View::auto_encode($encode = true)
  5927. [auto_encode - Fuel - View :: auto_encode($encode = true) | ]
  5928. auto_encode($encode = true)
  5929. [f View set_filename | set_filename($file)]
  5930. View::set_filename($file)
  5931. [View set_filename | set_filename($file)]
  5932. View::set_filename($file)
  5933. [set_filename - Fuel - View :: set_filename($file) | ]
  5934. set_filename($file)
  5935. [f View set | set($key, $value = null, $encode = null)]
  5936. View::set($key, $value = null, $encode = null)
  5937. [View set | set($key, $value = null, $encode = null)]
  5938. View::set($key, $value = null, $encode = null)
  5939. [set - Fuel - View :: set($key, $value = null, $encode = null) | ]
  5940. set($key, $value = null, $encode = null)
  5941. [f View bind | bind($key, & $value)]
  5942. View::bind($key, & $value)
  5943. [View bind | bind($key, & $value)]
  5944. View::bind($key, & $value)
  5945. [bind - Fuel - View :: bind($key, & $value) | ]
  5946. bind($key, & $value)
  5947. [f View render | render($file = null)]
  5948. View::render($file = null)
  5949. [View render | render($file = null)]
  5950. View::render($file = null)
  5951. [render - Fuel - View :: render($file = null) | ]
  5952. render($file = null)
  5953. ;
  5954.  
  5955. ; ----------------------
  5956. ; ViewModel
  5957. ; ----------------------
  5958.  
  5959. [fClasses ViewModel | Fuel class list: class ViewModel ]
  5960. ViewModel
  5961. [f ViewModel factory | factory($viewmodel, $method = 'view')]
  5962. ViewModel::factory($viewmodel, $method = 'view')
  5963. [ViewModel factory | factory($viewmodel, $method = 'view')]
  5964. ViewModel::factory($viewmodel, $method = 'view')
  5965. [factory - Fuel - ViewModel :: factory($viewmodel, $method = 'view') | ]
  5966. factory($viewmodel, $method = 'view')
  5967. [f ViewModel set_template | set_template()]
  5968. ViewModel::set_template()
  5969. [ViewModel set_template | set_template()]
  5970. ViewModel::set_template()
  5971. [set_template - Fuel - ViewModel :: set_template() | ]
  5972. set_template()
  5973. [f ViewModel auto_encoding | auto_encoding($setting = null)]
  5974. ViewModel::auto_encoding($setting = null)
  5975. [ViewModel auto_encoding | auto_encoding($setting = null)]
  5976. ViewModel::auto_encoding($setting = null)
  5977. [auto_encoding - Fuel - ViewModel :: auto_encoding($setting = null) | ]
  5978. auto_encoding($setting = null)
  5979. [f ViewModel before | before() {}]
  5980. ViewModel::before() {}
  5981. [ViewModel before | before() {}]
  5982. ViewModel::before() {}
  5983. [before - Fuel - ViewModel :: before() {} | ]
  5984. before() {}
  5985. [f ViewModel view | view() {}]
  5986. ViewModel::view() {}
  5987. [ViewModel view | view() {}]
  5988. ViewModel::view() {}
  5989. [view - Fuel - ViewModel :: view() {} | ]
  5990. view() {}
  5991. [f ViewModel after | after() {}]
  5992. ViewModel::after() {}
  5993. [ViewModel after | after() {}]
  5994. ViewModel::after() {}
  5995. [after - Fuel - ViewModel :: after() {} | ]
  5996. after() {}
  5997. [f ViewModel get | get($name)]
  5998. ViewModel::get($name)
  5999. [ViewModel get | get($name)]
  6000. ViewModel::get($name)
  6001. [get - Fuel - ViewModel :: get($name) | ]
  6002. get($name)
  6003. [f ViewModel set | set($name, $val, $encode = null)]
  6004. ViewModel::set($name, $val, $encode = null)
  6005. [ViewModel set | set($name, $val, $encode = null)]
  6006. ViewModel::set($name, $val, $encode = null)
  6007. [set - Fuel - ViewModel :: set($name, $val, $encode = null) | ]
  6008. set($name, $val, $encode = null)
  6009. [f ViewModel set_safe | set_safe($name, $val)]
  6010. ViewModel::set_safe($name, $val)
  6011. [ViewModel set_safe | set_safe($name, $val)]
  6012. ViewModel::set_safe($name, $val)
  6013. [set_safe - Fuel - ViewModel :: set_safe($name, $val) | ]
  6014. set_safe($name, $val)
  6015. [f ViewModel set_raw | set_raw($name, $val)]
  6016. ViewModel::set_raw($name, $val)
  6017. [ViewModel set_raw | set_raw($name, $val)]
  6018. ViewModel::set_raw($name, $val)
  6019. [set_raw - Fuel - ViewModel :: set_raw($name, $val) | ]
  6020. set_raw($name, $val)
  6021. [f ViewModel render | render()]
  6022. ViewModel::render()
  6023. [ViewModel render | render()]
  6024. ViewModel::render()
  6025. [render - Fuel - ViewModel :: render() | ]
  6026. render()
  6027. ;
  6028.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement