OOP in Drupal 7: Cool module in practice
Hey, do you wanna know how to:
- reduce the amount of code needed to create modules
- turns the code more readable
- make it easier to find bugs
- make it easier to change business logic
- make it easier to improve code
Sounds good, right? If you only wanna know about code, jump to here, or read about the historical background of the module ;)
Tags: