diff --git a/docs/classes.svg b/docs/classes.svg index c8df201..d8a52ec 100644 --- a/docs/classes.svg +++ b/docs/classes.svg @@ -9,7 +9,7 @@ G -cluster_miniMVC +cluster_miniMVC @@ -21,108 +21,108 @@ miniMVC -\\miniMVC\\Page +\\miniMVC\\Page Page -\\miniMVC\\Output +\\miniMVC\\Output Output -\\miniMVC\\Page->\\miniMVC\\Output +\\miniMVC\\Page->\\miniMVC\\Output -\\miniMVC\\Model +\\miniMVC\\Model Model -\\miniMVC\\miniMVC +\\miniMVC\\miniMVC miniMVC -\\miniMVC\\Model->\\miniMVC\\miniMVC +\\miniMVC\\Model->\\miniMVC\\miniMVC -\\miniMVC\\Controller +\\miniMVC\\Controller Controller -\\miniMVC\\Controller->\\miniMVC\\miniMVC +\\miniMVC\\Controller->\\miniMVC\\miniMVC -\\miniMVC\\DB +\\miniMVC\\DB DB -\\Query_Builder +\\Query_Builder \Query_Builder -\\miniMVC\\DB->\\Query_Builder +\\miniMVC\\DB->\\Query_Builder -\\miniMVC\\MM +\\miniMVC\\MM MM -\\miniMVC\\miniMVC->\\miniMVC\\MM +\\miniMVC\\miniMVC->\\miniMVC\\MM -\\ArrayObject +\\ArrayObject \ArrayObject -\\miniMVC\\MM->\\ArrayObject +\\miniMVC\\MM->\\ArrayObject -\\miniMVC\\Output->\\miniMVC\\MM +\\miniMVC\\Output->\\miniMVC\\MM -\\miniMVC\\Data_Store +\\miniMVC\\Data_Store Data_Store -\\miniMVC\\Session +\\miniMVC\\Session Session diff --git a/docs/classes/DB.html b/docs/classes/DB.html deleted file mode 100644 index b0e137a..0000000 --- a/docs/classes/DB.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - -miniMVC » \DB - - - - - - - - - - -
- -
-
-
- -
- -
-
-
-

Extend PHP's PDO class to add some more functionality

-
-

- - - - - - - - - -
packageminiMVC
subpackageSystem
-

- Methods

-
-

Indexed singleton method

-
get_instance(string $dbname, array $options) : \DB
-
-
-

-

Parameters

-
-

$dbname

-string -
-
-

$options

-array -
-

Returns

- -
-
-
-

Returns the last error from the database

-
get_last_error() : string
-
-
-

-

Returns

-
string
-
-
-

- Properties

- 
-

DB connection instances

-
$instance : array
-
-

-
-
-
-
-
-
-
- - diff --git a/docs/classes/Data_Store.html b/docs/classes/Data_Store.html deleted file mode 100644 index 678633f..0000000 --- a/docs/classes/Data_Store.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - -miniMVC » \Data_Store - - - - - - - - - - -
- -
- -
-
-

Class for using JSON as a key->value data store

-
-

- - - - - - - - - -
packageminiMVC
subpackageLibraries
-

- Methods

-
-

Magic function called when cloning an object

-
__clone() 
-
-

-
-
-

Output the data on destruct

-
__destruct() 
-
-

-
-
-

Magic method to simplify isset checking for config options

-
__get(string $key) : mixed
-
-
-

-

Parameters

-
-

$key

-string -
-

Returns

-
mixed
-
-
-
-

Magic method to simplify setting config options

-
__set(string $key, $val) 
-
-
-

-

Parameters

-
-

$key

-string -
-
-

$val

-

mixed

-
-
-
-

Removes a key from the data store

-
del(string $key) : void
-
-
-

-

Parameters

-
-

$key

-string -
-
-
-
-

Return the entire data store object

-
get_all() : object
-
-
-

-

Returns

-
object
-
-
-
-

Static method to retreive current instance -of the singleton

-
get_instance() : \Data_Store
-
-
-

- - - -
fluentThis method is part of a fluent interface and will return the same instance
-

Returns

- -
-
-
-

Create and/or load json file

-
__construct() 
-
-

-
-

- Properties

- 
-

Settings object represented by the currently loaded JSON file

-
$current 
-
-

-
- 
-

Singleton instance

-
$instance 
-
-

-
-
-
-
-
-
-
- - diff --git a/docs/classes/MM.html b/docs/classes/MM.html deleted file mode 100644 index 67cdf32..0000000 --- a/docs/classes/MM.html +++ /dev/null @@ -1,439 +0,0 @@ - - - - - -miniMVC » \MM - - - - - - - - - - -
- -
- -
-
-

Class for standalone JSObject objects

-
-

- - - - - - - - - -
packageminiMVC
subpackageSystem
-

- Methods

-
-

Allow calling of array methods on the object and -dynamic methods

-
__call(string $name, array $params) : mixed
-
-
-

-

Parameters

-
-

$name

-string -
-
-

$params

-array -
-

Returns

-
mixed
-
-
-
-

Create the ArrayObject/JSObject hybrid object

-
__construct($members) 
-
-
-

-

Parameters

-
-

$members

-

array

-
-
-
-

append() -

-
append() 
-
-
-

- - - -
inherited_fromArrayObject::append()
-
-
-
-

asort() -

-
asort() 
-
-
-

- - - -
inherited_fromArrayObject::asort()
-
-
-
-

count() -

-
count() 
-
-
-

- - - -
inherited_fromArrayObject::count()
-
-
-
-

exchangeArray() -

-
exchangeArray() 
-
-
-

- - - -
inherited_fromArrayObject::exchangeArray()
-
-
-
-

getArrayCopy() -

-
getArrayCopy() 
-
-
-

- - - -
inherited_fromArrayObject::getArrayCopy()
-
-
-
-

getFlags() -

-
getFlags() 
-
-
-

- - - -
inherited_fromArrayObject::getFlags()
-
-
-
-

getIterator() -

-
getIterator() 
-
-
-

- - - -
inherited_fromArrayObject::getIterator()
-
-
-
-

getIteratorClass() -

-
getIteratorClass() 
-
-
-

- - - -
inherited_fromArrayObject::getIteratorClass()
-
-
-
-

ksort() -

-
ksort() 
-
-
-

- - - -
inherited_fromArrayObject::ksort()
-
-
-
-

natcasesort() -

-
natcasesort() 
-
-
-

- - - -
inherited_fromArrayObject::natcasesort()
-
-
-
-

natsort() -

-
natsort() 
-
-
-

- - - -
inherited_fromArrayObject::natsort()
-
-
-
-

offsetExists() -

-
offsetExists() 
-
-
-

- - - -
inherited_fromArrayObject::offsetExists()
-
-
-
-

offsetGet() -

-
offsetGet() 
-
-
-

- - - -
inherited_fromArrayObject::offsetGet()
-
-
-
-

offsetSet() -

-
offsetSet() 
-
-
-

- - - -
inherited_fromArrayObject::offsetSet()
-
-
-
-

offsetUnset() -

-
offsetUnset() 
-
-
-

- - - -
inherited_fromArrayObject::offsetUnset()
-
-
-
-

serialize() -

-
serialize() 
-
-
-

- - - -
inherited_fromArrayObject::serialize()
-
-
-
-

setFlags() -

-
setFlags() 
-
-
-

- - - -
inherited_fromArrayObject::setFlags()
-
-
-
-

setIteratorClass() -

-
setIteratorClass() 
-
-
-

- - - -
inherited_fromArrayObject::setIteratorClass()
-
-
-
-

uasort() -

-
uasort() 
-
-
-

- - - -
inherited_fromArrayObject::uasort()
-
-
-
-

uksort() -

-
uksort() 
-
-
-

- - - -
inherited_fromArrayObject::uksort()
-
-
-
-

unserialize() -

-
unserialize() 
-
-
-

- - - -
inherited_fromArrayObject::unserialize()
-
-
-
-
-
-
-
-
- - diff --git a/docs/classes/MM_Controller.html b/docs/classes/MM_Controller.html deleted file mode 100644 index 5f05d59..0000000 --- a/docs/classes/MM_Controller.html +++ /dev/null @@ -1,743 +0,0 @@ - - - - - -miniMVC » \MM_Controller - - - - - - - - - - -
- -
- -
-
-

Base Controller Class

-
-

- - - - - - - - - -
packageminiMVC
subpackageSystem
-

- Methods

-
-

Allow calling of array methods on the object and -dynamic methods

-
__call(string $name, array $params) : mixed
-
Inherited
-
-

- - - - - - - - - -
inherited_from\MM::__call()
inherited_from\miniMVC::__call()
-

Parameters

-
-

$name

-string -
-
-

$params

-array -
-

Returns

-
mixed
-
-
-
-

Create the controller object

-
__construct() : void
-
-

-
-
-

append() -

-
append() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::append()
inherited_from\MM::append()
inherited_from\miniMVC::append()
-
-
-
-

asort() -

-
asort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::asort()
inherited_from\MM::asort()
inherited_from\miniMVC::asort()
-
-
-
-

count() -

-
count() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::count()
inherited_from\MM::count()
inherited_from\miniMVC::count()
-
-
-
-

exchangeArray() -

-
exchangeArray() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::exchangeArray()
inherited_from\MM::exchangeArray()
inherited_from\miniMVC::exchangeArray()
-
-
-
-

getArrayCopy() -

-
getArrayCopy() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::getArrayCopy()
inherited_from\MM::getArrayCopy()
inherited_from\miniMVC::getArrayCopy()
-
-
-
-

getFlags() -

-
getFlags() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::getFlags()
inherited_from\MM::getFlags()
inherited_from\miniMVC::getFlags()
-
-
-
-

getIterator() -

-
getIterator() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::getIterator()
inherited_from\MM::getIterator()
inherited_from\miniMVC::getIterator()
-
-
-
-

getIteratorClass() -

-
getIteratorClass() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::getIteratorClass()
inherited_from\MM::getIteratorClass()
inherited_from\miniMVC::getIteratorClass()
-
-
-
-

ksort() -

-
ksort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::ksort()
inherited_from\MM::ksort()
inherited_from\miniMVC::ksort()
-
-
-
-

Convenience function to load config files

-
load_config(string $name) 
-
Inherited
-
-

- - - -
inherited_from\miniMVC::load_config()
-

Parameters

-
-

$name

-string -
-
-
-
-

Function for loading a model into the current class

-
load_model(string $file, array $args) : void
-
-
-

-

Parameters

-
-

$file

-string -
-
-

$args

-array -
-
-
-
-

Function for loading a view

-
load_view(string $file, array $data, bool $return) : mixed
-
-
-

-

Parameters

-
-

$file

-string -
-
-

$data

-array -
-
-

$return

-bool -
-

Returns

-
mixed
-
-
-
-

natcasesort() -

-
natcasesort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::natcasesort()
inherited_from\MM::natcasesort()
inherited_from\miniMVC::natcasesort()
-
-
-
-

natsort() -

-
natsort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::natsort()
inherited_from\MM::natsort()
inherited_from\miniMVC::natsort()
-
-
-
-

offsetExists() -

-
offsetExists() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::offsetExists()
inherited_from\MM::offsetExists()
inherited_from\miniMVC::offsetExists()
-
-
-
-

offsetGet() -

-
offsetGet() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::offsetGet()
inherited_from\MM::offsetGet()
inherited_from\miniMVC::offsetGet()
-
-
-
-

offsetSet() -

-
offsetSet() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::offsetSet()
inherited_from\MM::offsetSet()
inherited_from\miniMVC::offsetSet()
-
-
-
-

offsetUnset() -

-
offsetUnset() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::offsetUnset()
inherited_from\MM::offsetUnset()
inherited_from\miniMVC::offsetUnset()
-
-
-
-

serialize() -

-
serialize() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::serialize()
inherited_from\MM::serialize()
inherited_from\miniMVC::serialize()
-
-
-
-

setFlags() -

-
setFlags() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::setFlags()
inherited_from\MM::setFlags()
inherited_from\miniMVC::setFlags()
-
-
-
-

setIteratorClass() -

-
setIteratorClass() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::setIteratorClass()
inherited_from\MM::setIteratorClass()
inherited_from\miniMVC::setIteratorClass()
-
-
-
-

uasort() -

-
uasort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::uasort()
inherited_from\MM::uasort()
inherited_from\miniMVC::uasort()
-
-
-
-

uksort() -

-
uksort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::uksort()
inherited_from\MM::uksort()
inherited_from\miniMVC::uksort()
-
-
-
-

Convenience function to remove an object from the singleton

-
unload(string $name) 
-
Inherited
-
-

- - - -
inherited_from\miniMVC::unload()
-

Parameters

-
-

$name

-string -
-
-
-
-

unserialize() -

-
unserialize() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::unserialize()
inherited_from\MM::unserialize()
inherited_from\miniMVC::unserialize()
-
-
-

- Properties

- 
-

Instance of Page class

-
$page : \Page
-
-

-
-
-
-
-
-
-
- - diff --git a/docs/classes/MM_Data_Store.html b/docs/classes/MM_Data_Store.html deleted file mode 100644 index c795016..0000000 --- a/docs/classes/MM_Data_Store.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - -miniMVC » \MM_Data_Store - - - - - - - - - - -
- -
- -
-
-

Class for using JSON as a key->value data store

-
-

- - - - - - - - - -
packageminiMVC
subpackageLibraries
-

- Methods

-
-

Magic function called when cloning an object

-
__clone() 
-
-

-
-
-

Output the data on destruct

-
__destruct() 
-
-

-
-
-

Magic method to simplify isset checking for config options

-
__get(string $key) : mixed
-
-
-

-

Parameters

-
-

$key

-string -
-

Returns

-
mixed
-
-
-
-

Magic method to simplify setting config options

-
__set(string $key, $val) 
-
-
-

-

Parameters

-
-

$key

-string -
-
-

$val

-

mixed

-
-
-
-

Removes a key from the data store

-
del(string $key) : void
-
-
-

-

Parameters

-
-

$key

-string -
-
-
-
-

Return the entire data store object

-
get_all() : object
-
-
-

-

Returns

-
object
-
-
-
-

Static method to retreive current instance -of the singleton

-
get_instance() : \MM_Data_Store
-
-
-

- - - -
fluentThis method is part of a fluent interface and will return the same instance
-

Returns

- -
-
-
-

Create and/or load json file

-
__construct() 
-
-

-
-

- Properties

- 
-

Settings object represented by the currently loaded JSON file

-
$current 
-
-

-
- 
-

Singleton instance

-
$instance 
-
-

-
-
-
-
-
-
-
- - diff --git a/docs/classes/MM_Model.html b/docs/classes/MM_Model.html deleted file mode 100644 index bd0e27d..0000000 --- a/docs/classes/MM_Model.html +++ /dev/null @@ -1,696 +0,0 @@ - - - - - -miniMVC » \MM_Model - - - - - - - - - - -
- -
- -
-
-

Base Model Class

-
-

- - - - - - - - - -
packageminiMVC
subpackageSystem
-

- Methods

-
-

Allow calling of array methods on the object and -dynamic methods

-
__call(string $name, array $params) : mixed
-
Inherited
-
-

- - - - - - - - - -
inherited_from\MM::__call()
inherited_from\miniMVC::__call()
-

Parameters

-
-

$name

-string -
-
-

$params

-array -
-

Returns

-
mixed
-
-
-
-

Initialize the model class

-
__construct(array $args) : void
-
-
-

-

Parameters

-
-

$args

-array -
-
-
-
-

append() -

-
append() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::append()
inherited_from\MM::append()
inherited_from\miniMVC::append()
-
-
-
-

asort() -

-
asort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::asort()
inherited_from\MM::asort()
inherited_from\miniMVC::asort()
-
-
-
-

count() -

-
count() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::count()
inherited_from\MM::count()
inherited_from\miniMVC::count()
-
-
-
-

exchangeArray() -

-
exchangeArray() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::exchangeArray()
inherited_from\MM::exchangeArray()
inherited_from\miniMVC::exchangeArray()
-
-
-
-

getArrayCopy() -

-
getArrayCopy() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::getArrayCopy()
inherited_from\MM::getArrayCopy()
inherited_from\miniMVC::getArrayCopy()
-
-
-
-

getFlags() -

-
getFlags() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::getFlags()
inherited_from\MM::getFlags()
inherited_from\miniMVC::getFlags()
-
-
-
-

getIterator() -

-
getIterator() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::getIterator()
inherited_from\MM::getIterator()
inherited_from\miniMVC::getIterator()
-
-
-
-

getIteratorClass() -

-
getIteratorClass() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::getIteratorClass()
inherited_from\MM::getIteratorClass()
inherited_from\miniMVC::getIteratorClass()
-
-
-
-

ksort() -

-
ksort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::ksort()
inherited_from\MM::ksort()
inherited_from\miniMVC::ksort()
-
-
-
-

Convenience function to load config files

-
load_config(string $name) 
-
Inherited
-
-

- - - -
inherited_from\miniMVC::load_config()
-

Parameters

-
-

$name

-string -
-
-
-
-

natcasesort() -

-
natcasesort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::natcasesort()
inherited_from\MM::natcasesort()
inherited_from\miniMVC::natcasesort()
-
-
-
-

natsort() -

-
natsort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::natsort()
inherited_from\MM::natsort()
inherited_from\miniMVC::natsort()
-
-
-
-

offsetExists() -

-
offsetExists() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::offsetExists()
inherited_from\MM::offsetExists()
inherited_from\miniMVC::offsetExists()
-
-
-
-

offsetGet() -

-
offsetGet() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::offsetGet()
inherited_from\MM::offsetGet()
inherited_from\miniMVC::offsetGet()
-
-
-
-

offsetSet() -

-
offsetSet() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::offsetSet()
inherited_from\MM::offsetSet()
inherited_from\miniMVC::offsetSet()
-
-
-
-

offsetUnset() -

-
offsetUnset() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::offsetUnset()
inherited_from\MM::offsetUnset()
inherited_from\miniMVC::offsetUnset()
-
-
-
-

serialize() -

-
serialize() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::serialize()
inherited_from\MM::serialize()
inherited_from\miniMVC::serialize()
-
-
-
-

setFlags() -

-
setFlags() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::setFlags()
inherited_from\MM::setFlags()
inherited_from\miniMVC::setFlags()
-
-
-
-

setIteratorClass() -

-
setIteratorClass() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::setIteratorClass()
inherited_from\MM::setIteratorClass()
inherited_from\miniMVC::setIteratorClass()
-
-
-
-

uasort() -

-
uasort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::uasort()
inherited_from\MM::uasort()
inherited_from\miniMVC::uasort()
-
-
-
-

uksort() -

-
uksort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::uksort()
inherited_from\MM::uksort()
inherited_from\miniMVC::uksort()
-
-
-
-

Convenience function to remove an object from the singleton

-
unload(string $name) 
-
Inherited
-
-

- - - -
inherited_from\miniMVC::unload()
-

Parameters

-
-

$name

-string -
-
-
-
-

unserialize() -

-
unserialize() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::unserialize()
inherited_from\MM::unserialize()
inherited_from\miniMVC::unserialize()
-
-
-
-
-
-
-
-
- - diff --git a/docs/classes/MM_Output.html b/docs/classes/MM_Output.html deleted file mode 100644 index e1ecb89..0000000 --- a/docs/classes/MM_Output.html +++ /dev/null @@ -1,645 +0,0 @@ - - - - - -miniMVC » \MM_Output - - - - - - - - - - -
- -
- -
-
-

Class for displaying output and setting http headers

-
-

- - - - - - - - - -
packageminiMVC
subpackageSystem
-

- Methods

-
-

Allow calling of array methods on the object and -dynamic methods

-
__call(string $name, array $params) : mixed
-
Inherited
-
-

- - - -
inherited_from\MM::__call()
-

Parameters

-
-

$name

-string -
-
-

$params

-array -
-

Returns

-
mixed
-
-
-
-

Initialize the output class

-
__construct() : void
-
-

-
-
-

PHP magic method called when ending the script -Used for outputing HTML

-
__destruct() : void
-
-

-
-
-

append() -

-
append() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::append()
inherited_from\MM::append()
-
-
-
-

Adds text to the output buffer

-
append_output(string $string) 
-
-
-

-

Parameters

-
-

$string

-string -
-
-
-
-

asort() -

-
asort() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::asort()
inherited_from\MM::asort()
-
-
-
-

count() -

-
count() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::count()
inherited_from\MM::count()
-
-
-
-

exchangeArray() -

-
exchangeArray() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::exchangeArray()
inherited_from\MM::exchangeArray()
-
-
-
-

Sends headers and then removes them

-
flush_headers() 
-
-

-
-
-

getArrayCopy() -

-
getArrayCopy() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::getArrayCopy()
inherited_from\MM::getArrayCopy()
-
-
-
-

getFlags() -

-
getFlags() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::getFlags()
inherited_from\MM::getFlags()
-
-
-
-

getIterator() -

-
getIterator() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::getIterator()
inherited_from\MM::getIterator()
-
-
-
-

getIteratorClass() -

-
getIteratorClass() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::getIteratorClass()
inherited_from\MM::getIteratorClass()
-
-
-
-

ksort() -

-
ksort() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::ksort()
inherited_from\MM::ksort()
-
-
-
-

natcasesort() -

-
natcasesort() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::natcasesort()
inherited_from\MM::natcasesort()
-
-
-
-

natsort() -

-
natsort() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::natsort()
inherited_from\MM::natsort()
-
-
-
-

offsetExists() -

-
offsetExists() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::offsetExists()
inherited_from\MM::offsetExists()
-
-
-
-

offsetGet() -

-
offsetGet() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::offsetGet()
inherited_from\MM::offsetGet()
-
-
-
-

offsetSet() -

-
offsetSet() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::offsetSet()
inherited_from\MM::offsetSet()
-
-
-
-

offsetUnset() -

-
offsetUnset() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::offsetUnset()
inherited_from\MM::offsetUnset()
-
-
-
-

serialize() -

-
serialize() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::serialize()
inherited_from\MM::serialize()
-
-
-
-

setFlags() -

-
setFlags() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::setFlags()
inherited_from\MM::setFlags()
-
-
-
-

setIteratorClass() -

-
setIteratorClass() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::setIteratorClass()
inherited_from\MM::setIteratorClass()
-
-
-
-

Sets a header for later output

-
set_header(string $key, string $val) 
-
-
-

-

Parameters

-
-

$key

-string -
-
-

$val

-string -
-
-
-
-

Sets the output buffer

-
set_output(string $string) 
-
-
-

-

Parameters

-
-

$string

-string -
-
-
-
-

uasort() -

-
uasort() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::uasort()
inherited_from\MM::uasort()
-
-
-
-

uksort() -

-
uksort() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::uksort()
inherited_from\MM::uksort()
-
-
-
-

unserialize() -

-
unserialize() 
-
Inherited
-
-

- - - - - - - - - -
inherited_fromArrayObject::unserialize()
inherited_from\MM::unserialize()
-
-
-

- Properties

- 
-

Content for outputting

-
$buffer : string
-
-

-
- 
-

HTTP headers to send

-
$headers : array
-
-

-
-
-
-
-
-
-
- - diff --git a/docs/classes/MM_Page.html b/docs/classes/MM_Page.html deleted file mode 100644 index bbab42a..0000000 --- a/docs/classes/MM_Page.html +++ /dev/null @@ -1,1171 +0,0 @@ - - - - - -miniMVC » \MM_Page - - - - - - - - - - -
- -
-
-
- -
- -
-
-
-

Class for building pages

-
-

All methods are chainable, with the exception of the constructor, -build_header(), build_footer(), and _headers() methods.

- - - - - - - - - -
packageminiMVC
subpackageSystem
-

- Methods

-
-

Allow calling of array methods on the object and -dynamic methods

-
__call(string $name, array $params) : mixed
-
Inherited
-
-

- - - - - - - - - -
inherited_from\MM::__call()
inherited_from\MM_Output::__call()
-

Parameters

-
-

$name

-string -
-
-

$params

-array -
-

Returns

-
mixed
-
-
-
-

Set up the page class

-
__construct($controller) : void
-
-
-

-

Parameters

-
-

$controller

-

object

-
-
-
-

call the parent destructor

-
__destruct() : void
-
-

-
-
-

append() -

-
append() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::append()
inherited_from\MM::append()
inherited_from\MM_Output::append()
-
-
-
-

Adds text to the output buffer

-
append_output(string $string) 
-
Inherited
-
-

- - - -
inherited_from\MM_Output::append_output()
-

Parameters

-
-

$string

-string -
-
-
-
-

asort() -

-
asort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::asort()
inherited_from\MM::asort()
inherited_from\MM_Output::asort()
-
-
- -
-

Sets custom page header

-
build_header(bool $html5) : \Page
-
-
-

-

Parameters

-
-

$html5

-bool -
-

Returns

-
\Page
-
-
-
-

count() -

-
count() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::count()
inherited_from\MM::count()
inherited_from\MM_Output::count()
-
-
-
-

exchangeArray() -

-
exchangeArray() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::exchangeArray()
inherited_from\MM::exchangeArray()
inherited_from\MM_Output::exchangeArray()
-
-
-
-

Sends headers and then removes them

-
flush_headers() 
-
Inherited
-
-

- - - -
inherited_from\MM_Output::flush_headers()
-
-
-
-

getArrayCopy() -

-
getArrayCopy() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::getArrayCopy()
inherited_from\MM::getArrayCopy()
inherited_from\MM_Output::getArrayCopy()
-
-
-
-

getFlags() -

-
getFlags() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::getFlags()
inherited_from\MM::getFlags()
inherited_from\MM_Output::getFlags()
-
-
-
-

getIterator() -

-
getIterator() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::getIterator()
inherited_from\MM::getIterator()
inherited_from\MM_Output::getIterator()
-
-
-
-

getIteratorClass() -

-
getIteratorClass() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::getIteratorClass()
inherited_from\MM::getIteratorClass()
inherited_from\MM_Output::getIteratorClass()
-
-
-
-

ksort() -

-
ksort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::ksort()
inherited_from\MM::ksort()
inherited_from\MM_Output::ksort()
-
-
-
-

natcasesort() -

-
natcasesort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::natcasesort()
inherited_from\MM::natcasesort()
inherited_from\MM_Output::natcasesort()
-
-
-
-

natsort() -

-
natsort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::natsort()
inherited_from\MM::natsort()
inherited_from\MM_Output::natsort()
-
-
-
-

offsetExists() -

-
offsetExists() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::offsetExists()
inherited_from\MM::offsetExists()
inherited_from\MM_Output::offsetExists()
-
-
-
-

offsetGet() -

-
offsetGet() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::offsetGet()
inherited_from\MM::offsetGet()
inherited_from\MM_Output::offsetGet()
-
-
-
-

offsetSet() -

-
offsetSet() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::offsetSet()
inherited_from\MM::offsetSet()
inherited_from\MM_Output::offsetSet()
-
-
-
-

offsetUnset() -

-
offsetUnset() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::offsetUnset()
inherited_from\MM::offsetUnset()
inherited_from\MM_Output::offsetUnset()
-
-
-
-

Output String

-
output_string(string $string) 
-
-
-

Similar to render(), this is a shortcut -to output a string in the body of the -page.

-

Parameters

-
-

$string

-string -
-
-
-
-

Redirect 303

-
redirect_303(string $url) 
-
-
-

Shortcut function for 303 redirect

-

Parameters

-
-

$url

-string -
-
-
-
-

Render

-
render(string $view, array $data) 
-
-
-

Shortcut function for building a page

-

Parameters

-
-

$view

-string -
-
-

$data

-array -
-
-
-
-

serialize() -

-
serialize() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::serialize()
inherited_from\MM::serialize()
inherited_from\MM_Output::serialize()
-
-
-
-

setFlags() -

-
setFlags() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::setFlags()
inherited_from\MM::setFlags()
inherited_from\MM_Output::setFlags()
-
-
-
-

setIteratorClass() -

-
setIteratorClass() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::setIteratorClass()
inherited_from\MM::setIteratorClass()
inherited_from\MM_Output::setIteratorClass()
-
-
-
-

Sets custom base href

-
set_base(string $href) : \Page
-
-
-

-

Parameters

-
-

$href

-string

href

-

Returns

-
\Page
-
-
-
-

Sets custom body class

-
set_body_class(string $class) : \Page
-
-
-

-

Parameters

-
-

$class

-string -
-

Returns

-
\Page
-
-
-
-

Sets custom body id

-
set_body_id(string $id) : \Page
-
-
-

-

Parameters

-
-

$id

-string -
-

Returns

-
\Page
-
-
-
-

Sets a minified css group

-
set_css_group(string $group) : \Page
-
-
-

-

Parameters

-
-

$group

-string -
-

Returns

-
\Page
-
-
-
-

Sets custom css tags

-
set_css_tag(string $name, bool $domain, string $media) : \Page
-
-
-

-

Parameters

-
-

$name

-string -
-
-

$domain

-bool -
-
-

$media

-string -
-

Returns

-
\Page
-
-
-
-

Sets a minified javascript group for the page footer

-
set_foot_js_group(string $group, bool $debug) : \Page
-
-
-

-

Parameters

-
-

$group

-string -
-
-

$debug

-bool -
-

Returns

-
\Page
-
-
-
-

Sets minified javascript group in header

-
set_head_js_group(string $group, bool $debug) : \Page
-
-
-

-

Parameters

-
-

$group

-string -
-
-

$debug

-bool -
-

Returns

-
\Page
-
-
-
-

Sets a custom tag in the header

-
set_head_tag(string $tag) : \Page
-
-
-

-

Parameters

-
-

$tag

-string -
-

Returns

-
\Page
-
-
-
-

Sets a header for later output

-
set_header(string $key, string $val) 
-
Inherited
-
-

- - - -
inherited_from\MM_Output::set_header()
-

Parameters

-
-

$key

-string -
-
-

$val

-string -
-
-
-
-

Set Message

-
set_message(string $type, string $message, bool $return) : void
-
-
-

Adds a message to the page

-

Parameters

-
-

$type

-string -
-
-

$message

-string -
-
-

$return

-bool -
-
-
-
-

Set Meta

-
set_meta(array $meta) : \Page
-
-
-

Sets meta tags, with codeigniter native meta tag helper

-

Parameters

-
-

$meta

-array -
-

Returns

-
\Page
-
-
-
-

Sets the output buffer

-
set_output(string $string) 
-
Inherited
-
-

- - - -
inherited_from\MM_Output::set_output()
-

Parameters

-
-

$string

-string -
-
-
-
-

Sets html title string

-
set_title(string $title) : \Page
-
-
-

-

Parameters

-
-

$title

-string -
-

Returns

-
\Page
-
-
-
-

uasort() -

-
uasort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::uasort()
inherited_from\MM::uasort()
inherited_from\MM_Output::uasort()
-
-
-
-

uksort() -

-
uksort() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::uksort()
inherited_from\MM::uksort()
inherited_from\MM_Output::uksort()
-
-
-
-

unserialize() -

-
unserialize() 
-
Inherited
-
-

- - - - - - - - - - - - - -
inherited_fromArrayObject::unserialize()
inherited_from\MM::unserialize()
inherited_from\MM_Output::unserialize()
-
-
-
-

Sets server headers and doctype

-
_headers(bool $html5) : \Page
-
-
-

Also sets page mime type, based on if sent as -html or xhtml, and what the target browser -supports

-

Parameters

-
-

$html5

-bool -
-

Returns

-
\Page
-
-
- -
-

Private helper function to generate meta tags

-
_meta(array $params) : string
-
-
-

-

Parameters

-
-

$params

-array -
-

Returns

-
string
-
-
-
-

Script Tag

-
script_tag(string $js, bool $domain) : string
-
-
-

Helper function for making script tags

-

Parameters

-
-

$js

-string -
-
-

$domain

-bool -
-

Returns

-
string
-
-
-

- Properties

- 
-

Base tag

-
$base : string
-
-

-
- 
-

Class(es) to apply to the main body tag

-
$body_class : string
-
-

-
- 
-

Id to apply to the body tag

-
$body_id : string
-
-

-
- 
-

Content for outputting

-
$buffer : string
-
Inherited
-
-

- - - -
inherited_from\MM_Output::$$buffer
-
-
- 
-

CSS tags for the page

-
$css : string
-
-

-
- 
-

JS tags for the footer

-
$foot_js : string
-
-

-
- 
-

JS tags for the header

-
$head_js : string
-
-

-
- 
-

Additional header tags

-
$head_tags : string
-
-

-
- 
-

HTTP headers to send

-
$headers : array
-
Inherited
-
-

- - - -
inherited_from\MM_Output::$$headers
-
-
- 
-

Meta tags

-
$meta : string
-
-

-
- 
-

Page title

-
$title : string
-
-

-
-
-
-
-
-
-
- - diff --git a/docs/classes/MM_Session.html b/docs/classes/MM_Session.html deleted file mode 100644 index aa356dc..0000000 --- a/docs/classes/MM_Session.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -miniMVC » \MM_Session - - - - - - - - - - -
- -
-
-
- -
- -
-
-
-

Class to improve handling of PHP sessions

-
-

- - - - - - - - - -
packageminiMVC
subpackageLibraries
-

- Methods

-
-

Retreive a session value

-
__get(string $key) : mixed
-
-
-

-

Parameters

-
-

$key

-string -
-

Returns

-
mixed
-
-
-
-

Set a session value

-
__set(string $key, mixed $val) : void
-
-
-

-

Parameters

-
-

$key

-string -
-
-

$val

-mixed -
-
-
-
-

Destroy a session

-
destroy() : void
-
-

-
-
-

Start a session

-
__construct() 
-
-

-
-

- Properties

- 
-

Reference to session superglobal

-
$sess : array
-
-

-
-
-
-
-
-
-
- - diff --git a/docs/classes/Session.html b/docs/classes/Session.html deleted file mode 100644 index 0010b7a..0000000 --- a/docs/classes/Session.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -miniMVC » \Session - - - - - - - - - - -
- -
-
-
- -
- -
-
-
-

Class to improve handling of PHP sessions

-
-

- - - - - - - - - -
packageminiMVC
subpackageLibraries
-

- Methods

-
-

Retreive a session value

-
__get(string $key) : mixed
-
-
-

-

Parameters

-
-

$key

-string -
-

Returns

-
mixed
-
-
-
-

Set a session value

-
__set(string $key, mixed $val) : void
-
-
-

-

Parameters

-
-

$key

-string -
-
-

$val

-mixed -
-
-
-
-

Destroy a session

-
destroy() : void
-
-

-
-
-

Start a session

-
__construct() 
-
-

-
-

- Properties

- 
-

Reference to session superglobal

-
$sess : array
-
-

-
-
-
-
-
-
-
- - diff --git a/docs/classes/miniMVC.Controller.html b/docs/classes/miniMVC.Controller.html index 8e2ebc7..66cf03e 100644 --- a/docs/classes/miniMVC.Controller.html +++ b/docs/classes/miniMVC.Controller.html @@ -32,7 +32,7 @@ Reports