Give me the best standard way of coding in PHP. where to store my css, php, images etc. How to seperate my folders, How many folders and whats the name of that folder?
|
|
What I use to do is the next:
and son on hope I've helped you |
|||
|
|
|
|
There is no standard. PHP is a language, not a framework, and as with any language, you can organize your project however you see fit. However, there are some great frameworks written in PHP that have a directory structure and provide tools, etc. For example, Cake PHP and Code Igniter. |
||
|
|
|
||||
|
|
|
There is no best or standard way - that's the exactly kind of knowledge that you can gain from experience of working on projects - it is not something essential that you need before you can start programming - I would even suggest to keep all in the same folder if it's a small app with just couple of files. Really, you'll get your ways with time and experience. |
||
|
|
|
|
You are assuming that there is a best way to do that, and there isn't. It is completely dependent on your application architecture and personal preference. I can give you a couple of generic hints:
|
||||||||
|
|
|
I'm not sure about the "best standard" because I think you'll find it is largely subjective and dependent on other factors e.g. any frameworks you're using and the size of your project. However, I've tended to stick with the following convention:-
I've noticed the conventions these days to bundle the js/styles/images folder into their own 'public' (rails) or 'static' (django) folders which might also be nicer. |
||
|
|
