Zen Cart Logo
Forums / General Questions / How much Object Oriented Programming is in Zencart ?

How much Object Oriented Programming is in Zencart ?

Locked

Views: 1,274

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
25 Nov 2009, 2:01 PM
#1
dogtags avatar

dogtags

Totally Zenned

Join Date:
Nov 2003
Posts:
876
Plugin Contributions:
1

How much Object Oriented Programming is in Zencart ?

Just wondering, how much of zencart is based on OOP ?

Is most of it procedural ?

Many thanks :smile:

25 Nov 2009, 3:38 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: How much Object Oriented Programming is in Zencart ?

Currently, most of the code is procedural, though the central handling mechanism has been converted to OOP. V2.0 being worked on now is all about making the whole codebase OOP.
See the wiki, developers section, for info on OOP (Developers API Tutorials).

25 Nov 2009, 3:51 PM
#3
dogtags avatar

dogtags

Totally Zenned

Join Date:
Nov 2003
Posts:
876
Plugin Contributions:
1

Re: How much Object Oriented Programming is in Zencart ?

Thanks Glenn :smile: