<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>PHP教程</title>
<link>http://www.lyttzx.com/plus/list.php?tid=56</link>
<description>开发技术 / 网络编程 / PHP教程</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2006 - 2008 http://www.lyttzx.com.泠云天天在线 All Rights Reserved&lt;br&gt;
	本站部分作品来源于网络，如若侵犯到您得权益，&lt;a href=&quot;mailto:lyttzx@lyttzx.com?subject=你侵犯我的权益&quot;&gt;&lt;b&gt;请与我们联系&lt;/b&gt;&lt;/a&gt;，泠云工作室将在第一时间作出回应&lt;br&gt;
	站长姓名：&lt;a href=&quot;mailto:lingyunyyh@sohu.com?subject=我有话说&quot;&gt;&lt;b&gt;泠云&lt;/b&gt;&lt;/a&gt;   
	站长邮箱：&lt;b&gt;lingyunyyh@sohu.com&lt;/b&gt;   
	站长QQ：&lt;a href=&quot;http://wpa.qq.com/msgrd?V=1&amp;amp;Uin=359167026&amp;amp;Site=www.lyttzx.com &amp;amp;Menu=no&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;359167026&lt;/b&gt;&lt;/a&gt;]]></generator>
<webmaster>lingyunyyh@163.com</webmaster>
<item>
    <title><![CDATA[PHP开发调试入门篇（断点调试）]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6358</link>
    <description><![CDATA[前阶段在项目中整合了一个phpBB3论坛，也算是个PHP入门者，搭建断点调试环境花了不少时间，在此把一些细节说明一下，以供参考，为开发节省时间！ 环境说明: IDE - ZendStudio for Eclips]]></description>
    <pubDate>2011-04-28</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[zend studio7 调试配置/网页调试]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6356</link>
    <description><![CDATA[网页调试：正常的PHP配置就不详细说明了，php.ini文件在系统盘C:windows下面，以此为开始： 1、Zend Debugger 5.2.14下载地址： http://downloads.zend.com/pdt/server-debugger/ZendDebugger-5.2.14-cygwin_nt-i386.]]></description>
    <pubDate>2011-04-26</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[全新解决：PHP has encountered an Access Violation]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6149</link>
    <description><![CDATA[大概没有人在玩PHP的过程中会不曾遇到“PHP has encountered an Access Violation…”错误吧？尤其是像这种完全没有接触过Microsoft以外平台的人来说，第一次着实被吓得不轻，在花了三个小时也没解决后]]></description>
    <pubDate>2010-08-30</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[PHP5.2的设置装备摆设文件php.ini中文版]]></title>
    <link>http://www.lyttzx.com/article/2010/0604/5716.html</link>
    <description><![CDATA[本文并非是对英文版 php.ini 的简略翻译，而是参考了浩繁资料今后，连系本身的明白，增添了很多内容，包罗在原有 php.ini 根本上增添了一些适用模块的设置装备摆设申明，同时对文件内容的放]]></description>
    <pubDate>2010-06-04</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[zend studio 7.0、7.1 注册码、注册机、激活码]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4822</link>
    <description><![CDATA[前些天大家问及zend studio 7.0注册机( Zend Studio 7.0 在线注册机 已经出来了)的事情，当时还没有搞出来。等有时间再说。今天别的咱先不说，提供个zend studio 7.0的注册码给大家应急，等在]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>PHP教程</category>
    <author>泠云</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php面向对象全攻略 （六）__set() __get() __isset() _]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4156</link>
    <description><![CDATA[ 一般来说，总是把类的属性定义为private，这更符合现实的逻辑。但是，对属性的读取和赋值操作是非常频繁的，因此在PHP5 中，预定义了两个函数“__get()”和“__set()”来获取和赋值其属性,以]]></description>
    <pubDate>2009-10-16</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php面向对象全攻略 （五） 封装性]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4155</link>
    <description><![CDATA[封装性是面向对象编程中的三大特性之一，封装性就是把对象的属性和服务结合成一个独立的相同单位，并尽可能隐蔽对象的内部细节。]]></description>
    <pubDate>2009-10-16</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php面向对象全攻略 （四）构造方法与析构方法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4154</link>
    <description><![CDATA[ 大多数类都有一种称为构造函数的特殊方法。当创建一个对象时，它将自动调用构造函数，也就是使用new 这个关键字来实例化对象的时候自动调用构造方法。]]></description>
    <pubDate>2009-10-16</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php面向对象全攻略 （三）特殊的引用“$this”的]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4153</link>
    <description><![CDATA[现在我们知道了如何访问对象中的成员，是通过“对象-成员”的方式访问的，这是在对象的外部去访问对象中成员的形式，那么如果我想在对象的内部，让对象里的方法访问本对象的属性，]]></description>
    <pubDate>2009-10-16</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php面向对象全攻略 （二） 实例化对象 使用对象]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4152</link>
    <description><![CDATA[我们上面说过面向对象程序的单位就是对象，但对象又是通过类的实例化出来的，既然我们类会声明了，下一步就是实例化对象了。 5.如何实例化对象 我们上面说过面向对象程序的单位]]></description>
    <pubDate>2009-10-16</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php面向对象全攻略 （一） 面向对象基础知识]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4151</link>
    <description><![CDATA[ 面向对象编程（Object Oriented Programming，OOP，面向对象程序设计）是一种计算机编程架构，OOP 的一条基本原则是计算机程序是由单个能够起到子程序作用的单元或对象组合而成，OOP 达到了软件工]]></description>
    <pubDate>2009-10-16</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[declare]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4150</link>
    <description><![CDATA[declare 结构用来设定一段代码的执行指令。declare 的语法和其它流程控制结构相似]]></description>
    <pubDate>2009-10-15</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php连接ACCESS类]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4145</link>
    <description><![CDATA[Access数据库操作类,使用范例：]]></description>
    <pubDate>2009-09-30</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP如何生成伪静态]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3964</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP高级OOP技术演示]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3963</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP安全编程法则]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3962</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP&amp;nbsp;301转向实现代码]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3961</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[ajax处理php返回json数据例子]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3960</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP项目打包方法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3959</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP验证身份证]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3958</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[教你在PHP中使用全局变量]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3957</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP开发大型Web应用浅析]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3956</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP通过header实现文本文件的下载]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3955</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[利用PHP程序设定防止MySQL注入或HTML表单滥用]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3954</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[探究PHP底层运行机制]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3953</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[简单认识Smarty3]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3952</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[如何学习一个新的PHP框架]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3951</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP串行化与JSON]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3950</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP中的危险函数全解析]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3949</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP几个常用的去空、分组、调试数组函数]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3948</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP网页UTF8编码开发中空白的问题]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3947</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PATH_SEPARATOR是什么]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3946</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP5中的访问控制！public&amp;nbsp;,private,protected]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3945</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP的GD函数imagettftext()要注意默认字符编码]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3944</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[file_get_contents和curl函数用法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3943</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[关于字体路径Windows和Linux差异]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3942</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[multipart/form-data和application/x-www-form-urlencoded的区别]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3941</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[parse_ini_file用法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3940</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP安全之数据过滤]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3939</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP安全之错误报告]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3938</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP安全之Register&amp;nbsp;Globals]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3937</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP安全概述]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3936</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[不同文件构建PHP程序的正确方式]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3935</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP中的常用的25个MYSQL函数]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3934</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP完美结合MYSQL数据库记录分页显示]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3933</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP实现的Mysql读写分离]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3932</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP守护Linux/Unix进程]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3931</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[php读取xml中某个元素的内容(PHP5以上才支持)]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3930</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[PHP程序员最易犯10种错误]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3929</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[Apache下,*.php.rar格式的文件被当成php执行？]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3928</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-01</pubDate>
    <category>PHP教程</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>

</channel>
</rss>

