Convention-based micro-framework for PHP

]]>
MM_Page \MM_Page \MM_Output All methods are chainable, with the exception of the constructor, build_header(), build_footer(), and _headers() methods.

]]>
$meta string $head_js string $foot_js string $css string $title string $head_tags string $body_class string $body_id string $base string __construct function void $controller __destruct function _headers function Also sets page mime type, based on if sent as html or xhtml, and what the target browser supports

]]>
bool \Page
$html5
set_meta function Sets meta tags, with codeigniter native meta tag helper

]]>
array \Page
$meta
set_head_js_group function string bool \Page $group $debug set_css_group function string \Page $group set_foot_js_group function string bool \Page $group $debug set_title function string \Page $title set_body_class function string \Page $class set_body_id function string \Page $id set_base function string \Page $href set_css_tag function string bool string \Page $name $domain $media set_head_tag function string \Page $tag build_header function bool \Page $html5 build_footer function script_tag function Helper function for making script tags

]]>
string bool string
$js $domain
set_message function Adds a message to the page

]]>
string string bool void
$type $message $return
redirect_303 function Shortcut function for 303 redirect

]]>
string
$url
render function Shortcut function for building a page

]]>
string array
$view $data
output_string function Similar to render(), this is a shortcut to output a string in the body of the page.

]]>
string
$string
_meta function array string $params _link_tag function array string $params
Convention-based micro-framework for PHP

]]>
MM_Output \MM_Output \MM $buffer string $headers array __construct function void __destruct function void set_header function string string $key $val append_output function string $string set_output function string $string flush_headers function
Convention-based micro-framework for PHP

]]>
Generic __construct function __invoke function array \self $params get_instance function \self __clone function
Convention-based micro-framework for PHP

]]>
Generic __construct function array void $members __call function string array $name $params
Convention-based micro-framework for PHP

]]>
__toString function string __invoke function array $args
Convention-based micro-framework for PHP

]]>
MM_Controller \MM_Controller \miniMVC $page \Page __construct function void load_model function string array void $file $args load_view function string array bool mixed $file $data array $return
Convention-based micro-framework for PHP

]]>
DB \DB \Query_Builder $instance array get_instance function string array \DB $dbname $options array get_last_error function string
Convention-based micro-framework for PHP

]]>
miniMVC \miniMVC \MM __construct function array $members unload function string $name load_config function string $name
Convention-based micro-framework for PHP

]]>
MM \MM \ArrayObject __construct function $members __call function string array mixed $name $params
Convention-based micro-framework for PHP

]]>
MM_Model \MM_Model \miniMVC __construct function array void $args array
Convention-based micro-framework for PHP

]]>
Data_Store \Data_Store value data store]]> $current $instance __construct function __destruct function __clone function __get function string mixed $key __set function string $key $val get_instance function \self del function string void $key get_all function object
Convention-based micro-framework for PHP

]]>
Session \Session $sess array __construct function __set function string mixed void $key $val __get function string mixed $key destroy function void
Convention-based micro-framework for PHP

]]>
sys_autoload function $name autoload function $name shutdown function void on_error function int string string int \ErrorException $severity $message $filepath $line on_exception function \Exception void $exception show_404 function void show_error function string int $message $status_code is_like_array function mixed bool $var controller_methods function string array $controller site_url function string string $segment to_string function \object/array string string $data $method do_include function string void $path init function void route function void
Convention-based micro-framework for PHP

]]>
config/config.php common.php ENVIRONMENT MM_BASE_PATH MM_SYS_PATH MM_APP_PATH MM_MOD_PATH
todo fixme