News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Ruben Vermeersch's Blog:
Integrating Zend Framework and Doctrine
0 comments :: posted Monday April 21, 2008 @ 10:28:54
voice your opinion now!

The Zend Developer Zone has linked to a tutorial from Ruben Vermeersch about how to get the Zend Framework and the Doctrine ORM library working together.

This article will guide you through the steps needed to set up a project using both the Zend Framework and Doctrine. In a step-by-step way, we will set up a simple message board application.

He includes introductory things like the folder structure and an example of having Doctrine installed inside of it. Its all code from there on out - the bootstrap file, setting up a global handler, and how to integrate it all into their simple ZF application.

tagged with: integrate doctrine zendframework tutorial application


DeveloperTutorials.com:
PHP 6 now with .net Visual Studio integration available already
2 comments :: posted Tuesday April 01, 2008 @ 14:57:08
voice your opinion now!

On the Developer Tutorials site, there's an article talking about the integration that can be made with PHP6 and .NET Visual Studio:

PHP, .net and Silverlight will be integrated out of the box, along with Visual Studio 2008. The project has long been in the works, but our sources have informed us of an impending announcement that PHP 6 will ship with .net.

The glue between them is a part of the phlanger project.

tagged with: php6 net microsoft visualstudio integrate

DevShed:
Using Yahoo Web Services to Perform Searches with an Object-Oriented Approach
0 comments :: posted Tuesday February 12, 2008 @ 13:23:41
voice your opinion now!

To finish up their series looking at using the Yahoo! web service search functionality in a PHP5 application, DevShed has posted this look at integrating the search functionality into a preexisting application.

In simple terms, my plan will consist of creating some compact and modular PHP 5 classes, which will define a few basic methods for working with the different web services offered by Yahoo!.

They take the code they created from before (earlier parts of the series) and format it to fit into its own standalone class that can be included anywhere in an application. They create the class so it can search not only the normal results but it can also pull in the data from the video search Yahoo! offers as well.

tagged with: yahoo search video object oriented oop class integrate

Padraic Brady's Blog:
The PHPSpec Zend Framework App Testing Manifesto ZF Integration
0 comments :: posted Monday January 21, 2008 @ 10:21:00
voice your opinion now!

Continuing on from his preamble on the integration of the PHPSpec BDD tool into the Zend Framework, Padraic Brady has posted the next in the series - a look at what it would take to make the integration happen.

The ideal was to move away from line-by-line setup and manipulation of Zend instances towards a more simplified model which is standardised for any PHPSpec specs.

He's already created an "experimental branch" to work inside of and some of these updates have been made to the trunk for the release of PHPSpec 0.3.0. The key that he found was in getting the customization of the "Zend Context operational to set up elements of the FrontController". He also includes a simple example of the extended functionality in action - simple interface methods to work with Twitter.

tagged with: phpspec bdd zendframework integrate testing example code


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

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