If anyone is interested, I just posted a list of the PHP constants defined by EE in the Wiki.
The developers among you may find this useful (as I have).
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
October 07, 2009 3:44pm
Subscribe [2]#1 / Oct 07, 2009 3:44pm
If anyone is interested, I just posted a list of the PHP constants defined by EE in the Wiki.
The developers among you may find this useful (as I have).
#2 / Oct 07, 2009 8:15pm
This is certainly very useful! Thanks.
print_r( get_defined_constants(TRUE) );