Class: TinyMVC_Load

Source Location: /tinymvc/sysfiles/plugins/internal.TinyMVC_Load.php

Class Overview [line 20]


TinyMVC_Load

Author(s):

  • Monte Ohrt

Version:

Copyright:

Variables

Constants

Methods


Inherited Variables

Inherited Constants

Inherited Methods



Class Details

TinyMVC_Load

Tags:

[ Top ]


Class Variables


Class Methods

__construct

TinyMVC_Load __construct( )

[line 27]

class constructor

Tags:

  • access - public

Parameters:

[ Top ]

library

boolean library( string $class_name, [string $alias = null], [string $filename = null])

[line 96]

library

load a library plugin

Tags:

  • access - public

Parameters:

  • string $class_name - the class name
  • string $alias - the property name alias
  • string $filename - the filename

[ Top ]

model

boolean model( string $model_name, [string $model_alias = null], [string $filename = null])

[line 40]

model

load a model object

Tags:

  • access - public

Parameters:

  • string $model_name - the name of the model class
  • string $model_alias - the property name alias
  • string $filename - the filename

[ Top ]

script

boolean script( string $script_name)

[line 160]

script

load a script plugin

Tags:

  • access - public

Parameters:

  • string $script_name - the script plugin name

[ Top ]


Class Constants


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