Welcome![Sign In][Sign Up]
Location:
Search - zip php

Search list

[Develop ToolsPHP中文使用手册

Description: php.zip php中文使用手册-php.zip php Chinese Manuals
Platform: | Size: 1279722 | Author: 圣雪 | Hits:

[PHPphp敏捷开发框架CodeIgniter

Description: 译序 前言 第一章 对 CodeIgniter 的介绍 1.1 CodeIgniter 能为你做什么? 1.1.1 节省时间 1.1.2 使你的网站更健壮 1.1.2.1 确保你的链接自动更新 1.1.2.2 防止对数据库的攻击:对表单输入的数据进行校验和处理 1.1.3 增强你的代码 1.1.3.1 发送 Email 和附件很简单 1.1.3.2 压缩用户要下载的文件以加快下载速度 1.2 CodeIgniter 是什么?框架又是什么? 1.3 关于开发者 1.4 “开源”商业模式 1.5 CI 不能做什么 1.6 许可协议 1.7 总结 第二章 2 分钟:建立一个 CodeIgniter 网站 2.1 准备知识 2.2 安装 CodeIgniter 2.3 分析文件结构 2.4 配置文件 2.5 它能工作吗? 2.6 总结 第三章 分析网站结构 3.1 MVC—到底有什么用? 3.2 CI 的网站结构:控制器和视图 3.2.1 Welcome 控制器 3.2.2 让视图开始工作 3.2.3 默认控制器 3.3 CodeIgniter 语法规则 3.3.1 控制器 3.3.2 视图 3.4 CI 网站上的文件或类的类型 3.5 这些文件夹的含义? 3.6 设计一个较好的视图 3.7 设计一个较好的控制器 3.7.1 把参数传给一个函数 3.7.2 传递数据到视图 3.8 CI 中的类彼此之间如何操控 3.8.1 调用视图 3.8.2 直接地调用函数 3.8.3 与控制器互动 3.8.4 这就像一个鸡蛋杯 3.8.5 一个 CI 辅助函数的例子:URL 辅助函数 3.8.6 一个简单的类库例子:创建一个菜单 3.9 总结 第四章 使用 CI 简化数据库开发 4.1 配置设置 4.2 为我们的网站设计数据库 4.3 Active Record 4.3.1 使用 Active Record 类的优点 4.3.1.1 节省时间 4.3.1.2 自动机制 4.3.2 “读取”查询 4.3.3 显示查询结果 4.3.4 “创建”和“更新”查询 4.3.5 “删除”查询 4.3.6 Active Record 和传统 SQL 编程的结合 4.4 总结 4.5 附录:使用 MYSQL 查询语句创建“websites”数据库 第五章 简化 HTML 页面和表单的设计 5.1 编写视图 5.2 PHP 语法的长格式和短格式 5.3 嵌套视图 5.4 网站架构的现实问题 5.5 CI 的表单辅助函数:输入数据 5.5.1 使用表单辅助函数的好处之一:清楚 5.5.2 使用表单辅助函数的好处之二:自动化 5.6 我的“Display”模型 5.7 CI 的验证类:方便地检验数据 5.7.1 设置验证规则 5.7.2 设置控制器 5.7.3 设置表单 5.8 总结 第六章 简化使用 Session 和安全 6.1 开始用 CI 设计一个实际的网站 6.2 关于网站 6.3 安全/Session:使用另一个 CI 类库 6.3.1 使 Session 更安全 6.4 安全 6.5 总结 第七章 CodeIgniter 和对象 7.1 面向对象编程 7.1.1 CI“超级对象”的工作原理 7.1.2 引用复制 7.2 在 CI“超级对象”中加入你自己的代码 7.3 CI“超级对象”的问题 7.4 总结 第八章 用 CI 测试你的代码 8.1 为什么测试,为谁测试? 8.2 CI 的错误处理类 8.3 CI 的单元测试类 8.3.1 什么时候使用单元测试 8.3.2 单元测试的示例 8.4 CI 的基准测试类 8.5 CI 的评测器类 8.6 用“模拟”数据库来做测试 8.7 控制和时间安排 8.8 总结 第九章 用 CI 通信 9.1 使用 FTP 类测试远程文件 9.2 机器之间的对话—XML-RPC 9.2.1 使 XML-RPC 的服务器与客户端交互 9.2.2 格式化 XML-RPC 数据交换 9.2.3 调试 9.2.4 XML-RPC 带来的问题? 9.3 与人交流的工具:Email 类 9.4 总结 第十章 CI 如何帮助提供动态的数据 10.1 日期辅助函数:转换和本地化日期 10.2 使用文本和 Inflector 辅助函数 10.3 国际化:语言类 10.4 编写 HTML 表格的好方法:表格类 10.5 缓存网页 10.6 总结 第十一章 使用 CI 处理文件和图片 11.1 文件辅助函数 11.2 下载辅助函数 11.3 文件上传类 11.4 CI 的图像类 11.5 用 CI Zip 类压缩文件很容易 11.6 总结 第十二章 产品版本、升级和重大决定 12.1 连接:检查 Config 文件 12.1.1 URL 12.1.2 数据库 12.1.3 其它 config 文件 12.2 找出 PHP 4/5 和操作系统间的差异 12.2.1 诊断工具 12.3 应对 CI 新版本带来的变化 12.3.1 如何装载模型,以及如何调用它们 12.3.2 如何初始化你自己的类库 12.4 如果有了新版 CI,我需要更新吗? 12.5 如何修改 CI 的基础类 12.6 总结 第十三章 快捷的 CRUD 及其配合使用 13.1 CRUD 模型:设计原理 13.2 标准的控制器格式 13.3 数据库表 13.4 模型的心脏:数组 13.5 CRUD 模型 13.5.1 Showall 函数 13.5.1.1 读取数据 13.5.1.2 Delete 和 Trydelete 函数 13.5.2 Insert 函数 13.5.3 Insert2 函数 13.5.4 测试套件 13.6 总结 第十四章 审视 CI 14.1 一些代码:“do_test”模型 14.2 一个平衡表 14.2.1 CI 能提供帮助的地方:结构 14.2.2 CI 能提供帮助的地方:简化 14.2.3 CI 能提供帮助的地方:额外功能 14.3 CI 的问题 14.3.1 完整性 14.3.2 易用性 14.4 总结 第十五章 资源和扩展 15.1 CI 的用户论坛 15.2 视频教程 15.2.1 可用的插件和类库 15.2.2 AJAX/Javascript 15.2.3 身份验证 15.2.4 外部网站 15.2.5 比较:使用哪个图表类库? 15.2.6 CRUD:新领域 15.2.7 其它编程资源,例如 Xampplite、MySQL 和 PHP 15.3 总结
Platform: | Size: 1176859 | Author: 280453778@qq.com | Hits:

[BooksPHP中文使用手册

Description: php.zip php中文使用手册-php.zip php Chinese Manuals
Platform: | Size: 1278976 | Author: 圣雪 | Hits:

[WEB Codearchive-2004-07-27

Description: 程式名称: TAR/GZIP/BZIP2/ZIP Archives 程式分类: PHP Class 下载 / 档案目录 程式大小: 7 KB 板面预览: 没有样板 程式简介: 可以压缩及解压 tar, gzip, bzip2, zip 的压缩档。支援相对路径, 注解及多层目录。可将档案储存到硬碟, 给访客下载, 以字串格式回传档案内容到到阵列。执行的 PHP 版本需要编译时有 --with-zlib (gzip 及 zip) 及 --with-bzip2 (bzip2)。-program name : TAR/GZIP/BZIP2/ZIP Archives programs Categories : PHP Class download/archive directory programs Size : 7 KB board preview : No programming model description : compression and decompression can tar, gzip, bzip2, zip tarballs. Support relative path, and multi-storey catalog notes. Files can be stored to the hard disk, visitors to download, format string to Return to the contents of the files arrays. The implementation of the PHP versions compiled-- with-zlib (gzip and zip) and-- with-bzip2 (bzip2).
Platform: | Size: 7168 | Author: 吕宗霖 | Hits:

[Internet-Networkzip.lib

Description: 我的一个网友写的PHP下面的zip类 最适合PHP做网上办公系统和提供网站管理程序。-I wrote a netizen PHP zip following categories best suited to do online PHP office systems and site management procedures.
Platform: | Size: 3072 | Author: 董好然 | Hits:

[Compress-Decompress algrithmsphpZip

Description: PHP空间上传打包下载工具.如果你的FTP服务器不是很好的话`你会用的着的`上传很快的-PHP Upload packing space to download tools. If your FTP server is not very good words you would use to upload the soon
Platform: | Size: 106496 | Author: 毛毛 | Hits:

[Otherphp-5.1.6-Win32

Description: php程序、 php程序、 php程序、-php procedures, p hp procedures, p hp procedures, p hp procedures,
Platform: | Size: 9507840 | Author: kudosky | Hits:

[WEB Codephp-soap_0.1.2

Description: php-soap_0.1.2.zip这是使用php实现soap的一个例子-php- soap_0.1.2.zip This is achieved using php soap example of a
Platform: | Size: 72704 | Author: 邓小 | Hits:

[Otherphp-5.2.1-Win32

Description: 数据库软件 php-5.2.1-Win32.zip-database software php- 5.2.1- Win32.zip
Platform: | Size: 9776128 | Author: 方敏 | Hits:

[WEB CodeMambors5.5.0

Description: 一个优秀的cms源码,php编写,安全稳定,最新版本-Cms an excellent source, php preparation, security and stability, the latest version
Platform: | Size: 2593792 | Author: 蚊香 | Hits:

[WEB Codephp-weathermap-0.95b

Description: Network Weathermap4RRD is a php or perl script that generates picture network links utilization. Data used to create graph are acquired from RRDTool databases or MRTG HTML files and are displayed as two ways colored arrows on a map representing the logical topology of the network.
Platform: | Size: 2789376 | Author: dontcry2008 | Hits:

[WEB Codephp_windows

Description: PHP配置全攻略之Windows篇 php安装捷径,我花了好多功夫搞齐的,里面包含xp下php架设是所有安装文件和安装设置方法.包含的文件有:apache_2.0.48-win32-x86-no_ssl.exe,mysql-4.0.17-win.zip,php-4.3.4-Win32.zip,phpMyAdmin-2.5.6.zip,ZendOptimizer-3.2.6-Windows-i386.rar,网站架设:让IIS支持PHP的配置方法.doc,PHP配置全攻略之Windows篇.doc.-PHP configuration of the entire Raiders Part php install Windows shortcut, I have spent a lot of effort to engage Aceh, which contains xp is set up under the php installation files and install all the settings approach. Contains documents: apache_2.0.48-win32-x86-no_ssl. exe, mysql-4.0.17-win.zip, php-4.3.4-Win32.zip, phpMyAdmin-2.5.6.zip, ZendOptimizer-3.2.6-Windows-i386.rar, site set up: Let IIS support for PHP
Platform: | Size: 49525760 | Author: king | Hits:

[WEB Codephpzip

Description: The class open the give ZIP File, and move the internal pointer ] to list all the files zipped on it. The returned values are ] stored in the public variable compressedList . These can be ] returned by the public method getList() . ] ] It also has Central Directory support. Means that the ZIP may contain ] additional information for each file or directory, like external ] attributes and comments. The variables are stored in the public ] variable dirSignature . These should be returned for each file ] by using the public method getExtraInfo(fileName) . If no extra ] information available, the method will return false .
Platform: | Size: 7168 | Author: zailai | Hits:

[WEB Codeunzip_php

Description: UnzipPHP is a tools for zip file on server.
Platform: | Size: 29696 | Author: dainv | Hits:

[WEB CodephpZip

Description: 文件介绍: phpZip.exe 本地压缩或解压的程序 phpZipExt.dll 辅助 phpZip 运行的 DLL(没有此DLL程序也可以运行,但不能与Explorer集成) unzip.php 服务器端将压缩后文件解开 zip.php 服务器端将文件夹打包压缩下载 rm.php 脚本删除比较顽固的文件或文件夹的工具 -server-side folder rm.php Download compressed package comparison script to delete stubborn file or folder tools
Platform: | Size: 105472 | Author: 张导 | Hits:

[WEB Codeffmpeg-php-win32-all

Description: php语言编写,是php扩展包,压缩包中含有php_ffmpeg.dll,avcodec-51.dll,avutil-49.dll等。功能:把用户上传的视频转化成.flv文件。-have : php_ffmpeg.dll,avcodec-51.dll,avutil-49.dll
Platform: | Size: 2727936 | Author: 王政 | Hits:

[WEB Coderoomrackalpha1-2.ZIP

Description: 采用PhP语言开发的酒店预订管理系统,实现了酒店预订等功能,较完善。-Language development using PhP hotel reservation management system to achieve the hotel reservations and other functions, be more satisfactory.
Platform: | Size: 102400 | Author: sdx | Hits:

[Otherphp-5.2.3-Win32

Description: php-5.2.3-Win32.zip php-5.2.3-Win32.zipphp-5.2.3-Win32.zip
Platform: | Size: 9847808 | Author: simon | Hits:

[WEB Codephp-5.3.3-nts-Win32-VC9-x86

Description: windows下的php软件包w indows下的php软件包-php under windows windows packages under the package php php packages under windows
Platform: | Size: 15143936 | Author: 黄力 | Hits:

[WEB CodePHP

Description: zip10.php 在线压缩程序 unzip10.php 在线解压程序 默认密码 123456 ---------------------------------------------------------------------------------- zip10.php使用方法: 使用方法:输入验证密码后,勾选需要压缩的目录或文件然后点击“开始压缩即可”。 压缩的结果保留原目录结构。★ 将源代码打包成ZIP格式 ★ ---------------------------------------------------------------------------------- unzip10.php使用方法: 使用方法:把源代码打包ZIP文件通过FTP上传到本文件相同的目录下, 选择ZIP文件或点击“浏览...”上传源代码打包ZIP文件。 解压的结果保留原来的目录结构。★ 必需将源代码打包成ZIP格式 ★ ---------------------------------------------------------------------------------- 以下内容没必要关注,设置属性可在FTP里完成. LINX主机 解压后设置目录属性(有的程序是777,有的是755) WIN主机 不需要设置目录属性,直接解压即可。 (如新建一目录,,设置为777属性,直接把文件解压放在目录里面)-zip10.php-line compression program unzip10.php online decompressor default password 123456---------------------------------------------------------------------------------- zip10. php Usage: Usage: Enter the verification password, check the need to compress the directory or file and click \u0026quot Start compression can be.\u0026quot
Platform: | Size: 9216 | Author: 阿峰 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net