Thread: phpDoc
View Single Post
Old 06-04-2008, 12:07 AM   #4 (permalink)
wGEric
The Acquainted
 
wGEric's Avatar
 
Join Date: Nov 2007
Posts: 166
Thanks: 0
wGEric is on a distinguished road
Default

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
wGEric is offline  
Reply With Quote