Jump to content

Structure & Naming Conventions


dabas

Recommended Posts

Hello.  I am new to this forum and this is my first post.  I have been a windows application developer for 10+ years.  I've messed around with php a bit in the past but now I am trying to develop my first project.

 

I find myself at a loss when it comes to directory structure & naming conventions.  The app developer inside of me wants to make 3 directories named UI, BI, and DAL.  However, it doesn't seem appropriate for a web site.

 

I'd like to hear from other php devs on how they organize their project. 

 

Thanks in advance.

Link to comment
https://forums.phpfreaks.com/topic/156225-structure-naming-conventions/
Share on other sites

well, depends where your headed with php....

 

if you plan on using a framework, they pro'lly have a directory structure in place....

 

but it really is up to you and how you want to handle your directories...all that matters is that you are aware of your stucture and use it appropriatly I believe...:-)

 

Zend Coding Standard: http://framework.zend.com/manual/en/coding-standard.html

PEAR coding Standards: http://pear.php.net/manual/en/standards.php

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.