文档中心

iPHP框架文档

开始使用

iPHP简介

iPHP框架结构

iPHP
|-- core [iPHP 核心类库]
|   |-- Gmagick.class.php [Gmagick缩略图兼容]
|   |-- iCache.class.php [缓存系统]
|   |-- iDevice.class.php [设备适配]
|   |-- iFileCache.class.php [文件缓存]
|   |-- iFileSystem.class.php [文件系统]
|   |-- iHttp.class.php [网络请求]
|   |-- iMap.class.php [iMap 一对多应射]
|   |-- iMysql.class.php [php 5.5以下版本 Mysql操作]
|   |-- iMysqli.class.php [php 5.5以上版本 Mysql操作]
|   |-- iPages.class.php [分页]
|   |-- iPgsql.class.php [PostgreSQL操作]
|   |-- iPicture.class.php [图片水印/马赛克]
|   |-- iPinyin.class.php [拼音]
|   |-- iPlugin.class.php [插件]
|   |-- iQuery.class.php [仿jQuery]
|   |-- iSQL.class.php [SQL处理]
|   |-- iSQLite.class.php [SQLite操作]
|   |-- iSeccode.class.php [验证码生成]
|   |-- iSecurity.class.php [安全过滤]
|   |-- iSession.class.php [session]
|   |-- iTemplateLite.class.php[模板类]
|   |-- iThumb.class.php [缩略图处理类]
|   |-- iUI.class.php [UI]
|   |-- iURL.class.php [路由]
|   |-- iView.class.php [视图]
|   |-- iWAF.class.php [WAF安全过滤]
|   |-- memcached.class.php [memcached]
|   |-- pinyin.table [拼音库]
|   |-- redis.class.php [redis]
|   |-- seccode.otf [验证码字体]
|   `-- template [模板系统]
|       |-- internal
|       `-- plugins [模板系统插件]
|           |-- block.capture.php
|           |-- block.strip.php
|           |-- block.textformat.php
|           |-- compiler.debug.php
|           |-- compiler.tplheader.php
|           |-- function.counter.php
|           |-- function.cycle.php
|           |-- function.in_array.php
|           |-- function.math.php
|           |-- function.merge.php
|           |-- function.wxml.php
|           |-- modifier.call.php
|           |-- modifier.capitalize.php
|           |-- modifier.cat.php
|           |-- modifier.count_characters.php
|           |-- modifier.count_paragraphs.php
|           |-- modifier.count_sentences.php
|           |-- modifier.count_words.php
|           |-- modifier.debug_print_var.php
|           |-- modifier.default.php
|           |-- modifier.escape.php
|           |-- modifier.explode.php
|           |-- modifier.indent.php
|           |-- modifier.keys.php
|           |-- modifier.lower.php
|           |-- modifier.method.php
|           |-- modifier.print_r.php
|           |-- modifier.regex_replace.php
|           |-- modifier.replace.php
|           |-- modifier.spacify.php
|           |-- modifier.string_format.php
|           |-- modifier.strip.php
|           |-- modifier.truncate.php
|           |-- modifier.upper.php
|           |-- output.clean.php
|           |-- shared.escape_chars.php
|           `-- shared.make_timestamp.php
|-- iPHP.class.php [iPHP类]
|-- iPHP.compat.php [兼容]
|-- iPHP.define.php [常量定义]
|-- iPHP.php [iPHP入口]
|-- iPHP.version.php [iPHP版本信息]
`-- library [公共库]
    |-- PHPMailer [邮件库]
    |   `-- PHPMailerAutoload.php
    |-- htmlpurifier-4.6.0 [html安全过滤库]
    |   `-- HTMLPurifier.php
    |-- pclzip.class.php  [zip库]
    |-- phpQuery.php [phpQuery]
    |-- sphinx.class.php [sphinx]
    |-- tbapi.class.php [淘客API]
    `-- vendor [公共库接口]
        |-- Vendor.CleanHtml.php
        |-- Vendor.SPHINX.php
        |-- Vendor.SendMail.php
        `-- Vendor.TBAPI.php

评论

凝望 1
该版本是否支持PHP7.1
fengx 2
<a href="javascript:confirm(2)">123</a>
zifan 3
真希望能加一个多语言识别,根据语言和设备切换不同的模板,
zifan 4
真希望能加一个多语言识别,根据语言和设备切换不同的模板,
zifan 5
真希望能加一个多语言识别,根据语言和设备切换不同的模板,
xianzhi0520 6
想问一下 这个是不是 以前的艾梦cms icms
验证码 换一张
取 消