Re: [SM-USERS] OT: PHP include path question

2007-05-04 Thread Alan in Toronto
On Fri, May 4, 2007 3:07 am, Fredrik Jervfors wrote: >> Also, is there a reason why PHP comments in SM files begin with slash and >> two asterisks? > > "/**" is for extracting documentation with phpDocumentor [1]. Comments > using "//" or "/*" are ignored by phpDocumentor. > > Sincerely, > Fredrik

Re: [SM-USERS] OT: PHP include path question

2007-05-04 Thread Fredrik Jervfors
> Also, is there a reason why PHP comments in SM files begin with slash and > two asterisks? "/**" is for extracting documentation with phpDocumentor [1]. Comments using "//" or "/*" are ignored by phpDocumentor. Sincerely, Fredrik [1] http://phpdoc.org/ ---

Re: [SM-USERS] OT: PHP include path question

2007-04-25 Thread Alan in Toronto
On Wed, April 25, 2007 12:16 am, Paul Lesniewski wrote: > Apologies for the late reply. > On 4/14/07, Alan in Toronto <[EMAIL PROTECTED]> wrote: >> On Fri, April 13, 2007 8:52 pm, Paul Lesniewski wrote: >> > On 4/13/07, Alan in Toronto <[EMAIL PROTECTED]> wrote: >> >> Currently I'm working on a s

Re: [SM-USERS] OT: PHP include path question

2007-04-24 Thread Paul Lesniewski
Apologies for the late reply. On 4/14/07, Alan in Toronto <[EMAIL PROTECTED]> wrote: > On Fri, April 13, 2007 8:52 pm, Paul Lesniewski wrote: > > On 4/13/07, Alan in Toronto <[EMAIL PROTECTED]> wrote: > >> Currently I'm working on a site that is located in a sub-directory of my > >> web > >> host

Re: [SM-USERS] OT: PHP include path question

2007-04-14 Thread Alan in Toronto
On Fri, April 13, 2007 8:52 pm, Paul Lesniewski wrote: > On 4/13/07, Alan in Toronto <[EMAIL PROTECTED]> wrote: >> Currently I'm working on a site that is located in a sub-directory of my web >> hosting >> account. When it's complete, I'll move it to the server of the non-profit >> group >> I'm >>

Re: [SM-USERS] OT: PHP include path question

2007-04-13 Thread Paul Lesniewski
On 4/13/07, Alan in Toronto <[EMAIL PROTECTED]> wrote: > Sorry, this is OT, but I'm a complete newbie to PHP and I know there are some > smart > PHP coders in this group. If you would indulge me, could you please let me > know the > best way to define paths for includes. > > Currently I'm working