RE: [PHP] Documentation

2010-10-28 Thread Jay Blanchard
[snip]...[/snip] http://evolt.org/node/21173 This is an article that I wrote long ago (it needs some severe updating) that speaks to a lot of the phases of documentation. Any application typically has several audiences; developers, administrators, supporters and users are just an example of the a

Re: [PHP] Documentation

2010-10-27 Thread Rico Secada
On Wed, 27 Oct 2010 10:52:58 +0200 Jordan Jovanov wrote: > Hello All, > > I finished with coding and now I am on the part when need to write > documentation. But I don't know how to write correct documentation. > Does have some rules or standard for writing documentation for PHP? > Or maybe hav

Re: [PHP] Documentation

2010-10-27 Thread Teto
On Wed, Oct 27, 2010 at 2:20 PM, Nicholas Kell wrote: > > On Oct 27, 2010, at 4:09 AM, Tommy Pham wrote: > > >> -Original Message- > >> From: Jordan Jovanov [mailto:jovanovj...@gmail.com] > >> Sent: Wednesday, October 27, 2010 1:53 AM > >> To: php-general@lists.php.net > >> Subject: [PHP]

Re: [PHP] Documentation

2010-10-27 Thread Nicholas Kell
On Oct 27, 2010, at 4:09 AM, Tommy Pham wrote: >> -Original Message- >> From: Jordan Jovanov [mailto:jovanovj...@gmail.com] >> Sent: Wednesday, October 27, 2010 1:53 AM >> To: php-general@lists.php.net >> Subject: [PHP] Documentation >> >> Hello All, >> >> I finished with coding and now

RE: [PHP] Documentation

2010-10-27 Thread Tommy Pham
> -Original Message- > From: Jordan Jovanov [mailto:jovanovj...@gmail.com] > Sent: Wednesday, October 27, 2010 1:53 AM > To: php-general@lists.php.net > Subject: [PHP] Documentation > > Hello All, > > I finished with coding and now I am on the part when need to write > documentation. But

Re: [PHP] Re: PHP documentation parsing?

2008-07-19 Thread Daniel Brown
On Fri, Jul 18, 2008 at 9:22 AM, Christian A. Reiter <[EMAIL PROTECTED]> wrote: > Hi, > Sorry for "spamming", but i got a error reply from sending this to > [EMAIL PROTECTED] Don't worry, you're not "spamming", you were following up. The gods have forgiven you, so you're good to go! ;-P

[PHP] Re: PHP documentation parsing?

2008-07-18 Thread Christian A. Reiter
Am Freitag, 18. Juli 2008 13:03:43 schrieb M. Sokolewicz: > This is more of a question for the PHP Documentation Mailinglist than > for php-general, so I'm cc'ing it there. > > Could you perhaps put up such a toc file somewhere online, so we could > take a look at what it actually looks like, for t

[PHP] Re: PHP documentation parsing?

2008-07-18 Thread M. Sokolewicz
Christian A. Reiter wrote: As you maybe know, the program "kdevelop" under Linux has a built in documentation browser which uses the online php documentation which was on the homepage of the Minnesota university. Since this homepage isn't available any more the documentation is broken. I tried

Re: [PHP] Documentation of PHP sourcecode

2006-08-02 Thread Ligaya Turmelle
Chris Boget wrote: I am looking in some possibilities for automatically documenting my functions and classes. Preferably with some markup in the sourcecode and easy to implement. I am running Linux on my desktop so w* stuff won't do it for me :) Can anyone point me in the right direction? C

Re: [PHP] Documentation of PHP sourcecode

2006-08-02 Thread Brad Bonkoski
www.phpdoc.org similar to javadocs, and works pretty well. -Brad Paul Zwiers wrote: Dear all, With a growing base of previous PHP work (not to be be mistaken for a "framework" :) ) I also find myself recoding and reinventing the wheel. Something I really do not want to do. I am looking in s

Re: [PHP] Documentation of PHP sourcecode

2006-08-02 Thread Jochem Maas
Paul Zwiers wrote: > Dear all, > > With a growing base of previous PHP work (not to be be mistaken for a > "framework" :) ) I also find myself recoding and reinventing the wheel. > Something I really do not want to do. > > I am looking in some possibilities for automatically documenting my func

Re: [PHP] Documentation of PHP sourcecode

2006-08-02 Thread John Nichel
Paul Zwiers wrote: Dear all, With a growing base of previous PHP work (not to be be mistaken for a "framework" :) ) I also find myself recoding and reinventing the wheel. Something I really do not want to do. I am looking in some possibilities for automatically documenting my functions and

Re: [PHP] Documentation of PHP sourcecode

2006-08-02 Thread Chris Boget
I am looking in some possibilities for automatically documenting my functions and classes. Preferably with some markup in the sourcecode and easy to implement. I am running Linux on my desktop so w* stuff won't do it for me :) Can anyone point me in the right direction? Check out PHPDocumento

Re: [PHP] Documentation software

2006-06-29 Thread Jochem Maas
Mathieu Dumoulin wrote: > This is not a php specific question but more a programming question. I'd oh we'll answer Q's on anything from ASP to STDs on this list ;-) > like to know names of software that help in creating documentation like > the microsoft style of documentation when you visit the

Re: [PHP] Documentation for VAR

2005-04-23 Thread Richard Davey
Hello Satyam, Friday, April 22, 2005, 3:59:38 PM, you wrote: S> I've been going through the manual and haven't found 'var' S> documented anywhere, as far as I found, it is just used, and that's S> it. It seems it first appears when it talks about Classes, and it S> is just used in the examples as

RE: [PHP] Documentation for VAR

2005-04-23 Thread Jay Blanchard
[snip] I've been going through the manual and haven't found 'var' documented anywhere, as far as I found, it is just used, and that's it. It seems it first appears when it talks about Classes, and it is just used in the examples as if everyone knew what var is supposed to do. [/snip] It is jus

Re: [PHP] Documentation for VAR

2005-04-23 Thread Satyam
I was looking for formal documentation because I am doing a pre-processor for some PHP extensions and wanted to know the right and formal description for it. Nevertheless, I think your examples below cover most cases, a help much appreciated. Thanks Satyam "Jochem Maas" <[EMAIL PROTECTED]>

Re: [PHP] Documentation for VAR

2005-04-22 Thread Jochem Maas
Richard Davey wrote: Hello Satyam, Friday, April 22, 2005, 3:59:38 PM, you wrote: S> I've been going through the manual and haven't found 'var' S> documented anywhere, as far as I found, it is just used, and that's S> it. It seems it first appears when it talks about Classes, and it S> is just used

Re: [PHP] Documentation on features not in current release (SimpleXML PHP5 Beta 3)

2004-01-17 Thread Chris Shiflett
--- Jonathan <[EMAIL PROTECTED]> wrote: > Where would I be able to find a function reference or documentation > on new features that are not documented in the official manual? Usually nowhere. Features that have yet to be documented are probably so experimental, new, unfinished, or whatever, that

RE: [PHP] documentation on "<<<"

2003-10-01 Thread Chris W. Parker
Rich Fox on Wednesday, October 01, 2003 10:08 AM said: > Can someone point me to documentation on the <<< operator? I am > wondering if there are some quirks I don't know about. Yet I can't > find it documented on the php website. I don't know the answer to your que

Re: [PHP] documentation on "<<<"

2003-10-01 Thread Eugene Lee
On Wed, Oct 01, 2003 at 01:07:35PM -0400, Rich Fox wrote: : : Can someone point me to documentation on the <<< operator? I am wondering if : there are some quirks I don't know about. Yet I can't find it documented on : the php website. Try searching for "heredoc". -- PHP General Mailing List (h

RE: [PHP] documentation on pg_escape_string()

2003-03-17 Thread John W. Holmes
> Anyone know where to find documentation on this? Who knows what it > escapes? I always look in the manual when I'm looking for documentation, but that's just me. Hell, call me crazy, but I'd probably look in the chapter on the PG functions... but that's just me... and I have no idea what I'm doi

Re: [PHP] documentation on pg_escape_string()

2003-03-17 Thread Joe Conway
Dennis Gearon wrote: Anyone know where to find documentation on this? Who knows what it escapes? From PostgreSQL source (~/pgsql/src/interfaces/libpq/fe-exec.c): 8< /* --- * Escaping arbitrary strings to get valid SQ

RE: [PHP] Documentation Help

2003-02-05 Thread Jon Haworth
Hi Hardik, > I worked on educational intranet and library management system. I > did comment my code but i dont know how to document functional > and technical specification as well as database schema. Theoretically, you should write the specs before the program (that way, the program matches

RE: [PHP] documentation comment

2001-11-04 Thread Matthew Loff
- From: Andrew Brampton [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 04, 2001 5:46 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] documentation comment Have you seen a MSDN subscription latly? Its many many CDs of Help Files and such... Php.net has comments added by coders on the end, but

Re: [PHP] documentation comment

2001-11-04 Thread Andrew Brampton
Have you seen a MSDN subscription latly? Its many many CDs of Help Files and such... Php.net has comments added by coders on the end, but other than that they have nothing over M$ unless i'm missing something? Andrew - Original Message - From: "Jack Dempsey" <[EMAIL PROTECTED]> To: <[EMA

RE: [PHP] Documentation

2001-05-11 Thread Altunergil, Oktay
t: Re: [PHP] Documentation http://uk.php.net/mirrors.php regards, philip On Fri, 11 May 2001, Don Pro wrote: > Does anyone know alternative sites for PHP documentation? > > www.php.net seems to be down. > > Thankls, > Don > > > -- > PHP General Mail

Re: [PHP] Documentation

2001-05-11 Thread Philip Olson
http://uk.php.net/mirrors.php regards, philip On Fri, 11 May 2001, Don Pro wrote: > Does anyone know alternative sites for PHP documentation? > > www.php.net seems to be down. > > Thankls, > Don > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL