advancing the art of PHP. Best practices, samples, articles, news, and community for PHP 4, PHP 5, and beyond.
Updated: 1 hour 48 min ago
Zend Framework 1.10.7 Released
The Zend Framework team announces the immediate availability of Zend
Framework 1.10.7, our seventh maintenance release in the 1.10 series. This
release includes around 60 bug fixes.
For those uses of Zend_Service_Twitter , please ensure you
upgrade to 1.10.6 or 1.10.7 ASAP. These releases introduce a change in the
Zend_Service_TWitter API that enforces the use of OAuth by
default when using methods that require authentication. The change was
introduced to help prepare Zend Framework users for the Twitter
OAuthcalypse in mid-August. (If you cannot upgrade, there
are other ways to integrate Zend_Oauth with
Zend_Service_Twitter .)
Categories: Communities
symfony 2 documentation team looking for translators
As tweeted by Fabien Potencier, symfony2 now has a “translations” page on their site. If you read and write English and another language, they want you!
Categories: Communities
Gonzalo Ayuso's Blog: Clustering PHP applications. Tips and hints
In a new post to his blog today Gonzalo Ayuso offers some tips for those out there wanting to cluster their PHP applications effectively.
Categories: Communities
MongoDB ODM: MongoDB for eCommerce
A few days ago Bulat S. posted a very interesting post titled “MongoDB ODM : MongoDB for eCommerce”. If you missed it, click on through…I’ve got the link around here somewhere.
Categories: Communities
Nick Belhomme on PHP 5.3.3 namespaces
Nick Belhomme has written a great namespaces primer over on his blog. Click on in and I’ll show you why it is important to you.
Categories: Communities
Twice the Amount of Bugs and Twice the Amount of Winners!
Zend Framework has recently wrapped up it's July 2010 Bug Hunt with some fantastic results. Collectively, we closed 50 issues in 3 days. That's nearly twice what we have seen in recent months- a trend we hope continues into the coming months!
Categories: Communities
PHP 5.3.3/5.2.14 Released
Ah, the smell of fresh code permeates the web as the core developers of PHP announce the release of two new versions, 5.3.3 and 5.2.14. Click on through for the highlights and link goodness.
Categories: Communities
Dallas Techfest PHP Track
On July 30th in DFW , take part in the Dallas TechFest! It is a one day technical conference and we’re happy to say that we have a good PHP track. Let’s blow out the attendance. It’s on a Friday so you won’t be getting anything done anyway.
The full speaker list is at http://www.dallastechfest.com/Agenda/tabid/88/Default.aspx. There are several PHP -based sessions that you might find interesting.
Categories: Communities
Memphis PHP Meetup: July 22, 2010
Thursday, July 22, 2010 the Memphis PHP User Group will hold it’s monthly meeting. “Y’all come on down, ya hear?”
Categories: Communities
Columnar databases and how they can help with the data avalanche
There are gargantuan amounts of data that organizations are storing thanks to the advent of really cheap storage. To cope with this, organizations end up buying bigger and bigger database servers/clusters. But maybe, just maybe, there’s a shortcut. This coming Thursday (July 22nd) Zend is having a webinar with InfoBright looking at how a columnar databases can help deal with analytical data requests on large amounts of data.
Categories: Communities
Building Template-Driven Web Applications with Dwoo (part 1)
Most PHP frameworks natively support the separation of interface and business logic. However, if your project is small enough that you don't need a framework (or if you just don't like them), you can still achieve the same benefits by using a standalone template engine. In this article, I'll introduce you to one such engine, which goes by the rather unique name of Dwoo.
Categories: Communities
Edge Side Includes without Varnish
Development on websites when the product will run on a Varnish'ed' production environment can be a pain in the ass. The xml tag that can be used to define Edge Side Includes can't be parsed by a standard browser. While developing you often look at a half rendered website implementation. This is something you really don't want!
Categories: Communities
Zend_Log timestamp filter
For one of my recent project, which is using Zend_Log component of the Zend Framework, I had a demand in which I needed to be able to filter log events based on the time they occurred. As out of the box, Zend_Log component does not have such filter, I decided to create one that will fulfill my demands.
Categories: Communities
Zend_Log timestamp filter
For one of my recent project, which is using Zend_Log component of the Zend Framework, I had a demand in which I needed to be able to filter log events based on the time they occurred. As out of the box, Zend_Log component does not have such filter, I decided to create one that will fulfill my demands.
Categories: Communities
Varnish Edge Side Includes
Varnish’s Edge Side Includes are a powerful tool that give developers a lot of flexibility. Bas de Nooijer has written an interesting blog post on how to control them from within your Zend Framework application.
Categories: Communities
I'm back…and I brought friends!
Oh yeah BA-BY, I’m BACK ! It’s been more than two years but I’m back and this time I brought some friends with me.
Categories: Communities
Announcing July's ZF Bug Hunting Days & Previous Winners
Yep, it's the third week of the month- you know what that means: Zend Framework Monthly Bughut! This Thursday, Friday and Saturday of July (the 15th, 16th and 17th 2010), we'll be hosting our monthly bug hunt. For those of you unfamiliar with the event, each month, we organize the community to help reduce the number of open issues reported against the framework.
Categories: Communities
Zend on Windows Server Rebate
This morning we announced a new ‘Zend on Windows Server’ Rebate Program. A
limited-time offer established by Microsoft and Zend for customers running
PHP Web applications using Zend Server on Windows Server. Rebate Terms and
Conditions:
https://microsoft.young-america.com/49710561
Categories: Communities
ACRONYM or MixedCasing in Zend Framework 2? You decide!
One complaint we've heard often of ZF users is confusion over how acronyms
are represented in class names.
As an example, many suggest that "Zend_PDF" is more semantically correct
and easier to remember than "Zend_Pdf". On the other side of the coin,
many developers feel that our MixedCasing or Titlecasing of acronyms is
a simple, easily learned rule that makes typing easier.
Categories: Communities
Zend Framework 1.10.6 Released
The Zend Framework team announces the immediate availability of Zend
Framework 1.10.6, our sixth maintenance release in the 1.10 series. This
release includes more than 30 bug fixes.
You may download it from the Zend Framework site .
Categories: Communities