Jump to content

MVC implementation, how do i create the file / folder structure on the server


Recommended Posts

starter on procedural MVC

 

would this be right?

 

on the web folder , i have my controller codes / php files

 

on two different folders with the same level as  the web folder, i have the model, and then, the view

 

/project/web

 

/project/model

 

/project/view     

 

 

 

 

 

 

 

/model/

/view/

/controller/

/helpers/

/errors/

 

Basically, you can do it however you want. Just have it organized. Don't get it in a mess. I tend to stick to a structure like that ^

 

----------------

Now playing: Enter Shikari - Adieu

via FoxyTunes

ok, so which of these folders is the one that is in the web server document root, then?

 

None, I would be more inclined to use...

 

/models

/views

/controllers

/htdocs

  /js

  /css

  /imgs

 

Where /htdocs is web accessible and contains your index.php file.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.