I am thinking of using a documentation parser such as javadoc (called
phpdoc) which will create a separate html document on the functions and
feastures of the classes I am writing,as well as examples and tutorial info.

I am just considering whether or no I have two versions - a no comments
version which goes live and a commented version which I compile the html
fromand also distribute.

Does anyone here have experience with phpdoc?

-----Original Message-----
From: Andrey Hristov [mailto:[EMAIL PROTECTED]]
Sent: 16 March 2002 17:29
To: caspar kennerdale
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] server load


However write short but meaningful comments. Keep in mind that the scripts
has to be loaded in the memory from the disk. Although
after first request it is in some cache.


Andrey


----- Original Message -----
From: "caspar kennerdale" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 16, 2002 7:24 PM
Subject: RE: [PHP] server load


> So you could have as much commented text without any detriment to the
pages
> performance?
>
> great
>
>
>
> -----Original Message-----
> From: Andrey Hristov [mailto:[EMAIL PROTECTED]]
> Sent: 16 March 2002 17:17
> To: caspar kennerdale
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] server load
>
>
> Flex - the tools that parses the code skips everything between /* and */
and
> for this no token is given back. Of course if you don't
> have 5kb comments Flex will be a little faster but possibly few %.
>
> Regards,
> Andrey
>
> ----- Original Message -----
> From: "caspar kennerdale" <[EMAIL PROTECTED]>
> To: "PHP General" <[EMAIL PROTECTED]>
> Sent: Saturday, March 16, 2002 7:13 PM
> Subject: [PHP] server load
>
>
> > Would a 10kb file which has 5kb of comments take longer to process in
php
> > than the same file wihout the comments which is 5kb?
> >
> > Or are the comments ignored as far as server load and speed to delivery
> are
> > concerned?
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to