sample application

NetTuts.com: Creating an API-Centric Web Application

PHPDeveloper.org  Tue, 01/03/2012 - 13:18

On NetTuts.com there's a recent post from Nikko Bautista about creating an API-centric application and how it can help you make a more flexible, accessible application overall. Code is included to make a simple TODO list application based on this idea.


 

NetTuts.com: Wrangling with the Facebook Graph API

PHPDeveloper.org  Fri, 12/02/2011 - 13:37

On the NetTuts.com site today they have a (very complete) guide to help you wrangle the Facebook Graph API and make it useful for your application.

It makes use of the official Facebook PHP SDK to interface with the Graph API.


 

Steve Francia's Blog: Getting Started with Symfony2

PHPDeveloper.org  Fri, 03/11/2011 - 11:03

Steve Francia has posted a follow-up to his "On Symfony2" post to his blog today with an introduction to the framework that helps you get everything installed you'll need.


 

Volker Dusch's Blog: Setting up Jenkins for PHP Projects

PHPDeveloper.org  Wed, 02/02/2011 - 08:05

In this new post to his blog Volker Dusch gives you a quick guide to setting up Jenkins (formerly Hudson) for your continuous integration environment.


 

Sebastian Bergmann's Blog: Testing Traits

PHPDeveloper.org  Wed, 01/12/2011 - 14:10

In some of the work he was doing Sebastian Bergmann came across an instance where he needed to both use a trait in his application and try to figure out how to test it with PHPUnit.


 

Testing Traits - Sebastian Bergmann

Planet PHP  Wed, 01/12/2011 - 02:45

The other day I was using the BankAccount sample application during a PHPUnit training.

When I showed this code ...


 

Book Review: Zend Framework 1.8 Web Application Development

PHPDeveloper.org  Wed, 11/18/2009 - 09:36

Both Robert Basic and Ekerete (on the Avnet Labs site) have posted reviews of one of the more recent offerings from Packt Publishing on development with the Zend Framework - Zend Framework 1.8 Web Application Development.


 

Brandon Savage's Blog: Peer Review: Improving The Business Logic

PHPDeveloper.org  Tue, 09/08/2009 - 09:04

Brandon Savage has posted the fifth part of his "Peer Review" series where he's taken a sample application and worked it over - refactoring, updated to meeting coding standards and abstracting out interfaces to simplify the code.

In this latest article he looks at a method to improve the business logic behind the scenes.


 

NETTUTS.com: Easy Development With CodeIgniter

PHPDeveloper.org  Fri, 06/26/2009 - 08:30

This new screencast from NETTUTS.com introduces you to the CodeIgniter framework and helps you build a small sample application to see where all the pieces fit.


 

DevShed: Embedding Model Data in Views with CodeIgniter

PHPDeveloper.org  Fri, 05/01/2009 - 06:50

In their final article in their "Introduction to CodeIgniter" series, DevShed has posted this look at how to create the views for their sample application.

They'll output the user information pulled from a MySQL database.