文件名称:Inflector:英语名词复数和单数的变形符
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-16 09:36:42
PHP
反射器 使英语名词复数和单数的变形词。 这个 Inflector 是 Ruby on Rails Inflector 的一个端口。 对于想要基于命名约定而不是配置创建框架的开发人员来说,它真的很有帮助。 它被移植到 PHP 的 Akelos 框架,这是一个多语言的 Ruby on Rails,类似于 PHP 的框架。 作者:伯米·费雷尔·马丁内斯 版权所有:Copyright (c) 2002-2006, Akelos Media, SL 许可证:GNU 宽松通用公共许可证 使用示例 <?php /* Singular to plural / Plural to singular */ echo Inflector :: pluralize ( 'search' ); // outputs searches echo Inflector :: singularize ( 'c
【文件预览】:
Inflector-master
----composer.json(449B)
----readme.md(2KB)
----tests()
--------bootstrap.php(285B)
--------Inflector.phpt(2KB)
----src()
--------Inflector.php(9KB)
----.gitignore(23B)