Front End Login WordPress Plugin – Model View Controller (MVC) – Tutorial – Part Two

In Part One we introduced the Model-View-Controller (MVC) paradigm and used it to develop the “Front-End-Registration-Login” plugin. The development was not complete as we only implemented the login/logout functionality. In this part we will add the following: Change Password Oops .. I forgot my Password Register This functionality will be added using the MVC scaffolding we […]
Front End Login WordPress Plugin – Model View Controller (MVC) – Tutorial – Part One

A lot has been written about the Model-View-Controller (MVC) paradigm over the years. Let me address the subject specifically in the context of WordPress plugin development. This is Part One of the mini-series. It covers the “scaffolding” for MVC and the login / logout functionality. Part Two covers user registration, lost password etc. Setting the scene When […]