hi bakers,
I just stumbled across a weird problem and not sure whether its a bug
in my code or Core library.
I am using Inflector::Singularize to convert tags into singular form.
However, during my test, I found singularize function converts "Is" to
"I", which seems wrong. simply try this
debug(Inflector::singularize('is')); //this will return "I".
does anyone known how to solve this problem ? (in a generic way)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---