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. Max Pozdeev MyTinyTodoList Website MyTinyTodoList Demo Step 1: create a new MySQL database using myAdminPhp First step, you have to create a new MySQL database using myAdminPHP and modify the connection's parameters ( $db_host , $db_name, $username , $password ) into the file dbconnection.php in this way:

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
http://www.blogjava.net/jjwwhmm/archive/2008/04/19/194191.html

ubuntu下安装php及phpMyAdmin - 心有多大舞台便有多大 - BlogJava

./configure --prefix=/usr/local/php-5.2.5 --with-apxs2=/usr/local/apache-2.2.8/bin/apxs --with-mysql=/usr/local/mysql --with-libxml-dir=/usr/local/libxml-2.6.30/ --with-gd=/usr/local/gd-2.0.35/

PHP and RSS: Getting it together

http://www.ibm.com/developerworks/xml/library/x-phprss/?ca=dgr-lnxw01PHP-RSS RSS distributes recently updated information to many receivers, much like a broadcast system. Once you have a substantial number of users, the RSS feed acts like a beacon to draw your users back to look at updates. It is little wonder that RSS has increased in popularity and use among content providers, as it provides a much needed method of maintaining an audience's attention. When you see the icon in Figure 1 you can bet that an RSS feed is available on that site. This icon is the de-facto standard icon representing the availability of RSS for updates at a site. The curved lines represent radio waves, a symbol of the broadcast nature of the RSS feed.
Nice! Simple! But it munges characters, especially numeric entities. After reading some PHP docs, I found that there are two things you can set in PHP’s XML parser: the source encoding, and the target encoding. You can set the target encoding this way:

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/
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. DocBlocks precede the element they are documenting. define() statements, functions, classes, class methods, and class vars, include() statements, and global variables can all be documented, see Elements of the source code that can be documented 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在相同的目录下面才行。 下载完整源代码包(filesize: 132,522 bytes) :
PHP测试驱动开发介绍 摘要本文向你介绍测试驱动开发的概念,并用一个简单的示例项目来做示范。 介绍 开发PHP产品有很多不同的方法。我们大多数倾向于从一个简单的脚本开始,逐步向前推进。 或许我们可以预先列出我们的脚本,但是我们往往是停留在开发阶段,在需要测试的时候不会真正的去开始测试。

PHP测试驱动开发介绍 - 译言翻译

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

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

CakePHP : A Rapid Development Framework :: Home

Batteries Included The things you need are built-in. Translations, database access, caching, validation, authentication, and much more are all built into one of the original PHP MVC frameworks. CakePHP comes with built-in tools for input validation, CSRF protection, Form tampering protection, SQL injection prevention, and XSS prevention, helping you keep your application safe & secure.
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

phpBB Styles :: Index

Subforums: Glossary , Common Problems , phpBB Installation, phpBB Update FAQ , phpBB Administration FAQ , Database FAQ , Styles FAQ , MOD Questions , Submit Articles Here!

Exceed PHP - 超越PHP--Classes

多年来一直在探寻企业级应用的未来发展方向,发现对于技术的积累与重用是这个行业的提高竞争力的重要因素之一。(当然这并不只是成功的唯一条件)让我以技术的重用性为视角来看一下这个行业的发展兴衰。 今天我发现一件怪事,当访问 http://www.discountglassesdirect.com 时,网站跳到 http://www.discountglassesdirect.comindex.php?main_page=product_info&products_id=35,页面提示:“抱歉,产品没找到。”;可改成访问 http://www.discountglassesdirect.com/index.php 时,网站首页却显示正常了。 我查了网上相关资料并在本机环境下进行的测试,发现是zen-cart程序的伪静态插件的一个bug。
Hmmm, seems like what you were looking for isn't here. You might want to give it another try - the server might have hiccuped - or maybe you even spelled something wrong (though it's more likely I did).

桑林志 » 中文 WordPress 资源