Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Tim Koschuetzki's Blog:
CakePHP Pluralize Helper
Nov 05, 2007 @ 19:48:00

Tim Koschuetzki has another CakePHP tip to share on his blog today - a helper that lets you pluralize a word easily.

Here is a small helper file for the CakePHP framework that will help you turn a subject into the pluralized form depending on a parameter.

His example shows how to use the tool, pluralizing the word "article". The Helper uses CakePHP's Inflector class to base the transition on ("so that special cases like "baby/babies" are taken care of as well").

tagged: cakephp framework helper pluralize plural inflector cakephp framework helper pluralize plural inflector

Link:

Tim Koschuetzki's Blog:
CakePHP Pluralize Helper
Nov 05, 2007 @ 19:48:00

Tim Koschuetzki has another CakePHP tip to share on his blog today - a helper that lets you pluralize a word easily.

Here is a small helper file for the CakePHP framework that will help you turn a subject into the pluralized form depending on a parameter.

His example shows how to use the tool, pluralizing the word "article". The Helper uses CakePHP's Inflector class to base the transition on ("so that special cases like "baby/babies" are taken care of as well").

tagged: cakephp framework helper pluralize plural inflector cakephp framework helper pluralize plural inflector

Link:


Trending Topics: