RE: [PHP] What good are constants if you can't use them in anarray? [solved] I'm a jerk.

2006-08-02 Thread Daevid Vincent
Why is PHP so lame... Why are you trolling on the PHP list? Not trolling. Just frustrated. Apologies. Furthermore, you aren't even using them properly. The documentation clearly shows the following usage: ClassName::constant This is how you have to use it. self::constant

Re: [PHP] What good are constants if you can't use them in anarray? [solved] I'm a jerk.

2006-08-02 Thread Jochem Maas
Daevid Vincent wrote: Why is PHP so lame... Why are you trolling on the PHP list? Not trolling. Just frustrated. Apologies. Furthermore, you aren't even using them properly. The documentation clearly shows the following usage: ClassName::constant This is how you have to use it.