\Nano4

Namespaces

Controllers
Data
DB
Loader
Meta
Models
Plugins
Utils

Classes

Exception The base class for Nano Exceptions
Nano The base class for the Nano framework.

Functions

get_instance()

get_instance() 

Get the current Nano4 instance.

get_php_content()

get_php_content(  $__view_file,   $__view_data = NULL) 

Get the output content from a PHP file.

This is used as the backend function for all View related methods.

Parameters

$__view_file
$__view_data

initialize()

initialize(  $opts = array()) 

Create and initialize a Nano4 object.

This also sets up the autoloader unless 'skip_autoload' is true.

Parameters

$opts

register()

register(  $opts = array()) 

Set up autoloader.

Parameters

$opts