[PHP] constant arrays or something like #define in c

2001-08-23 Thread Gregor Maier
Hi, I'm looking for a way to get a constant array or something that is similiar to a #define XYZ abc in C. I want to be able to do the following: DEFINE SOMEHOW: abc as XYZ (like #define XYZ abc) where abc is an array. So that XYZ is replaced by abc. so that I can use XYZ[key] in my

Re: [PHP] constant arrays or something like #define in c

2001-08-23 Thread Andrey Hristov
this helps. Andrey Hristov IcyGEN Corporation http://www.icygen.com 99% - Original Message - From: Gregor Maier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 6:16 PM Subject: [PHP] constant arrays or something like #define in c Hi, I'm looking for a way to get

Re: [PHP] constant arrays or something like #define in c

2001-08-23 Thread Gregor Maier
://www.icygen.com 99% - Original Message - From: Gregor Maier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 6:16 PM Subject: [PHP] constant arrays or something like #define in c Hi, I'm looking for a way to get a constant array or something that is similiar

Re: [PHP] constant arrays or something like #define in c

2001-08-23 Thread Andrey Hristov
://www.icygen.com 99% - Original Message - From: Gregor Maier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 6:37 PM Subject: Re: [PHP] constant arrays or something like #define in c Unfortunaly that's not an option because I must be able to make the define in the code