News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
CodeSnipers.com:
Embarking on PHP5 Objects
January 18, 2006 @ 06:40:42

From CodeSnipers.com today, there's a new post with their look at objects in PHP5 - how they work, how they're different from in PHP4, and some code to show their use.

After a brief few weeks studying Perl and its nuances I'm going to take a look at PHP5 Objects.

One of the annoying things with object in PHP 4 was you had to use a lot of references, you know, that funny & symbol. No longer needed in PHP 5 because you use "Object Handles" perhaps similar to a file handler you when fopen a file. Also available now are access modifiers "public/protected/package" and interface implementation. I can hear the beer mugs of java programmers being raised in celebration to this one. Also new to PHP 5 are real constructors and destroy methods. There are many more features, but lets see some code.

There are code examples that show some of the new keywords (private, public, etc) that the object structure uses, as well as how you can use them. They link to the PDF of Power PHP 5 Programming for a good place to start...

0 comments voice your opinion now!
php php5 object class public private implements extends php php5 object class public private implements extends



Similar Posts

Jacob Santos' Blog: My Love For Array Object Idiocy

Utah PHP Users Group: March 2006 Meeting - 16th @ 7pm

PHPBuilder.com: Using XML, Part 5 - SOAP and WSDL

RelativeSanity.com: The Problem with PHP

CodeSnipers.com: Stupidly Easy MVC - Group Membership Application (Part 2)


Community Events









Don't see your event here?
Let us know!


database code application example PHP5 package zend job ajax releases release framework security PEAR developer mysql zendframework book cakephp conference

All content copyright, 2009 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework