b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (CVS HEAD) [ class tree: evocore ] [ index: evocore ] [ all elements ]

Procedural File: _class5.funcs.php

Source Location: /blogs/inc/_core/_class5.funcs.php

Page Details

Function for handling Classes in PHP 5.

In PHP4, _class4.funcs.php should be used instead.

This file is part of the evoCore framework - http://evocore.net/ See also http://sourceforge.net/projects/evocms/.

Author:  blueyed: Daniel HAHLER.
Version:  $Id: _class5.funcs.php,v 1.28 2010/02/08 17:51:28 efy-yury Exp $
Copyright:  

(c)2010 by Francois PLANQUE - http://fplanque.net/ Parts of this file are copyright (c)2009 by Daniel HAHLER - http://daniel.hahler.de/.

Filesource:  Source Code for this file
Functions
evocms_autoload_class  [line 50]

void evocms_autoload_class( $classname  )

Autoload the required .class.php file when a class is accessed but not defined yet.

This gets hooked into spl_autoload_register (preferred) or called through __autoload. Requires PHP5.

Parameters:
   $classname: 


[ Top ]
__autoload  [line 74]

void __autoload( $classname  )
Parameters:
   $classname: 


[ Top ]


Documentation generated on Sat, 06 Mar 2010 04:03:48 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).