Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Matthew Weir O'Phinney's Blog:
Phly_Struct? no, Phly_Hash...
May 23, 2006 @ 10:46:50

If you'll remember a bit back, Matthew Weir O'Phinney shared some libraries (Phly_Struct and Phly_Config) that he'd written. Well, after some discussion with others in the community, he's changing thing up a bit.

After some discussion with Paul and Mike, I was convinced that 'Struct' was a bad name for Phly_Struct; structs are rarely if ever iterable, and one key feature of Phly_Struct is its iterable nature.

The question is: what to name it? Hash can imply cryptographic algorithms, but, overall, is short and used often enough in PHP circles that it makes sense to me. So, I've renamed Phly_Struct to Phly_Hash, and updated Phly_Config to use the new package as its dependency.

The package and all of the instructions for it and its new functionality can be found on his channel page, you you can just upgrade/install through the "pear" command.

tagged: phly_struct phly_hash library hash pear channel phly_struct phly_hash library hash pear channel

Link:

Matthew Weir O'Phinney's Blog:
Phly_Struct? no, Phly_Hash...
May 23, 2006 @ 10:46:50

If you'll remember a bit back, Matthew Weir O'Phinney shared some libraries (Phly_Struct and Phly_Config) that he'd written. Well, after some discussion with others in the community, he's changing thing up a bit.

After some discussion with Paul and Mike, I was convinced that 'Struct' was a bad name for Phly_Struct; structs are rarely if ever iterable, and one key feature of Phly_Struct is its iterable nature.

The question is: what to name it? Hash can imply cryptographic algorithms, but, overall, is short and used often enough in PHP circles that it makes sense to me. So, I've renamed Phly_Struct to Phly_Hash, and updated Phly_Config to use the new package as its dependency.

The package and all of the instructions for it and its new functionality can be found on his channel page, you you can just upgrade/install through the "pear" command.

tagged: phly_struct phly_hash library hash pear channel phly_struct phly_hash library hash pear channel

Link:


Trending Topics: