Home > Backend Development > PHP Tutorial > 中文分类或者关键字按拼音首字母排序

中文分类或者关键字按拼音首字母排序

WBOY
Release: 2016-06-06 20:50:13
Original
1441 people have browsed it

目前知道以下这两种方案:
1. 录入时提取中文首字拼音的首字母存入数据库
2. 前台展示之前提取首字母并归类

有两个问题:
1. 以上的两种方案哪个更优?或者说有没其它方案?
2. 提取首字母有什么好的方案?(已在 github上找到一种 中文转拼音后再提取首字母,但不知道这种方案好坏与否)

回复内容:

目前知道以下这两种方案:
1. 录入时提取中文首字拼音的首字母存入数据库
2. 前台展示之前提取首字母并归类

有两个问题:
1. 以上的两种方案哪个更优?或者说有没其它方案?
2. 提取首字母有什么好的方案?(已在 github上找到一种 中文转拼音后再提取首字母,但不知道这种方案好坏与否)

存入数据库吧,这样以后如果做首字母匹配搜索也方便。

或者你可以考虑换用完整拼音:http://www.oschina.net/code/snippet_115552_4975

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template