博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
The PEAR Installer Manifesto
阅读量:4234 次
发布时间:2019-05-26

本文共 1047 字,大约阅读时间需要 3 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

This book will show you a new way of organizing your PHP development, by leveraging the full power of the PEAR Installer. In a sense, the PEAR Installer is a step above a software design pattern, a meta-development pattern that can be used to systematically organize all of your PHP development. You will learn how to organize your code into packages using the package.xml format. You will learn about the revolutionary new PEAR Channel concept, and how to safely and reliably depend on external PHP libraries from sources such as pear.php.net and other PEAR channels.

You will learn about the PEAR_PackageFileManager package, and how to customize individual installations of your PHP code through file roles, file tasks, and post-installation scripts. In addition, you will learn how to use the power of PEAR to manage your web projects with the PEAR installer to bring the power of versioning and rollbacks to your live website.

http://rapidshare.com/files/54667280/1904811191.zip
你可能感兴趣的文章
三种内存问题与三种指针
查看>>
JFinal在网络服务端开发中的位置
查看>>
JFinal中的ActiveRecord
查看>>
JFinal中的AOP
查看>>
JFinal中的Controller读取参数
查看>>
idea+maven+jetty+jfinal环境搭建
查看>>
腾讯实习生面试总结
查看>>
Jfinal中的render
查看>>
Java的JDK和JRE
查看>>
Java中的hashMap
查看>>
STL中的Allocator
查看>>
编程的智慧
查看>>
STL中的Iterator
查看>>
C语言拾遗
查看>>
数据库查询语句拾遗
查看>>
STL中的Vector
查看>>
C++中的trivial、standard layout、POD
查看>>
阿里中间件三大存储系统
查看>>
Tair源码阅读1---ConfigServer
查看>>
STL中的RB-tree
查看>>