Class FilePref1
Class Pref1 A simple flat-file key/value storage class for PHP $fruit->set('fruits', array('apples', 'bananas', 'clementines')); //returns TRUE or Error
//Tells if a key is stored in the file $fruit->search('fruits'); //returns TRUE
$fruit->search('prices'); //returns FALSE
//Returns the value of a key $fruit->get('fruits'); //returns that.object
//Deletes a value in file $fruit->del('fruits'); //returns TRUE
Located at easycore/Ehex.php
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
public
|
$path
|
|
public
|
$database
|
|
protected
|
$d_settings
|
|
protected
|
$dev_mode
|