Re: Interesting Article "Experiences of Using PHP in Large Websites"
- From: Wayne <not@xxxxxxxx>
- Date: Fri, 16 Sep 2005 05:20:14 GMT
On Thu, 15 Sep 2005 20:03:00 -0500, David <martindb@xxxxxxxxxxxxx>
wrote:
>Who is using PHP for larger projects and how do you handle the naming
>issue?
I use "package" naming where each class is prefixed with it's path
location separated by underscores. Examples:
Net_Mail_Message
Web_UI_Control_TextBox
Data_Driver_MySqlConnection
It's a *very* large PHP5 project.
.
Relevant Pages
- Re: Include or require with a variable
... > You should also be naming your includes as .php so if someone does get one ... that any of your .php files can be directly executed, ... -- brion vibber ... (comp.lang.php) - Re: embedded php
... that depends on how your web server is set up. ... i make a habit of naming all ... files that have php code in them to end in .php so that i can better manage ... (alt.php) - Re: #;
... hierarchical/relative package _naming_ ... implementations support (as something a bit more than a mere package ... naming convention due to meaning attached to relative paths ... (comp.lang.lisp) - Re: Tablelist under 8.5
... than it won't collide with the current naming of the original ... IMO it's worth thinking of changing the package names to be ... suggestion is not about to change the syntax of tcl, ... What are the drawbacks of case sensitivity? ... (comp.lang.tcl) - Re: [kde] rc1 advice needed
... On Wednesday 23 Jul 2008 7:54:56 pm Anne Wilson wrote: ... There was a change in naming of that package within the kde repository. ... (KDE) |
|