|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Object Oriented Web Development
With the exception of Beans with JSP/Servlets
i see no use of OOP in web developement.. im sure there is its just past my eyes.. can some people give me examples of when this is usefull. Using a DB Backend seems to hold all possible data. also if u make an object is it possible to pass it along through sessions? if there is an article on this i would be interested in reading thanx -shocka |
|
#2
|
||||
|
||||
|
The value of object oriented programming becomes apparent to you as the scope of the projects you manage increase.
For instance, I would be willing to bet that you currently only manage one small or medium website. Correct? Currently I work for a non-profit, where we are directly responsible for the management of 11 websites; additionally, we create web-based administration tools and applications for other non-profits who host their websites on our servers, as an added-value feature. Under this scenario, we could not offer this kind of value-added service, nor could we manage this many websites internally were it not for the object-oriented programming features available in PHP. The scope of the projects we manage demands that the application functionality I develop be made available to several websites simultaneously, and that the functionality of those applications remain entirely separate from the layout of the website itself. Only through OOP can this be achieved in so concise and clear a fashion.
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
|
#3
|
|||
|
|||
|
*cough*CPAN*cough*
__________________
. |
|
#4
|
||||
|
||||
|
Quote:
lol... totally! If you're using Perl, you should be using CPAN. If you're using PHP, the (up and coming) equivalent is PEAR, though (from what I understand) PEAR does not (yet) have all of the functionality available in CPAN. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > Object Oriented Web Development |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|