4 May
2006
4 May
'06
10:25 p.m.
On Thu, 04 May 2006 22:20:02 +0200, Novák Áron <aaron@szentimre.hu> wrote:
Hi,
Should any piece of Drupal code (especially the newly written codes) contain objects? Should I design new modules/etc in object oriented way? I use fgrep to browse in Drupal cvs code, but I can't find any class. Is it a non-written coding standard to not use oo? (by the way in PHP4 the oo is not very mature)
I just Googled the words drupal OOP and got http://api.drupal.org/api/HEAD/file/developer/topics/oop.html as the first result which is exactly what you should read.