Lastest News from Zend Developer Zone
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 .)
Read More >
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!
Read More >
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.
Read More >
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.
Read More >
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.
Read More >
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!
Read More >
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.
Read More >
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.
Read More >
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?”
Read More >
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.
Read More >
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.
Read More >
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!
Read More >
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.
Read More >
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.
Read More >
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.
Read More >
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.
Read More >
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
Read More >
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.
Read More >
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 .
Read More >
Zend Config tree solution
The best part of my favorite PHP framework, Zend framework is Zend_Config. With Zend Config you can run you web application with more power full configuration that any one can change your application setting for use. Read more information about Zend Config at Zend framework manual for Zend Config. But in most web application you may have many configuration file with special format such as INI , XML or PHP . Also some of configuration is for one part of your application and may you put in special folders.
Read More >