b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 2.4) [ class tree: evocore ] [ index: evocore ] [ all elements ]

Procedural File: async.php

Source Location: /blogs/htsrv/async.php

Page Details

This is the handler for asynchronous 'AJAX' calls.

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

Version:  $Id: async.php,v 1.26 2008/01/21 09:35:23 fplanque Exp $
Copyright:  

(c)2003-2008 by Francois PLANQUE - http://fplanque.net/

Filesource:  Source Code for this file
Includes
require (_access_denied.main.php) [line 48]
[ Top ]

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

Do the MAIN initializations:

[ Top ]

require_once (_async.inc.php) [line 109]

Call the handler/dispatcher (it is a common handler for asynchronous calls -- both AJax calls and HTTP GET fallbacks)

[ Top ]

require_once (_main.inc.php) [line 41]

HEAVY :(

Information Tags:
Todo:  dh> refactor _main.inc.php to be able to include small parts (e.g. $current_User, charset init, ...) only.. It worked already for $DB (_connect_db.inc.php). fp> I think I'll try _core_main.inc , _evo_main.inc , _blog_main.inc ; this file would only need _core_main.inc
[ Top ]



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