You generally need a page level docblock to come before the class
level docblock...

<?php
/**
 * (c) statement etc
 * @package myapp
 */
require_once 'somefileineed.php';

/**
 * Main class docblock
 *
 * More here
 *
 * @abstract
 */
class MyClass ...


However, it should work fine without... I have never run into any
problems with this...

--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to