b2evolution

Multilingual multiuser multiblog engine

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

Procedural File: admin.php

Source Location: /blogs/admin.php

Page Details

This is the main dispatcher for the admin interface.

IF YOU ARE READING THIS IN YOUR WEB BROWSER, IT MEANS THAT PHP IS NOT PROPERLY INSTALLED ON YOUR WEB SERVER. IF YOU DON'T KNOW WHAT THIS MEANS, CONTACT YOUR SERVER ADMINISTRATOR OR YOUR HOSTING COMPANY.

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

Version:  $Id: admin.php,v 1.37 2010/02/08 17:50:26 efy-yury Exp $
Copyright:  

(c)2003-2010 by Francois PLANQUE - http://fplanque.net/ Parts of this file are copyright (c)2004-2006 by Daniel HAHLER - http://thequod.de/contact. Parts of this file are copyright (c)2005-2006 by PROGIDISTRI - http://progidistri.com/.

Filesource:  Source Code for this file
Includes
require ($inc_path.$ctrl_mappings[$ctrl]) [line 223]

This is the Admin UI object which handles the UI for the backoffice.

API Tags:
Global:  AdminUI 0:

[ Top ]

require (_access_denied.main.php) [line 60]
[ Top ]

require_once (dirname(__FILE__).'/conf/_config.php') [line 44]

Do the MAIN initializations:

[ Top ]

require_once (_async.inc.php) [line 67]
[ Top ]

require_once (_main.inc.php) [line 54]
API Tags:
Global:  boolean 0: Is this an admin page? Use is_admin_page() to query it, because it may change.

[ Top ]

require_once ($adminskins_path.$admin_skin.'/_adminUI.class.php') [line 165]

Load the AdminUI class for the skin.

[ Top ]



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