Improve Inflections
Reported by Dan Schultz | March 10th, 2011 @ 09:38 PM | in 0.3.0
The inflection library, which is based on the Rails
implementation, incorrectly pluralizes and singularizes a lot of
words. For instance singularize("doves")
turns into
dofe
. CakePHP and kuwamoto.org appear to have better
implementations.
CakePHP inflector.php:
https://github.com/cakephp/cakephp/blob/master/cake/libs/inflector.php
kuwamotot.org inflector:
http://kuwamoto.org/2007/12/17/improved-pluralizing-in-php-actionsc...
Comments and changes to this ticket
-
Dan Schultz April 6th, 2011 @ 05:11 AM
- Milestone changed from 0.2.0 to 0.3.0
- Milestone order changed from 21 to 0
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Mesh is an open-source persistence framework for Adobe Flex. It is designed to make the persistence of your application's model easier. Mesh provides the mechanisms for defining the associations between your model's entities, tracking which objects need to be saved, and mapping your entities to backend services.
<p>
<strong>Wiki</strong>
The Mesh wiki is hosted on GitHub at <a href="https://github.com/danschultz/mesh/wiki">https://github.com/danschultz/mesh/wiki</a>.
</p>
<p>
<strong>Source Code</strong>
Mesh is hosted on GitHub at <a href="http://github.com/danschultz/mesh">http://github.com/danschultz/mesh</a>.
</p>