Developing a Model-View-Controller Component – Part 4 – Creating an Administrator Interface
Introduction
In the first three tutorials, we have developed a MVC component that retrieves its data from a table in the database. Currently, there is no way to add data to the database except to do it manually using another tool. In this tutorial, we will develop an administrator section for our component which will make it possible to manage the entries in the database.
阅读更多…
