06-04-2008, 12:07 AM
|
#4 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 166
Thanks: 0
|
I believe you have to have an empty block before any code. I'm not sure though. Something like
PHP Code:
..end of file-level Docblock */
/**
*/
include($_SERVER['DOCUMENT_ROOT'].'/bin/lib/tuatara.config.php');
// Session is instantiated within controller
tuatara::loadEmpty('core', 'session');
// Page Specific
$szCommand = (array_key_exists('cmd', $_GET)) ? $_GET['cmd'] : 'logout';
new controller($szCommand);
/**
* ..start of class-level Docblock..
__________________
Eric
|
|
|
|