Convention-based micro-framework for PHP]]>
MM_Model
\MM_Model
\miniMVC
__construct
function
array
void
$args
array
Convention-based micro-framework for PHP]]>
DB
\DB
\Query_Builder
$instance
array
get_instance
function
string
array
\DB
$dbname
$options
array
__construct
function
array
$params
array
__call
function
string
array
mixed
$name
$params
get_last_error
function
string
Convention-based micro-framework for PHP]]>
__construct
function
__call
function
string
array
$name
$params
__toString
function
string
__invoke
function
array
\self
$params
get_instance
function
\self
__clone
function
MM
\MM
\ArrayObject
__construct
function
$members
__call
function
string
array
mixed
$name
$params
miniMVC
\miniMVC
\MM
$output
\MM_Output
__construct
function
array
$members
__call
function
string
array
$name
$args
load_class
function
string
object
$name
unload
function
string
$name
load_config
function
string
$name
Convention-based micro-framework for PHP]]>
MM_Page
\MM_Page
\MM
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
_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_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]]>
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]]>
MM_Data_Store
\MM_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]]>
Unknown
MM_Session
\MM_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]]>
shutdown
function
void
load_file
function
string
string
void
$file
$curr_path
on_error
function
int
string
string
int
\ErrorException
$severity
$message
$filepath
$line
on_exception
function
\Exception
void
$exception
is_like_array
function
mixed
bool
$var
show_404
function
void
show_error
function
string
int
$message
$status_code
controller_methods
function
string
array
$controller
route
function
void
site_url
function
string
string
$segment
to_string
function
\object/array
string
string
$data
$method
do_include
function
string
void
$path
Convention-based micro-framework for PHP]]>
config/config.php
common.php
db/autoload.php
core/miniMVC.php
ENVIRONMENT
MM_BASE_PATH
MM_SYS_PATH
MM_APP_PATH
MM_MOD_PATH
Convention-based micro-framework for PHP]]>
SHOW_DEBUG_BACKTRACE
BASE_URL
URL_INDEX_FILE
CONTENT_DOMAIN
STATIC_LIB_PATH
STYLE_PATH
SCRIPT_PATH
DEFAULT_TITLE
DEFAULT_CSS_GROUP
DEFAULT_JS_GROUP
Convention-based micro-framework for PHP]]>
Convention-based micro-framework for PHP]]>
Convention-based micro-framework for PHP]]>
Welcome_Model
\Welcome_Model
\MM_Model
__construct
function
void
Convention-based micro-framework for PHP]]>
Welcome
\Welcome
\MM_Controller
__construct
function
void
index
function
void
php
function
void
todo
fixme