Jump to content

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


syntaxerror

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.