|
Posted by Jim Carlock on 03/12/07 18:46
Jim Carlock posted...
<snip>
// constants are optional... recommended, and an editor such
// as SciTE recommended when messing with such things.
// SciTE is easily configurable to handle ALL your constants
// and functions and can easily provide Intellisense to help
// with your software development.
define("AUTOMOTIVE", 0);
define("BUILDING", 1);
define("ADHESIVES", 2);
define("ROOFING", 3);
define("LUMBER", 4);
define("HARDWOOD", 5);
define("HARDWOOD_STEEL", 6);
define("STRUCTURAL", 7);
define("TREATED", 8);
define("PLUMBING", 9);
define("ROOFING", 10);
define("ROOFING_ASPHALT", 11);
define("ROOFING_METAL", 12);
</snip>
I referenced SciTE and forgot to provide a link to it. It's
a really great editor for many languages out there.
http://sourceforge.net/projects/scintilla/
Scintilla is the DLL (library behind) for SciTE and there's
a few popular commercial PHP editors that sell themselves
using the Scintilla DLL.
Glad to hear you got your stuff worked out.
--
Jim Carlock
Post replies to the group.
Navigation:
[Reply to this message]
|