Re: [PHP-DOC] Commit document

2010-05-19 Thread Yannick Torrès
Hi all, Here is some important news about this development. I'm about to commit the new version of the editor who include all features discuss in this thread. After I commit this, *all patch will be lost !* Actually, there is one in EN, 4 in RU. Please, clean up this before my futur commit. I w

Re: [PHP-DOC] SVN Account Request: jwage

2010-05-19 Thread Jonathan Wage
Hi, Thanks! I hope to make some additions right away. - Jon On Wed, May 19, 2010 at 2:39 PM, Philip Olson wrote: > > On May 19, 2010, at 11:51 AM, Jonathan H. Wage wrote: > > > Work on MongoDB documentation. > > Hello Jonathan, > > Your SVN account has been created, with phpdoc karma granted.

Re: [PHP-DOC] SVN Account Request: jwage

2010-05-19 Thread Philip Olson
On May 19, 2010, at 11:51 AM, Jonathan H. Wage wrote: > Work on MongoDB documentation. Hello Jonathan, Your SVN account has been created, with phpdoc karma granted. Welcome to the PHP documentation team! :) Regards, Philip

[PHP-DOC] SVN Account Request: jwage

2010-05-19 Thread Jonathan H. Wage
Work on MongoDB documentation.

Re: [PHP-DOC] MongoDB PHP Documentation

2010-05-19 Thread Philip Olson
On May 19, 2010, at 10:42 AM, Jonathan Wage wrote: > On Wed, May 19, 2010 at 8:47 AM, Jonathan Wage wrote: > Hi, > > I would like to add to and complete the documentation for the MongoDB PHP > extension. I am a developer for an open source project (Doctrine) that builds > object persistence la

Re: [PHP-DOC] proposal: documenting trunk

2010-05-19 Thread Christopher Jones
On 05/19/2010 06:45 AM, Daniel Convissor wrote: Hi Philip: Nobody knows if/when PHP 5.4 or PHP 6 will exist, yet commits are happening in php-src/ trunk. We need to figure out how to document this stuff in such a way that we: ... Here's a proposal that may work, please critique: Looks g

Re: [PHP-DOC] MongoDB PHP Documentation

2010-05-19 Thread Jonathan Wage
Hi, I made a patch with some of my first few additions: http://pastebin.com/pXcGY5wb Thanks, Jon On Wed, May 19, 2010 at 12:46 PM, Kristina Chodorow wrote: > Please give him an account/permissions, I'd love to have the help. > > > On Wed, May 19, 2010 at 8:47 AM, Jonathan Wage wrote: > >> Hi,

Re: [PHP-DOC] MongoDB PHP Documentation

2010-05-19 Thread Kristina Chodorow
Please give him an account/permissions, I'd love to have the help. On Wed, May 19, 2010 at 8:47 AM, Jonathan Wage wrote: > Hi, > > I would like to add to and complete the documentation for the MongoDB PHP > extension. I am a developer for an open source project (Doctrine) that > builds object p

Re: [PHP-DOC] Italian translation

2010-05-19 Thread Marco Cucinato
On 17/05/2010 09:07, tott...@tiscali.it wrote: Dear phpdoc team i want translate the document for italian developer Welcome! Please come to DOC-IT mailing list to discuss about it.

Re: [PHP-DOC] proposal: documenting trunk

2010-05-19 Thread Daniel Convissor
Hi Philip: > Nobody knows if/when PHP 5.4 or PHP 6 will exist, yet commits are happening > in php-src/ trunk. We need to figure out how to document this stuff in such a > way that we: ... > Here's a proposal that may work, please critique: Looks good. Thanks for thinking about this stuff. --D

[PHP-DOC] MongoDB PHP Documentation

2010-05-19 Thread Jonathan Wage
Hi, I would like to add to and complete the documentation for the MongoDB PHP extension. I am a developer for an open source project (Doctrine) that builds object persistence layers for PHP. Our latest addition is an Object Document Mapper for MongoDB and more documentation on the php.net website

[PHP-DOC] Re: [PHP-DEV] Interface and abstract method

2010-05-19 Thread Richard Quadling
On 19 May 2010 13:53, Peter Cowburn wrote: > I think the key issue is that _in the docs_ some interface methods are > marked up as abstract, yet others aren't.  I suggest making them > consistent, having them all being one or t'other. I would show abstract. -- - Richard Quadling "Standing

[PHP-DOC] Re: [PHP-DEV] Interface and abstract method

2010-05-19 Thread Peter Cowburn
On 19 May 2010 13:31, Richard Quadling wrote: > On 19 May 2010 13:27, mathieu.suen wrote: >> Ok so there is no real meaning behind the "abstract". >> Thanks >> >> On 05/18/2010 05:55 PM, Tjerk Anne Meesters wrote: >>> >>> Normally, PHP won't allow access types for interface methods, but the >>> r