array

Test.ical.ly Blog: PHP 5.4 with traits, Doctrine 2.2 and then Sy...

PHPDeveloper.org  Mon, 06/20/2011 - 11:07

On the Test.ical.ly blog there's a new post looking ahead to the next release of PHP, 5.4, and what it could mean for some of the popular tools out there - specifically Symfony and Doctrine.


 

RFC: Mocking protected methods - till

Planet PHP  Wed, 06/15/2011 - 16:19

Update, 2011-06-16, 12:15 AM Thanks for the comments.

(I swear I had something like that before and it didn't work!) Here's the solution:


 

Man will run Tokyo Marathon with dizzying array of gadgetry (vid...

Digg / Tech Industry News  Mon, 02/21/2011 - 12:26

How do you get all your social media friends to (virtually) run a marathon with you? Behold, the iRig.


 

Stefan Koopmanschap's Blog: Introducing phpOpenNOS

PHPDeveloper.org  Mon, 01/03/2011 - 11:42

Stefan Koopmanschap has a new post to his blog today talking about the release of a library he's created to help interface with the NOS public broadcasting group's newly opended API.


 

magic __get and __set style? - Michael Kimsal

Planet PHP  Sun, 12/19/2010 - 14:59

For a long time I’ve held that __get and __set in PHP were not all that hot  - mostly because it’s solely error handling.

 There’s no way to deal invoke __get or __set behaviour for properties that are defined on a class.  That’s sort of a beef for another post (I’d started an RFC some time ago on trying to extend that behaviour to defined properties as well as undefined, but didn’t finish it, life got in the way, and various other reasons – again, perhaps for another day).

For those who insist on using __get/__set, I *typically* see this sort of style code:


 

3 Media Conversion Apps That Will Make You a True Believer

Linux Today  Wed, 11/03/2010 - 13:03

LinuxInsider: "Dealing with the mind-numbing array of formats present in digital media can be intimidating for a user of any platform, and users considering Linux may be hesitant to switch if they think certain types of files simply cannot be made to play on an open source OS."


 

It’s True, Americans Love Their Gadgets [Graphic]

Digg / Tech Industry News  Sat, 10/23/2010 - 09:23

More and more Americans feel an ever-increasing need to work on-the-go and be connected from wherever they are, and today’s technology companies have responded (and capitalized) with an array of ever-evolving technological gadgets.

Some are used mostly for entertainment and others to get the job done, but with eight out of every 10 people owning two or more, one can’t ignore that technology is practically everywhere you look.

How do you match up in America’s gadget-owning competition?


 

Clonezilla Live

Linux Journal - The Original Magazine of the Linux Community  Fri, 09/03/2010 - 09:44

Clonezilla is a bootable CD


 

New Array and Enumerable methods in Ruby 1.9.2

Ruby Inside  Mon, 07/05/2010 - 20:03

http://rbjl.net/27-new-array-and-enumerable-methods-in-ruby-1-9-2-keep_if-chunk (or on Ruby Inside)

In Ruby, dealing with Arrays and similar objects is pretty fun.

And we have gotten more possibilities with Ruby 1.9.2 :)

Jan Lelis


 

A Closer Look At ArrayObject - Brandon Savage

Planet PHP  Mon, 04/26/2010 - 05:00

Every once in a while I discover a really cool, really underutilized component in PHP and I just have to write about it.

I recently discovered (through my use of Zend Framework) the implementation of the ArrayObject class. ArrayObject is an object that is designed to behave exactly like an array.

If that seems confusing, don’t [...]