News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

IBM developerWorks:
What's new in Zend Framework V1.5
0 comments :: posted Thursday April 17, 2008 @ 09:33:35
voice your opinion now!

The IBM developerWorks website has a new article/tutorial posted today about the new features and functionality that's included with the latest release of the Zend Framework, version 1.5.

The popular open source Zend Framework just got some slick enhancements. Learn what's new in V1.5 and how upgrades, including Zend_Form, Zend_Layout, and Zend_View, enhanced support for GData Web services, and improved Ajax support can help PHP developers easily roll out cutting-edge Web applications.

They walk through each of the new components (or features in them) like Zend_Form and Zend_Layout/Zend_View with examples included. There's also mention of other miscellaneous updates like the addition of OpenID and InfoCard support, a LDAP authentication module and an interface with Google's GData service.

tagged with: zendframework new feature component zendform zendlayout zendview


Padraic Brady's Blog:
Complex Web Pages with the Zend Framework?
0 comments :: posted Thursday April 03, 2008 @ 12:04:13
voice your opinion now!

On his blog, Padraic Brady talks about the creation of custom web pages (in the Zend Framework) with the help of the Zend_View enhancements that have been introduced lately.

With the inclusion of Zend_View Enhanced as first documented, discussed and publicized in this blog series, in the Zend Framework as of 1.5.0 I'd like to thank everyone involved in the process. [...] The main problem of a complex View, is that the current Controller is only aware of a subset of its own required Model (data) and the current View. So how do do you get the View to include extra sections - for example, details from Technorati for your blog - which are common to ALL pages?

Normally, a call to _forward() would have been the norm, but this was more often overly complex for what the developer wanted to do. The new Composite View and View Helpers seem to be the remedy. They make it simpler to grab that information and pull it in without the need to make a whole other framework request to do so.

tagged with: zendframework complex page compositeview viewhelper zendview

Zend Developer Zone:
Zend_Layout and Zend _View Enhancements Webinar
0 comments :: posted Wednesday March 26, 2008 @ 07:51:33
voice your opinion now!

There's an announcement over on the Zend Developer Zone today about the posting of a recorded webinar that Zend had concerning some of the latest updates to the Zend Framework - Zend_Layout and Zend_View enhancements.

The problem of maintaining a consistent look and feel while encouraging best practices is what Zend_Layout, as well as the Zend Framework 1.5 Zend_View enhancements, attempt to solve.

The recording (and accompanying slides) cover the updates made to these two components and how they help the goal of uniformity and give a "two-step" solution to make it happen. The presenter for the webinar was Ralph Schindler.

tagged with: webinar zendlayout zendview ralphschindler zendframework

Matthew Weir O'Phinney's Blog:
Using Zend_View Placeholders to Your Advantage
0 comments :: posted Wednesday March 19, 2008 @ 12:04:05
voice your opinion now!

On his blog today, Matthew Weir O'Phinney offers some helpful advice about using the placeholder functions of the Zend_View component (like headScript or headLink) to make coding in the Zend Framework that much easier:

Somebody asked for some examples of how I use the headLink(), headScript(), and other placeholder helpers, so I thought I'd take a crack at that today.

He looks at the different categories of placeholders and illustrates with examples of each: Doctype Hinting, Content Aggregation, Capturing Content and finally, putting them all together into a custom layout that uses docType, headLink, headStyle and headScript.

tagged with: zendframework zendview component placeholder doctype content

Matthew Weir O'Phinney's Blog:
Zend Framework 1.5 is on its way!
0 comments :: posted Monday March 17, 2008 @ 08:49:23
voice your opinion now!

Matthew Weir O'Phinney has posted happily about an upcoming release of the popular PHP framework from Zend - Zend Framework version 1.5:

As many know, Zend Framework 1.5.0 is almost ready for release... heck, it might even be released by the time you read this. There are a ton of new features worth looking into, but I'll list some of my own favorites here - the ones I've been either working on or using.

The list of updates for the release includes:

  • Zend_Layout and Zend_View enhancements
  • Zend_Form
  • Zend_Search_Lucene
  • Zend_Db_Table Improvements
  • Context Switching and REST

If you want to get things prepared on your application, you can always download the latest release candidate (RC 3) of 1.5.0 and get to testing.

tagged with: zendframework release zendlayout zendform zendview zenddb zendtable


Rob Allen's Blog:
A View Stream with Zend_View
0 comments :: posted Thursday February 07, 2008 @ 07:58:17
voice your opinion now!

Rob Allen has posted about a small modification that he made to his Zend Framework setup that allows for a little safer echoing of information out to the View later of an application.

One of my biggest issues with using PHP as the templating engine in View scripts is that the easiest way to echo a variable is the least secure. [...] So, I decided to leverage a post by Mike Naberezny from a while ago about streams. The idea is all his; I just modified it to work with Zend Framework's Zend_View the way I wanted it to.

His method uses a slightly different output format - instead of using a normal echo statement to push out the escaped output, it uses a special syntax using the "@" sign as a shortcut to the call to escape(). He includes the code you'll need to make it work in your ZF install and explain it a bit (including where the real key lies - in stream_popen).

tagged with: zendframework stream zendview escape custom output view

Rob Allen's Blog:
Zend_View Access the view from a view helper
0 comments :: posted Friday December 07, 2007 @ 12:08:00
voice your opinion now!

In this new blog entry, Rob Allen has shared a simple View setup that he's been using in his Zend_View setup (on the Zend Framework).

It's in the manual, but I thought I'd blog about my simple View Helper setup that ensures that I can get at the view with minimal effort. [...] his class contains the code required by Zend_View to collect an instance of the view and assign it to a protected variable. All my view helpers extend this class and so I can access the view using $this->_view.

His code creates a simple object that all of his views extend and make a single object that refers back to the view itself.

tagged with: zendview zendframework helper access view zendview zendframework helper access view


zend PHP5 developer pecl book job database releases release application cakephp PEAR zendframework framework mysql conference package security ajax code

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework