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 😉


Tony

  • Support Staff

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