php

TwitterFacebook
Get flash to fully experience Pearltrees
apache

Yii is a high-performance framework. The graph below shows how efficient Yii is when compared with other popular PHP frameworks. In the graph, RPS stands for "request per second" which describes how many requests an application written in a framework can process per second. http://www.yiiframework.com/performance/

Yii PHP Framework - Performance Comparison

myToDoListPHP is a simple To-Do list that I am developing using PHP, MySQL and Ajax adding continuous improvements. You can add/delete tasks, and mark a task completed . You can also reuse the code in your projects to simplify your work. Update history Update november 16, 2007 scriptacuolus effects and notes added october 27, 2007 sortable task with drag and drop added october 30, 2007 ajax search engine added november 1, 2007 update to version 0.3 november 11, 2007 update to ver 0.3a: I have solved some issues and added a filter for completed task november 14, 2007 update to version 0.4 november 15, 2007 update to version 0.5, added set task prioriy and % of completion november 16, 2007 Code Update Download the new code here Max Pozdeev MyTinyTodoList Website

an open source to-do list written in PHP and AJAX

http://woork.blogspot.com/2007/10/simple-to-do-list-in-php-and-ajax-to.html

简单SEO » ubuntu 8.04.1环境WEB服务器LAMP(Liunx+Apache+MySQL+PHP)+phpmya

首页 > 简单生活 > ubuntu 8.04.1环境WEB服务器LAMP(Liunx+Apache+MySQL+PHP)+phpmyadmin安装与配置 自从 成功从硬盘安装Ubuntu 8.04.1 后,一直想在ubuntu 8.04.1环境下搭建WEB服务器,LAMP(Liunx+Apache+MySQL+PHP)+phpmyadmin理所当然就成为我的首选。最终我在 Ubuntu中文Wiki 找到了安装配置LAMP WEB服务器最详细和全面的方法: http://www.simpleseo.cn/simplelife/ubuntu-lamp-phpmyadmin-install-config

PHP and RSS: Getting it together

http://www.ibm.com/developerworks/xml/library/x-phprss/?ca=dgr-lnxw01PHP-RSS What? You haven't heard of RSS? RSS syndication is one of the most common TLAs around (TLA stands for Three Letter Acronym). RSS as an acronym has stood for various things, but the current standard is: Really Simple Syndication. This is the most recent variation of this very common and very useful standard. Back when the Internet was young(er), a piece of software called Pointcast pushed data to a screensaver application on a user's computer, providing news updates of all kinds.
Update: This code has been finalized and debugged, and is now shipped as part of MagpieRSS 0.7 ! Sadness and rage no more! So I have this little program, called Feed on Feeds . It’s an RSS and Atom aggregator. For a long time I’ve known that it doesn’t quite handle international characters that well, so I set out to fix it.

Steve Minutillo :: messy-78 » PHP, XML, and Character Encodings:

http://minutillo.com/steve/weblog/2004/6/17/php-xml-and-character-encodings-a-tale-of-sadness-rage-and-data-loss/
http://www.williamlong.info/archives/1289.html 最近研究PHP的一些开发技术,发现PHP有很多ASP所没有的优秀功能,可以完成一些以前无法完成的功能,例如动态生成HTML静态页面,以减少服务器CPU的负载,提高用户访问的速度。 我们知道,PHP读取MYSQL动态显示,在访问量大的情况下,会有很多性能问题,如果租用别人的虚拟主机,则会因为CPU消耗过多而被限制CPU,导致网页无法访问。我这里给出一个PHP动态生成HTML的方法,可以极大降低服务器CPU负荷。 首先设置.htaccess文件,将动态调用的参数转换为静态的HTML的URL地址,例如将在post目录下的文件,转发到根目录的wp-post.php文件中,加入的语句类似:

通用PHP动态生成静态HTML网页的代码

CakePHP - 中文手册

欢迎转载 留个这里的链接就成,任何建议请发至 zhengkanjie @ gmail.com,你的建议是我的动力, 谢谢 近期第二个项目 Prototype.js 参考手册 什么是CakePHP? CakePHP是一个开源的PHP on rails的full-stack framework。最开始从Ruby On Rails框架里得到灵感。程序员可使用它来快速创建的Web应用程序。我们的首要目的是使你以一种预置的快速且不失灵活性的方式开展工作。 http://www.1x3x.net/cakephp/
http://www.yeeyan.org/articles/view/davidkoree/4409

优化PHP代码的40条建议

1.如果一个方法可静态化,就对它做静态声明。速率可提升至4倍。 2.echo 比 print 快。 3.使用echo的多重参数(译注:指用逗号而不是句点)代替字符串连接。
phpDocumentor Basics Starting Out From Scratch The documentation process begins with the most basic element of phpDocumentor: a Documentation block or DocBlock . A basic DocBlock looks like this: A DocBlock is an extended C++-style PHP comment that begins with "/**" and has an "*" at the beginning of every line. http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#basics.docblock

umentor Tutorial

PHP下中文编码各种格式间的转换类 | Zeal Blog - 泽欧里的网络日志

http://www.zeali.net/entry/55 目前该类库可以实现的编码转换有:简体中文 GB <-> 繁体中文 BIG5 编码互换,简/繁体中文 -> 拼音单向转换, 简/繁体中文 <-> UTF8 编码转换,简/繁体中文 -> Unicode单向转换。 类源代码原作者是Hessian( solarischan@21cn.com ),我合并了一下原来的Sample脚本,同时修改了一下类文件,为类构造函数增加了一个参数以便用户可以方便的在使用的时候设置配置文件路径,这样就可以把这个类包放置在任何可以被访问到的目录下,否则原来的版本下引用class.Chinese.php的文件必须和class在相同的目录下面才行。 /** * 中文编码集合类库 * * 目前该类库可以实现,简体中文 <-> 繁体中文编码互换,简体中文、繁体中文 -> 拼音单向转换, * 简体中文、繁体中文 <-> UTF8 编码转换,简体中文、繁体中文 -> Unicode单向转换 * * @作者 Hessian( solarischan@21cn.com ) * @版本 1.7 * @版权所有 Hessian / NETiS * @使用授权 GPL(不能应用于任何商业用途,无须经过作者同意即可修改代码,但修改后的代码必须按照GPL协议发布) * @特别鸣谢 unknow(繁简转换代码片断) * @起始 2003-04-01 * @最后修改 2005-07-26 * @访问 公开 * * 更新记录 * * ver 1.7 2005-07-26 * 修改了while循环导致的bug。
简介 PHP测试驱动开发介绍 摘要本文向你介绍测试驱动开发的概念,并用一个简单的示例项目来做示范。 介绍 开发PHP产品有很多不同的方法。我们大多数倾向于从一个简单的脚本开始,逐步向前推进。 或许我们可以预先列出我们的脚本,但是我们往往是停留在开发阶段,在需要测试的时候不会真正的去开始测试。

PHP测试驱动开发介绍

“ 为 PHP 应用提速、提速、再提速! ” 系列文章的 第 1 部分 演示了如何使用 XCache(PHP 操作码缓存) 加速整个站点。XCache(仅是少数几种缓存包中的一种)保留了编译过程的输出,去掉了其他冗余的工作。只要页面没有发生变化,缓存后的页面就能够胜任代理的作用。当页面发生变化时,缓存后的页面就会变为无效并被替换掉。

为 PHP 应用提速、提速、再提速!,第 2 部分: 分析 PHP 应用程序以查找、诊断和加速运行缓慢的代码

[视频教程]PHP+MYSQL网站设计入门实践 - InToTheRain

InToTheRain 万里无云,万里天;心若无云,心如天 [视频教程]PHP+MYSQL网站设计入门实践 下载地址: http://dv.k167.com/dn/PHP+MYSQL 网站设计入门实践/48.
As mentioned on the Home Page , Propel is an object persistence layer. To you as a software developer, this means that you won't have to deal with SQL statements and database connections anymore. Instead, you are using Classes and Objects to access your data in a very smart and convenient way. Below is an example which gets a book from the database, changes the book's title, and then saves it again: $book = BookPeer::retrieveByPK(5); $book->setTitle('The Propel Story'); $book->save();

Users/Introduction - Propel - Trac