Drupal, OOP, and procedural langauges
Dec. 31st, 2005 04:35 pmhttp://drupaldocs.org/api/head/file/contributions/docs/developer/topics/oop.html
This is a really cool article that talks about the architecture of Drupal, and explains some reasons on why it was written in with virtually no classes. All programming geeks should read this right now!
This is a really cool article that talks about the architecture of Drupal, and explains some reasons on why it was written in with virtually no classes. All programming geeks should read this right now!
(no subject)
Date: 2005-12-31 10:12 pm (UTC)However I remmeber reading that with PHP5 you can tell it (somehow) that a class by some name is found in some file, and that PHP will do the includes automatically only after you've tried to access the file.
That is both neat and supposedly fast =P