Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the 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 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-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 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-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 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-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 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-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 6114
What programming language is EE 4 in ? | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium What programming language is EE 4 in ?

What programming language is EE 4 in ?

Posted: April 14, 2014 at 8:15 am

Viewing 1 reply thread


Sebastien Matte

April 14, 2014 at 8:15 am

Hello, I realized that merely ‘welding’ themes and plugins and css together is a bit basic for my designs, and that I need to learn to program. I was wondering, you say that EE 4 is object oriented language, right now I don’t know enough to figure out you programmed it in which one ? I don’t suppose it’s still in full php like EE3 ?

Thanks, as usual ;-)


Anonymous

April 14, 2014 at 9:27 am

Hi Sebastien,

Object Oriented Programming (OOP for short) is the concept of how you code, rather than the language used.

EE3 and EE4 (& WordPress for that matter) are built using PHP & MySQL (with some HTML, CSS & JS)

EE3 is was build using procedural code. EE4 is heavily Object Orientated.

It depends on what it is your trying to achieve but I would recommend learning how WordPress themes work before diving into EE code. In EE4 the events are Custom Post Types (CPT’s) so are themed in the same way WordPress themes your regular Posts. SO without some knowledge of the foundations you’ll end up chasing your tail.

The Codex is a good place to find alot of answers although can be a little overwhelming to begin with.

I also recommend reading through THIS tutorial.

Viewing 1 reply thread

The support post ‘What programming language is EE 4 in ?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server