Search found 5 matches
- Thu Oct 13, 2005 2:17 pm
- Forum: General Discussion
- Topic: PHP dev on OSX
- Replies: 4
- Views: 636
Re: PHP dev on OSX
2. Any differences between PHP on OSX and Windows/Linux? OSX doesn't seem to suppot Locale (LC_COLLATE, LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME) which can be frustrating when using Smarty temlates and otherwise trying to format your ouput according to locale. The locale files are in place...
- Wed Oct 12, 2005 10:06 pm
- Forum: General Discussion
- Topic: Suggestions on developement of XPATH validator
- Replies: 1
- Views: 294
Depends on your target usage. If your goal is to use it with your data access code, then it probably belongs in PHP (server side code). If you're planning to use it for DHTML manipulation or AJAX, then it should be written in JavaScript (client side code). BTW, JavaScript (JScript) is used for serve...
- Wed Oct 12, 2005 6:21 pm
- Forum: General Discussion
- Topic: Unix / OSX SQL reporting tool
- Replies: 3
- Views: 435
A friend just directed me to ReportMill:
http://www.reportmill.com/product/
I just started reading about it, but it looks promising so far.
http://www.reportmill.com/product/
I just started reading about it, but it looks promising so far.
- Wed Oct 12, 2005 6:12 pm
- Forum: General Discussion
- Topic: Unix / OSX SQL reporting tool
- Replies: 3
- Views: 435
What kind of reporting do you need to do? It might not be that difficult to roll your own (although putting it into a PDF will be a bugbear) I'm building a system that calls for numerous reports. It seems like a big time sink to keep generating one-off reports in PHP and HTML (or harder, PDF). This...
- Wed Oct 12, 2005 4:31 pm
- Forum: General Discussion
- Topic: Unix / OSX SQL reporting tool
- Replies: 3
- Views: 435
Unix / OSX SQL reporting tool
Can anybody recommend a SQL reporting tool for OS X or Unix? I’m looking for a tool that provides: * A designer for formatting the look of the report, and possibly even configures the search criteria. * A runtime engine for programmatically running the report, generating the output, * Ideally offers...