搜索资源列表
htmlSQL
- htmlSQL是一个是你可以方便的对HTML和XML内容方便的使用类似SQL语句进行检索的PHP类.也就是说有了它,你不必再去写复杂的函数(正则表达式那类的)来获取特殊的值了. 用htmlSQL查询的方法的例子: SELECT href,title FROM a WHERE $class == \"list\" ^ ^ ^ 搜索查询 (可以为空) 待返回的属性 ^ ^ 需要搜索的HTML标签 允许使用\"*\"(= 所有标签) 这个查询返回一个包括
class.xml.php
- XML解析类,使用PHP自带的xml_parser类函数进行封装,功能强大,灵活方便-class used for xml parser
readxml
- php分析xml的类,并带有示例。用起来很方便。-php xml class analysis and with examples. Easy to use.
class.xml.sitemap.generator.php.tar
- Regardless of the programming or scr ipting language used, it is always a good idea to insert comments in scr ipts, explaining what the next lines or block of code is trying to accomplish, how and/or why. Comments in batch files are usually plac
php_sql
- 将数组,HTML,XML或JSON文件转换为SQL语法。 使用 ======================== - SELECT *FROM myArray ORDER BY key DESC,value ASC, - SELECT key,value FROM myArray WHERE value= 100 , - SELECT * FROM json_file(my_json_file.txt), - SELECT * FROM xml_file(http:
SiteEngine
- 详细介绍: 全面采用UTF-8编码开发 增加单点登录功能 增加在模版中运行php代码的功能 增加批量删除的功能 增加为DW插件类别XML文件 增加模板缓存机制 增加在数据库备份时,自动选择导出的数据库版本 增加调用远程信息的功能(主要体现在集群版上,能够将信息在集群的网站上相互调用) 增加按照用户投票、上传用户、厂商显示模块列表 增加频道分页功能-Detailed introduction: Full use of UTF-8 coding deve
xml.class.php
- xml class is a good class for php
XMLTools
- php解析和反解析工具类,可以把json的数据转换成xml格式,也可以把xml的数据反解析成json。(PHP parsing and parsing tool class, you can convert JSON data into XML format, you can also XML data parsing into json.)