EZMVC Sample Application
MVC is a design pattern. A design pattern is a code structure that allows for common coding frameworks to be replicated quickly. You might think of a design pattern as a skeleton or framework on which your application will be built. The most obvious benefit of a MVC framework is that it helps you separate the business logic (database) and the presentation logic (design).
EZMVC is an easy to use framework implementing the MVC (Model View Controller) design pattern. EZMVC is inspired by some of the MVC frameworks such as OpenCart, phpro.org, etc. This release of EZMVC framework is very basic, immature, you won't see all those great features but we hope to continue working on this project and come up with an extremely flexible and scaleable framework.
The following table brings some records from database:
| Product Name | Price | Stock | Active |
| Chai | 18 | 39 | Yes |
| Chang | 19 | 17 | Yes |
| Aniseed Syrup | 10 | 13 | Yes |
|
Showing results 1 to 3 of 9
« Prev 1
|
|||