On Tue, 2014-08-26 at 11:53 +0100, Baber wrote: > Hi > > > > Apologies if I have sent email to the wrong address. > > I have a very simple question regarding PHP i.e > > Does coding in PHP in procedural way (not object oriented) is still market standard and not obselete? > > Many thanks, > > --------------- > Baber > baber_abbasi@xxxxxxxxxxx I would actually say the standard is object orientated, not procedural. I've found there are very few cases for procedural these days, and would always go down the OOP route, as it teaches better programming practices. -- Thanks, Ash http://www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php