FUEL CMS User Guide : Version 1.5.2


Fuel Pagevars Class

This class extends the Fuel_base_library class.

Properties Reference

Property Default Value Description
public
location libraries/fuel_pagevars
lang english
vars_path none
include_pagevar_object none
honor_page_status none

Function Reference [+]

$this->fuel->pagevars->initialize([$params=array()])

$this->fuel->pagevars->retrieve(['$location'=NULL], ['$what'=''])

Retrieve all the variables for a specific location.

Returns

array

Parameters

(string) $location 

$this->fuel->pagevars->db(['$parse'=FALSE])

Retrieve the FUEL db variables for a specific location.

Returns

array

Parameters

(boolean) $parse 

$this->fuel->pagevars->view(['$controller'=NULL])

Retrieve the view variables for a specific location/controller.

Returns

array

Parameters

(string) $controller