Source Location: /tinymvc/sysfiles/TinyMVC.php
[line 85]
TMVC_MYAPPDIR = TMVC_BASEDIR.'myapp'.DS
[ Top ]
[line 12]
TMVC_VERSION = '1.0.1'
* Name: TinyMVC About: An MVC application framework for PHP Copyright: (C) 2007, New Digital Group Inc.
Author: Monte Ohrt, monte [at] ohrt [dot] com License: LGPL, see included license file *
[ Top ]
void tmvc_error_handler(
$errno, $errstr, $errfile, $errline)
[line 70]
tmvc_error_handler
the internal error handler function
[ Top ]
boolean __autoload(
string $class_name)
[line 52]
__autoload
auto-load internal plugin classes
[ Top ]