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_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 ]
