Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 12 View Live
↧

Maarten Balliauw's Blog: Reuse Excel business logic with PHPExcel

Maarten Balliauw has made a new blog post today about a method he's using to help reuse some of the business logic that Excel spreadsheets can have in a PHP script with help from PHPExcel. In many...

View Article


Mutant PHP Blog: Specifications for PHP5

In a recent entry to his blog Sean shows off a new specifications library he's created to replace common comparison functionality with a series of specs. I thought I'd share a PHP library implementing...

View Article


Brandon Savage's Blog: Keeping Superglobals Out Of Classes

In a new post to his blog, Brandon Savage makes a suggestion that could help in maintenance and debugging down the road - keep those superglobals out of your classes. Let's ignore the security...

View Article

Jani Hartikainen's Blog: Reusable "generic" actions in Zend Framework

In this recent blog entry Jani Hartikainen looks at the creation of generic actions for Zend Framework applications - methods that can be used to help eliminate code duplication: Sometimes you will...

View Article

Sebastian Bergmann's Blog: PHPUnit 3.4.0 (Release)

Sebastian Bergmann has announced the release of the latest version of the popular PHP unit testing software - PHPUnit. Among the features introduced in this new version, the most notable are the...

View Article


Lukas Smith's Blog: Horizontal Reuse aka Traits Reloaded

In a quick post to his blog Lukas Smith talks about the proposal for traits support that's been pending for PHP for a while now. Recent updates have been made to it, so it's come back up to the front...

View Article

Matthew Weier O'Phinney's Blog: Using Action Helpers To Implement Re-Usable...

Matthew Weier O'Phinney has a new post to his blog today showing you how to use action helpers to make widgets that you can reuse all over your Zend Framework application. His method doesn't use the...

View Article

PHPMaster.com: Reusing Implementation - a Walk-through of Inheritance,...

On PHPMaster.com today there's a new tutorial posted that wants to provide a guide to walk you through a trio of ideas to help with code/idea reuse in your applications - inheritance, composition and...

View Article


Using Traits for Code Reuse in Zend Framework 2

For those that might have heard of traits (made available in newer versions of PHP, 5.4+) but haven't seen much of a practical application, this new post from Matthew Setter could help. Here's the...

View Article


QaFoo.com: Code Reuse By Inheritance

On the Qafoo blog today Kore Nordmann has a new post talking about code reuse through inheritance. He talks about base classes, sharing code and abstraction. To me, inheritance has two properties:...

View Article
Browsing latest articles
Browse All 12 View Live