用户登录
  用户:
  密码:
        注册 | 忘记密码
PHPEye 协作项目
PHP 手册翻译
PHP手册翻译
中文手册 | 英文手册
翻译进度 | CHM下载


Zend Framework 手册翻译
中文手册 | 英文手册
翻译进度 | 参与翻译
入门教程 | 讨论版块
翻译书籍:
PHP程序设计第二版 PHP对象、模式与实践
本站Logo

 
Powered By
HappyCMS 0.4.0

Zend Framework 1.6.1

SiteMap | BBS Archives

站点链接
论坛新贴 最新精华
最新翻译Blog 更多»
   [wulijun01234] PHP中的策略模式    [wulijun01234] 关于注释的建议
   [wulijun01234] 冻结和解冻PHP对象    [wulijun01234] PHP5.3的新特性(一):对象接口的变 ...
   [wulijun01234] 如何创建更友好的随机密码 ...    [wulijun01234] PHP中构造GET查询字符串的捷径 ...
   [wulijun01234] PHPUnit 3.4中的新特性:Test Depend ...    [wulijun01234] 停止CSRF保护的误用
   [wulijun01234] 优化你的(ZF)web应用    [wulijun01234] 再论代码之美——PHP实战
   [wulijun01234] PHPro.org:应用配置    [wulijun01234] 用于解决PHP 命名空间分隔符输入问题 ...
   [wulijun01234] 书评:《php5 CMS 框架开发》 ...    [wulijun01234] DevShed:在php5中处理MySQL数据集错 ...
   加入 | PHPEye翻译小组: mayongzhan (18) wulijun01234 (16) iwind (10) ringtail (9) haohappy (6) helloyou (2) jasonqi (0) littlexiang (0)
 
  Lorna Mitchell's Blog: Status Codes for Web Services


Lorna Mitchell has posted the last article in her look at web services - a focus on status codes.



Unlike the other posts in this series, this one is quite specific to one type of service - REST - since it deals with status codes, specifically HTTP ones. The ideas are transferrable however and other types of service can return statuses in a similar way.


She mentions things to keep in mind in returning the codes, some of the more interesting codes as well as some typical situations where things like an error code 500 would be thrown.



Status codes are like a headline to the calling entity about what happened, and are a valuable tool in the web service toolkit.
2009-07-04 05:40:35 | 全文 | 评论(0)
 
  PEAR Blog: PHP 5.3 Windows and PEAR (go-pear.phar)


The PEAR blog has a quick note for users of PHP 5.3 and Windows:



Some users have reported that the windows builds of PHP 5.3 are not able to open the shipped go-pear.phar file.


If this is your situation, you can use their workaround (run the distributed phar version) or grab the non-pharred version.

2009-07-04 05:40:34 | 全文 | 评论(0)
 
  Oracle Technology Network: High Performance and Availability with Oracle RAC and PHP


John Lim has written up an article for the Oracle Technology Network about creating high performance systems with Oracle's Real Application Clusters (RAC) and PHP.



Running a software application that is able to work reliably through hardware and software failures is incredibly hard. [...] In this article, I will cover the network, architecture and design of our RAC application. Then I will discuss the real-world experiences and problems we experienced.


He details their RAC setup - load balancers, application servers and their RAC servers - before working through the different technologies and how they're all installed and configured to work together most efficiently.

2009-07-04 03:40:06 | 全文 | 评论(0)
 
After my colleague Cal reviewed DPC's tutorial day, it's now my turn to look back at the first real conference day of 2009's Dutch PHP Conference.

The day started with a nice movie made by Almer and Norman after which Cal officially opened the Dutch PHP Conference and introduced Andrei Zmievski to do the opening keynote. Andrei gave an outline of developments in PHP including the changes we are going to see in future versions. Closures, namespaces, better garbage collection and a few more things are coming to PHP5.3, but I think this isn't new to most people. I haven't really read a lot on PHP6 yet other than Unicode, so the addition of traits, C# style getters and setters and scalar/return value type hinting were new to me. I think this was a nice talk to be the opening keynote, because other than just being infomrative the talk also had the right amount of humor ......
2009-07-03 21:40:08 | 全文 | 评论(0)
 
  DevShed: Using the spl_autoload() Functions to Build Loader Apps in PHP


In the next to last article of their loader series, DevShed looks at replacing some of the file loading functionality in their examples with functions from the SPL.



As I mentioned before, the Standard PHP library comes bundled with some helpful functions, such as "spl_autoload()," "spl_register_extension()" and "spl_autoload_register()" that allow you to either use a default implementation of the "__autoload()" function, or create a custom one for it.


Their example defines the extensions to use for autoloading and the name of the file/class to pull in. The rest is done automagically.

2009-07-03 21:40:04 | 全文 | 评论(0)
 

My article on High Performance and Availability with Oracle RAC and PHP is out on the Oracle web site. Enjoy.


2009-07-03 20:40:11 | 全文 | 评论(0)
 
  Site News: Popular Posts for the Week of 07.03.2009
 
The date for PHPNW was announced a few weeks ago as Saturday 10th October 2009, and now we've got all the official bits and bobs to go with it! In outline:

The website: http://conference.phpnw.org.uk

Tickets: http://conference.phpnw.org.uk/register. Early bird pricing until September 11th, student tickets available - look on the website for instructions on getting student tickets.

Call for Papers: http://conference.phpnw.org.uk/callforpapers. Speakers wanted! If you have something to share and you think you can do that coherently - then submit to us please, we're always looking for new people, new talks, as well as the talks and speakers you'd expect to see at the bigger PHP conferences. If you're not sure if something fits, feel free to contact us.

This is officially a one-day Saturday eve ......
2009-07-03 16:40:10 | 全文 | 评论(0)