Procedural File: TinyMVC.php

Source Location: /tinymvc/sysfiles/TinyMVC.php



Classes:

tmvc
tmvc

Page Details:


Includes:
include(TMVC_MYAPPDIR.'configs'.DS.'autoload.php') [line 134]
include($controller_file) [line 105]
include(TMVC_MYAPPDIR.'configs'.DS.'application.php') [line 88]


TMVC_MYAPPDIR

[line 85]

TMVC_MYAPPDIR = TMVC_BASEDIR.'myapp'.DS

[ Top ]

TMVC_VERSION

[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 ]


tmvc_error_handler

void tmvc_error_handler( $errno, $errstr, $errfile, $errline)

[line 70]

tmvc_error_handler

the internal error handler function

Tags:

  • access - public

Parameters

  • $errno -
  • $errstr -
  • $errfile -
  • $errline -

[ Top ]

__autoload

boolean __autoload( string $class_name)

[line 52]

__autoload

auto-load internal plugin classes

Tags:

  • return - success or failure
  • access - public

Parameters

  • string $class_name - the class name we are trying to load

[ Top ]


Documentation generated on Tue, 26 May 2009 14:50:38 -0700 by phpDocumentor 1.4.1