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
> 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/
---
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
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
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
>>
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