A. Shore
unread,Jul 27, 2009, 9:02:37 AM7/27/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Open Source CAD - Dev
Everyone's least-favorite topic, and I have to apologize for bringing
this up at this late date. But if you haven't already done so,
please:
1. Do look at the top of the incs/function.inc.php script, and note
the GLOBALS. I think they provide both convenience and future
flexibility (at the admitted cost of the time to look into it.) by
avoiding the need to hard-code data-centered values.
2. Also note the date-tagging. I think this helps a bit when looking
into WHAT DID I/HE DO TO THIS FILE?
3. This file also provides a lot of utilty functions; date/time, data
format conversions, etc. (Prbly too many - but consistent with PHP's
volumes of functions. So a suggestion: If you think you're doing
something useful in a number of situations, and can reasonably package
it into a somnewhat generic function, consider this file as a
reasonable holder, since it's included in virtually every Tickets
module/file.
Thanks, all!
AS