I wish PHP supported...
Posted: Mon Mar 27, 2006 8:46 pm
C style pre-processor macros...
I have encountered an instance where, although using functions works, it's a messy couple of lines needed in alot of functions...and I cannot normalize the code any further using a single function...
It really sucks...and it's not nessecary for anyone to see the details of whats happening just to know it's there would be awesome...but instead of a single nice little macro which expands into my ad hoc hack, I have to use functions...
Bummer
I have encountered an instance where, although using functions works, it's a messy couple of lines needed in alot of functions...and I cannot normalize the code any further using a single function...
It really sucks...and it's not nessecary for anyone to see the details of whats happening just to know it's there would be awesome...but instead of a single nice little macro which expands into my ad hoc hack, I have to use functions...
Bummer