Purchase Solution

PHP and MVC

Not what you're looking for?

Ask Custom Question

I have a PHP script and I need to implement the MVC design pattern to produce a product listing, and also to Update the fields of an existing Product. I need to apply the MVC design pattern to the PHP scripts.

Add a new product to the database.
Delete an existing product

Also consider that you need to add to the prodlist.class object in order to implement a scrolling mechanism, allowing a user to scroll through all the records of the table by calling a function (or method) of the class ...say..next(), to retrieve the the next record. Of course you would need to first set up the call to get the first record etc... You could then implement this optional extra work by making the changes.

Attachments
Purchase this Solution

Solution Summary

The expert implements MVC design for a PHP script.

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

C# variables and classes

This quiz contains questions about C# classes and variables.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.