Quantcast
Channel: PHPDeveloper.org
Browsing all 15 articles
Browse latest View live

phpaddiction: Url Routing with PHP - Part Two

On the phpaddiction site today, there's part two of their tutorial looking at URL routing with PHP (started here in Part One). With the foundation of the routing in place (from part one), they move on...

View Article



phpaddiction: Url Routing with PHP - Part Three

phpaddiction has posted part three of its URL Rewriting tutorial series today - the creation of the "C" (Controller) in MVC. In the final part of this series, I will build a functional modular front...

View Article

SitePoint PHP Blog: The state of functional programming in PHP

On the SitePoint PHP Blog today, Troels Knak-Nielsen has written up a post concerning the current state of functional programming in PHP. With the rise of Javascript, and languages like Python and...

View Article

Zend Developer Zone: Front Controller Plugins in Zend Framework

On the Zend Developer Zone, there's a new article that examines one of the key components to just about any framework out there - the front controller. Like Action Helpers, which I've discussed in a...

View Article

Jani Hartikainen's Blog: Improving Ajax performance in Zend Framework...

New on his blog Jani Hartikainen has posted a simple idea that you can take to make sure you're getting the most out of your Ajax/Zend Framework connections. A common reason to use Ajax in a website...

View Article


Zend Developer Zone: Zend Framework Dispatch Workflow Diagram

In this new post to the Zend Developer Zone, they point out a workflow diagram Polley Wong has come up with showing how the Zend Framework's dispatch system works (request handling). I've been...

View Article

Matthew Weier O'Phinney's Blog: Simple Interfaces and Micro MVCs

In a new post to his blog today Matthew Weier O'Phinney takes a look at micro MVC frameworks and how, with just a bit of lightweight code and pieces of the Zend Framework, creating one is dead simple....

View Article

Rob Allen's Blog: Module specific bootstrapping in ZF2

Rob Allen has a new post to his blog today looking at bootstrapping specific modules in a Zend Framework 2-based application without having to do the entire set. Following on from the discussion on...

View Article


Matthew Weier O'Phinney: ZF2's New Controller::init()

In his latest post Matthew Weier O'Phinney introduces you to the new init() method in the Zend Framework 2 controllers and how it differs from the one in version 1. In Zend Framework 1, controller's...

View Article


PHPMaster.com: An Introduction to the Front Controller Pattern, Part 2

PHPMaster.com has posted the second part of their series introducing you to one of the more popular design patterns in PHP frameworks right now - the Front Controller pattern. Part 1 introduced some...

View Article

Nikita Popov: Fast request routing using regular expressions

In his latest post Nikita Popov talks about routing and regular expresions. He also shares some work he's done to create a fast request router using them in "userland" code instead of a C extension....

View Article

Matthias Noback: Decoupling your (event) system

Matthias Noback has continued his look at event handling in PHP applications (well, Symfony-related ones at least) in his latest post. In this latest post he focuses more on abstracting out the event...

View Article

Qafoo Blog: Utilize Dynamic Dispatch

On the Qafoo blog today Tobias Schlitt talks about dynamic dispatch, what he calls a "fundamental concept of OOP" to help provide clean, clear interfaces in the code. I want to use this blog post to...

View Article


Matthias Noback: From commands to events

Matthias Noback is back with another post in a series looking at using a command bus to execute more complex code in somewhat of an isolation from the rest of the application. In this new post he...

View Article

Mathias Noback: Collecting events and the event dispatching command bus

Mathias Noback has posted the next part of his command bus in PHP series today with a few suggestions about event handling and when it's a good idea to dispatch them. It was quite a ride so far. We...

View Article

Browsing all 15 articles
Browse latest View live


Latest Images