Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Starting point site Re: Starting point site

#98563
karlpcrowley
Participant

Sounds like you’re trying to build an MVC framework
Here’s some tutorials to help you understand
(part 1 of 5)
http://www.youtube.com/watch?feature=player_embedded&v=Aw28-krO7ZM

Basically in the root of your site you would have index.php doing all of the work

Once you get the hang of it I recommend taking a look at CodeIgniter too
http://codeigniter.com/