
| 论坛新贴 | 最新精华 |
| 最新文章 更多» | 最新下载资源 更多» |
|
| 最新翻译Blog 更多» | |
| [helloyou] Jani Hartikainen的博客 --- 优化代码 ... | [wulijun01234] 社区新闻:Windows版PHP缓存加速器 ... |
| [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 命名空间分隔符输入问题 ... |
| 加入 | PHPEye翻译小组: mayongzhan (18) wulijun01234 (17) iwind (10) ringtail (9) haohappy (6) helloyou (3) jasonqi (0) littlexiang (0) | |
|
Sublime Text 2 is a new cross-platform text editor that I’ve recently switched to. It’s still in public beta, but already offers better performance (and battery life!) and a better look (fonts that render properly!) than Java-based IDEs such as Netbeans. One thing it didn’t have was support for PHPUnit, so I’ve made a plugin. It’s available to install via Package Control. You Need A phpunit.xml or phpunit.xml.dist FileTo use this plugin, your project needs to contain either a phpunit.xml or a phpunit.xml.dist file. This file contains all the configuration that needs to be passed to PHPUnit. The plugin searches upwards from your code, and will favour a phpunit.xml file over a phpunit.xml.dist file if it finds both. If you don’t have one, you need to go and create one now. How To Use< ...... |
|
[Jon Haddad] New Project: Jester
|
|
I was privileged to be invited to be a part of the /dev/hell podcast this week. Thanks to Chris and Ed for having me on. Check it out. And subscribe to their podcast.
|
|
Etsy Code as Craft: Rasmus Lerdorf - PHP in 2012
He talks about a few things:
|
|
Henrik Bjørnskov's Blog: Symfony2: Using the validator symfony1 style
|
|
Artur Ejsmont's Blog: How to build mongodb pecl extension in 32bit for PHP 5.2 on OSX Snow Leaopard
|
|
With the release of Zend Framework 1.8 came the long awaited component for bootstrapping a Zend Framework application. Many different bootstrapping-solutions became obsolete with Zend_Application. In the beginning of the framework most developers didnt give much thought on bootstrapping. Most of the initialisation work was done directly in index.php, the central starting point of the application. Teams often moved that bootstrapping code to a separate configuration script. The solution worked, but many people wanted a more standardised process for application initialisation. Continue reading "Zend Framework application.ini Cheat-Sheet" |
|
Freek Lijten's Blog: Currently on PHP's internals - Property Accessors
Freek Lijten has posted another "Currently on PHP's internals..." post to his blog today (here's the previous one) with a look at the discussions around the idea of having "property accessors" in PHP - a standardized way of defining getters/setters in objects. Today I will be discussing a feature that at this moment is called "Property Accessor". It is a method of defining getters and setters. Originally an RFC was defined as early as september 2009, but recently new discussion took place and an actual patch was created. There is no certainty this feature will ever make a PHP version but discussion seems to target implementation details and not the feature itself, so things are looking bright for this feature. There's two RFCs posted about the topic - the original proposal (from Dennis Robinson) and 2012-02-03 23:40:03 | 全文 | 评论(0) |