Object-oriented Programming
A logical and modular software design that is ripe for extension and customization.
pue-sales
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114better-click-to-tweet
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114pue-amazon
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114pue-stats
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114wordpress-seo
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114A logical and modular software design that is ripe for extension and customization.
Our goal is to make Event Espresso simple and reliable enough for the basic user, but robust and customizable enough for the enterprise-level user. One of the major refactors in Event Espresso 4 was to move from procedural-based coding to Object-oriented programming (OOP).
The premise behind OOP is to organize code into smaller software systems that can be reused throughout the entire software application. The smaller objects can also be reused rather than programmed multiple times (as is done with Procedural programming).
Experienced developers will appreciate how far we’ve abstracted the Event Espresso code, added hundreds of hooks, and added comments throughout. Developers will find that this more advanced way of programming will facilitate more complex systems and add to the possibilities of what you can build with Event Espresso.