Categories


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”.

Sample Chapter From Pro PHP, Patterns, Frameworks, Testing and More

My buddy Julie Miller over at apress has come through for us again. Today you get a double bonus. You get to check out a sample chapter of “Pro PHP, Patterns, Frameworks, Testing and more” by Kevin McArthur. You also get a great tutorial on SPL!

PHP and your domain model with Doctrine ORM

For the last 10 years of doing web development with PHP I have been searching for a proper way to build my domain model and represent it with a relational database and a set of PHP classes. This has not existed until recently I came across a young open source PHP project named Doctrine.

Quentin Zervaas talks about Monitoring File Uploads using Ajax and PHP

We’ve talked about this before, but not recently. Quentin Zervaas has posted a nice tutorial on how to use APC, PHP 5 and prototype.js to build a file upload progress bar.

Generating and Validating Web Forms With PEAR HTML_QuickForm

Over the next few pages, I’ll be introducing you to one of PEAR’s most powerful tools for generating Web forms and validating the input that arrives through them: the HTML_QuickForm package. This package provides a flexible, reusable library of methods that can literally save you hours of time when dealing with form-based user input – and best of all, it’s free and extremely easy to use. So what are you waiting for? Jump right in, and let’s get going!

Whip Up a Yahoo! Mashup Using PHP

So, you want to create your own mashup? Great! Mashups—web applications that grab information from different external sources and mix it together in new and exciting ways—are fun to build and popular with users.

Generics in PHP

On his blog, Maarten Balliauw shows two easy ways on how to implement an ArrayObject supporting generics in PHP5.

The Standard PHP Library (SPL)

As its name implies, the goal of the Standard PHP Library-or SPL, for short – is to provide a standard library of interfaces that allows developers to take full advantage of object-oriented programming in PHP 5. This library of interfaces creates a standard API for certain kinds of built-in functionality, allowing your classes to interact with the PHP engine in a much more seamless manner. The functionality it provides includes, for example, the ability to define how your objects will react when iterated over with foreach, advanced array access, file and directory access, and advanced SimpleXML object handling. The largest chunk of functionality that the SPL provides comes in the form of iterators.

PHP 5.2.4 Released

The PHP development team would like to announce the immediate availability of PHP 5.2.4. This release focuses on improving the stability of the PHP 5.2.X branch with over 120 various bug fixes in addition to resolving several low priority security bugs. All users of PHP are encouraged to upgrade to this release.