Tag: Development

Community

Overloading Classes in PHP 5

(Alejandro Gervasio) Welcome to the last installment of the series “Overloading classes in PHP.” Comprised of three tutorials, this series shows you how to overload your classes whether you’re using PHP 4 or PHP 5, and explains in detail the implementation of the “__set()”, “__get()” and “__call()”

Community

An Introduction to LINQ – Part 2

(Thiru Thangarathinam) In Part 1 of this series on LINQ, you learned all the basics of LINQ including type inference, Lamda expressions, extension methods, and anonymous types. You also discussed the use of standard query operators for querying in-memory objects, and collections. With that backgroun

Community

All About Enums

(Dino Esposito) Among the many benefits of writing magazine articles, I particularly enjoy reader feedback, especially when readers are inspired to try new things and report back with useful development tips. Recently I’ve had some interesting mail about enumeration types, so I’ve decided to talk ab