php tokenizer and phpDocumentor
Posted: Mon May 01, 2006 6:51 pm
I'm sitting down today thinking about how phpDocumentor works and it occurs to me...
How the heck does it properly determine include files if you use the following technique:
How could you get this problem? If writing a documentor...not from the programmer perspective...as you would just use static strings...
Cheers
How the heck does it properly determine include files if you use the following technique:
Code: Select all
include_once("$path/class.mysome.php");Cheers