Categories


Loading feed
Loading feed
Loading feed

Use Excel business logic in PHP

In many companies, business logic resides in Excel. This business logic is sometimes created by business analysts and sometimes by business users who want to automate parts of their everyday job using Excel. This same Excel-based business logic is often copied into an application (i.e. a website) and is maintained on 2 places: if the Excel logic changes, the application should also be modified.

Ibuildings Blog: Accessing object properties by reference

Over on Ibuildings’s blog they’ve posted another good tutorial. This one is on “Accessing object properties by reference”.

Congratulations to phpdeveloper.org : We Celebrate Our Ten-Thousandth Post!

All of us here at DevZone want to Congratulate our friend Chris Cornutt and his site phpdeveloper.org for reaching the 10,000 post milestone!

Integrating Zend Framework and Doctrine

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.

Zend Framework Articles and Tutorials

Zend Framework articles, tutorials and screencasts are popping up all over the place. If you are working with Zend Framework, there’s no need to struggle with any concept, chances are good that there is help on-line you can tap. Here are two resources that have recently come on-line. I’m sure there are more.

Michael Kimsal Talks About Joe Stump @ MySQL Conference

My buddy Michael Kimsal is at the MySQL Conference and has shared some of his thoughts on one of the sessions he attended. The session was given by digg.com employee Joe Stump.

Zend Quick Start: PHP for Experienced Programmers

Zend is now offering PHP training for experienced programmers looking to develop in PHP. The course covers many of the same topics as both the PHP I: Foundations and PHP II: Higher Structures classes but at an accelerated rate with special emphasis on the differences between PHP and other commonly used languages.

htmLawed HTML filter/purifier

htmLawed is a new GPL’ed PHP script to filter text to make it secure, and standard-compliant.

Action Helpers in Zend Framework

Action Helpers in Zend Framework are often considered a fairly arcane subject, something for experts only. However, they are meant to be an easy way to extend the capabilities of Action Controllers, negating the need to create your own base controller with custom functionality. The aim of this tutorial is to show you how to quickly and easily create and use Action Helpers to your advantage.

Rob Allen on Simple Zend_Form File Upload Example

Rob Allen, author of the upcoming “Zend Framework in Action” has released a new tutorial on how to do file uploads with the new Zend Form component. If you know Rob then you’ve probably already read this because you recognize awesomeness when you see it. If you don’t know Rob, you really need to check this out.