PHP Module Locations

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Master Jake
Forum Newbie
Posts: 1
Joined: Fri Nov 27, 2009 8:12 am

PHP Module Locations

Post by Master Jake »

Hi. So basically I am faced with a bit of a challenge.

What I'm wanting to do is create a system that allows a user to choose to place little boxes (modules) on the page in any spot.

The modules come in 3 sizes: small, medium, and large. They are basically tables.

You can fit 4 small modules on 1 row, 2 medium modules on 1 row, and 1 large module on row.

I need a way to allow them to click a button and move around their modules (saving the location) and then replace the modules in those specific locations every time they visit the page.

Does anyone know a good design theory on how to go about doing this?

Thanks!
Post Reply