*****************************************************************************
myMVC - Model-View-Controller for PHP * Copyright (C) 2012 Luca Bertoncello * Hartigstrasse, 12 - 01127 Dresden Deutschland * E-Mail: lucabert@lucabert.de, lucabert@lucabert.com * http://www.lucabert.de/ http://www.lucabert.com/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation; version 2.1 of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *****************************************************************************
**********************************************
Alert-types for ErrorHandlers **********************************************
********************************************** Defaults for session
To use database session, define the following:
**********************************************
If not already specified, paths for error and debug log file **********************************************
In order to load all myMVC-classes, we use an autoload function.
You can use your own function to load your classes, using spl_autoload_register or just defining a __autoload() function, before including this file!
**********************************************
If not already specified, paths for error page **********************************************
********************************************** Function get_called_class is just in PHP >= 5.3.0 available...
So here a rewrite of this function! **********************************************
Autoload function.
If the user tried to call a myMVC class
Documentation generated on Wed, 27 Jun 2012 09:45:15 +0200 by phpDocumentor 1.4.4