GKChesterton
Programmer
A table display routine in osCommerce has this bit of goodness:
I find that MAX_DISPLAY_CATEGORIES_PER_ROW is 3. I'd like to change that to 1. What I expect to find in the myriad lines of PHP from osCommerce is something like:
However, searching on the constant name only shows the line I've snipped and some immediate neighbors. Not a definition.
How can a search on all pages for "max_display_categories" (not case sensitive, not whole word) fail to bring up the declaration? How can I get to it?
Code:
$width = (int)(100 / MAX_DISPLAY_CATEGORIES_PER_ROW) . '%';
Code:
defi[s][/s]ne('MAX_DISPLAY_CATEGORIES_PER_ROW','3')
How can a search on all pages for "max_display_categories" (not case sensitive, not whole word) fail to bring up the declaration? How can I get to it?
[purple]If we knew what it was we were doing, it would not be called
research [blue]database development[/blue], would it? [tab]-- Albert Einstein[/purple]