
php
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.
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
简单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服务器最详细和全面的方法:PHP and RSS: Getting it together
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:
通用PHP动态生成静态HTML网页的代码
CakePHP - 中文手册
欢迎转载 留个这里的链接就成,任何建议请发至 zhengkanjie @ gmail.com,你的建议是我的动力, 谢谢 近期第二个项目 Prototype.js 参考手册 什么是CakePHP? CakePHP是一个开源的PHP on rails的full-stack framework。最开始从Ruby On Rails框架里得到灵感。程序员可使用它来快速创建的Web应用程序。我们的首要目的是使你以一种预置的快速且不失灵活性的方式开展工作。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.
umentor Tutorial
PHP下中文编码各种格式间的转换类 | Zeal Blog - 泽欧里的网络日志
简介 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();

