Gaurev,
I do agree with Joel (webdevil) on this issue.
Since PHP 5.0 the use of OO (classes) is basically a must
regardless of
the size of you're application.
In my experience the speed as well as the management of the
code is
much better compared to only use of includes with functions.
BUT, this
also depends highly on your modelling skills. Good modelling
demands a
thorough understanding of the functionality you want to
create and use
of rigid principles to avoid overlapping classes etc.
Minimise coupling
and maximise coherence are good examples of those
principles.
Linvo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Professional PHP Developers"
group.
To post to this group, send email to Professional-PHP googlegroups.com
To unsubscribe from this group, send email to
Professional-PHP-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/Professional-PHP
-~----------~----~----~----~------~----~------~--~---
|