Eblog99 - eblog99.com

General Information:

Latest News:

Enforcing Object Types in PHP: Filtering Input Objects in PHP 4 27 Mar 2013 | 06:29 pm

When you are writing an object-based web application in PHP, you want to prevent your classes from being convoluted with input objects of the incorrect type. These input objects can cause the applicat...

Simulating Events with PHP 5 27 Mar 2013 | 06:27 pm

PHP has the drawback of not supporting events. Fortunately, a basic structure can be built to support events in PHP 5. This article tackles that problem with some proof of concept code. Visit Tutorial

Enforcing Object Types in PHP: Using the PHP5 instanceof Operator 27 Mar 2013 | 06:27 pm

This is the second installment of the series “Enforcing object types in PHP.” Welcome back. As you’ll surely know, this three-part series goes through the basic concepts of object type enforcement in ...

Private Pages with PHP and Text Files 27 Mar 2013 | 06:26 pm

You run a website that is simple enough it doesn’t require a database. But your site features certain pages to which you’d like to limit access. Most of the time, that implies using a database to stor...

Enforcing Object Types in PHP: Using the Type Hinting Feature in PHP 5 27 Mar 2013 | 06:26 pm

Here we are again. Welcome to the last tutorial of the series “Enforcing object types in PHP.” As this article’s title suggests, this series introduces the basics of object type enforcement in PHP, co...

PHP 5 and Polymorphism 27 Mar 2013 | 06:25 pm

This article explains what polymorphism is and how it applies to object oriented design in particular. It also explains the pros and cons of polymorphism when working with certain versions of PHP. Vis...

Iterators in the Simplest Sense: An Accessible Implementation in PHP 4 27 Mar 2013 | 06:25 pm

In this first article of a series, Alejandro Gervasio explains the core concepts of Iterators in PHP, concentrating most of his efforts on the subject’s practical side. Visit Tutorial

Iterators in the Simplest Sense: Traversing Different Data Structures 27 Mar 2013 | 06:25 pm

Here we are again. Welcome to the second tutorial of the series “Iterators in the simplest sense.” Just in case you didn’t know, this series introduces Iterators in PHP 4 – PHP 5, explaining their bas...

Iterators in the Simplest Sense: Traversing Data Structures in PHP 5 27 Mar 2013 | 06:25 pm

Welcome to the final part of the series “Iterators in the Simplest Sense.” In this set of articles, you’ll learn the basic concepts of iterators in PHP 4 and PHP 5. The overall learning experience is ...

Collections and Sorting – PHP 27 Mar 2013 | 06:24 pm

PHP has only a limited ability to support collections in the way that other programming languages such as C# and Java do, as far as the manner of access. This article navigates one possible solution. ...

Recently parsed news:

Recent searches: