News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

The Bakery:
Latest Articles, Tutorials and Components
0 comments :: posted Tuesday May 06, 2008 @ 12:55:44
voice your opinion now!

The Bakery (the CakePHP programmer's resource) has a few new articles, tutorials and components that have been posted lately. Here's the list:

Be sure to check out the rest of The Bakery for more great CakePHP-related content.

tagged with: thebakery cakephp framework article tutorial component


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

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

The Bakery:
Seven New Components, Articles and Tutorials Posted
0 comments :: posted Friday March 14, 2008 @ 12:58:03
voice your opinion now!

The Bakery has posted several new components, tutorials and articles recently. Here's a list of the most recent:

Check out The Bakery for more great CakePHP-related content.

tagged with: cakephp framework thebakery article component tutorial

Stefan Mischook's Blog:
PEAR vs. Zend Framework
0 comments :: posted Friday March 14, 2008 @ 07:56:53
voice your opinion now!

On his blog today, Stefan Mischook compares two of the popular component libraries out there - PEAR and the Zend Framework (yes, it can be considered a grouping of components too).

Now that the Zend Framework is ready for 'prime time', I've been considering the Pear framework with regards to how it now fits in the PHP world.

He suggests that not could both be considered component libraries, but might also both be frameworks (based on a definition that a framework is a "consistent set of components that are designed to work together in a unified manner"). He also asks about the need for something like PEAR now that the Zend Framework has come along, getting Jonathan Lebensold's opinion too.

tagged with: pear zendframework compare need component framework library

NorthClick Blog:
PECL spread module resurrected!
0 comments :: posted Thursday March 06, 2008 @ 12:05:00
voice your opinion now!

In a quick new blog post to the NorthClick blog, Soenke Ruempler points out that, due to some updates made by Rob Richards, the Spread extension for PECL is back in working order again.

Yesterday I got an e-mail that two of my PECL bug reports for the spread module have been fixed. It seems that it gets some recent love from Rob Richards who commited some fixes and cleanups.

The Spread functionality allows developers to create messaging services by acting as a message bus between the clients and between the client/servers.

tagged with: spread api pecl component extension module robrichards

Port 25 Blog:
FastCGI and PHP Works with IIS6 Too
0 comments :: posted Friday February 29, 2008 @ 09:33:00
voice your opinion now!

According to the O'Reilly Port 25 blog, there's been a new release of the FastCGI component for Microsoft's IIS web server - FastCGI 6.0 - and how it works with things other than IIS7 and Windows Server 2008.

f you read Sam Raimi's How open source has influenced Windows Server 2008 and Dominic Sartorio's Dominic Sartorio on SpikeSource and Open Source Interoperability blog entries on Microsoft's Port 25 site, you might wonder if FastCGI for PHP only works with Windows Server 2008 and IIS7. Fortunately, that is NOT the case. Head over to http://iis.net/php where you can find and download FastCGI for IIS 6.0 on Windows Server 2003.

He also points out a video tutorial from Microsoft that can help you get this latest version og FasctCGI up and running on your system.

tagged with: iis7 iss7 micorsoft fastcgi component tutorial video install

Developer Tutorials Blog:
Zend Framework The Best Framework for Use With Other Frameworks
0 comments :: posted Thursday February 28, 2008 @ 08:47:00
voice your opinion now!

The Developer Tutorials blog has an interesting perspective on the whole framework front today - use whatever framework you choose, but be sure to "add a little Zend" when you need it.

The Zend Framework is a fairly standard, (optionally) MVC PHP application framework. It comes with all the usual functionality; request routing, database access, templates (through view files) etc. [...] But here's the kicker: it works entirely standalone. The classes and their methods can, generally, be used statically in any context, or at least independently of the framework.

They point out that the components of the Zend Framework, while able to happily live in their self-contained MVC bubble, can also break "out of the box" and live their own happy, separate lives. He even points out another blog entry looking at using the Zend Framework right along side CodeIgniter in a web application.

tagged with: zendframework codeigniter framework component reuse individual

Zend Developer Zone:
Lifting the Skirt on Zend Framework 1.5 Zend_Auth and the OpenId Adapter
0 comments :: posted Thursday February 21, 2008 @ 07:53:00
voice your opinion now!

The Zend Developer Zone has posted a new look something recently added to the Zend Framework - support in the Zend_Auth component for OpenId connections.

Since there have been numerous tutorials written regarding Zend_Auth, I won't attempt to make a full tutorial on it. If you are curious, google around, you'll find them. Today though, I'd like to show you a cool new piece that has been added to Auth in Zend Framework 1.5, the new Zend_Auth_Adapter_OpenId.

Cal explains what the OpenID system is all about before getting into the code that uses it. He suggests MyOpenID as a provider to register at and includes the code to make a request to them to authenticate a username/password combo. The actual authentication check is only about three or four lines of code.

tagged with: zendframework zendauth component openid authenticate

Tony Bibbs' Blog:
Zend Framework's Official PEAR Channel?
0 comments :: posted Thursday February 14, 2008 @ 16:02:00
voice your opinion now!

In this new post to his blog today, Tony Bibbs asks a question that pops up every once and a while surrounding the Zend Framework - why don't they use the PEAR package distribution methods to handle the releases of the framework? (Specifically as pertains to PEAR channels)

Why hasn't Zend provided an official PEAR channel? In my search for an answer I found this response from "bkarwin": No, we have no plans to offer ZF under a PEAR channel or other piece-by-piece distribution method. Assuming bkarwin was working in some half-official capacity at Zend I'd simply ask "Why not?".

Tony wonders why, if the PEAR group (and project) has such a good thing already in place, it can't just be adapted to make releases of the various components of the framework simpler than having to wait for a whole new release to get the fixes the users need.

tagged with: zendframework pear package release bugfix component


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

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