[pmwiki-devel] underscores in group names

marc gmane at auxbuss.com
Mon Jan 1 04:25:55 CST 2007


Ben Stallings said...
> 
> While I'm at it... another problem I've been running into with this 
> approach is that table names are rarely capitalized in the CamelCaps 
> that PmWiki favors.  I've been circumventing this so far by using 
> strtolower() on all names before comparing them, but that's kind of 
> shooting from the hip.  Is there a better, more precise way I should 
> know about, like perhaps a PmWiki function that's designed for that very 
> purpose?

I saw this and I concluded that your chosen method is a limitation that 
I could certainly live with, especially if it saves you a lot of coding 
work.

Btw, keep in mind that on Windows, MySQL converts all table names to 
lower case. If you are developing on Windows, then you might hit a few 
case-related problems when moving the code to *nix.

-- 
Cheers,
Marc




More information about the pmwiki-devel mailing list