[PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2006-11-27 Thread Etienne Kneuss
colder Mon Nov 27 21:17:13 2006 UTC Modified files: /phpdoc/en/language/oop5patterns.xml Log: close is a keyword not a function, fix the confusing http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/patterns.xml?r1=1.8&r2=1.9&diff_format=u Index: phpdoc/e

[PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2005-11-18 Thread Nuno Lopes
nlopess Fri Nov 18 06:14:28 2005 EDT Modified files: /phpdoc/en/language/oop5patterns.xml Log: fix #33575: the example is a Parameterized Factory http://cvs.php.net/diff.php/phpdoc/en/language/oop5/patterns.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/language/oo

[PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2005-02-02 Thread Curt Zirzow
curtWed Feb 2 22:02:56 2005 EDT Modified files: /phpdoc/en/language/oop5patterns.xml Log: incorporate note, to prevent clone'ing of singletons http://cvs.php.net/diff.php/phpdoc/en/language/oop5/patterns.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/langua

[PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2005-02-02 Thread Curt Zirzow
curtWed Feb 2 21:51:07 2005 EDT Modified files: /phpdoc/en/language/oop5patterns.xml Log: Changed example to use php5 syntax. http://cvs.php.net/diff.php/phpdoc/en/language/oop5/patterns.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/language/oop5/patterns.

[PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2005-01-19 Thread Mehdi Achour
didou Wed Jan 19 08:16:15 2005 EDT Modified files: /phpdoc/en/language/oop5patterns.xml Log: fix for #31608: The static declaration must be after the visibility declaration. http://cvs.php.net/diff.php/phpdoc/en/language/oop5/patterns.xml?r1=1.3&r2=1.4&ty

Re: [PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2004-10-30 Thread Derick Rethans
On Sat, 30 Oct 2004, Aidan Lister wrote: > I'm happy for it to be moved elsewhere, myself and curt (sorry to dob you in > curt :P) thought this would be the best place. Best place would IMO be chapter V: Features. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.

Re[2]: [PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2004-10-30 Thread techtonik
||*()*|| Hi, Derick. >> First, I don't think this belongs in the PHP Manual (It has nothing to >> do with PHP itself, and there are many resources about patterns out >> there). DR> I disagree, those things should be in some place to show how it shouldbe DR> done, Soon we will have a local copy of

[PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2004-10-29 Thread Aidan Lister
aidan Sat Oct 30 00:42:07 2004 EDT Modified files: /phpdoc/en/language/oop5patterns.xml Log: Added ids (fixed a bug in livedocs rendering) http://cvs.php.net/diff.php/phpdoc/en/language/oop5/patterns.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/language/oop5/pa

Re: [PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2004-10-29 Thread Curt Zirzow
* Thus wrote Stefan Walk: > Hi, > > First, I don't think this belongs in the PHP Manual (It has nothing to > do with PHP itself, and there are many resources about patterns out > there). Yes there are a lot of resources out there. The purpose of oop 5 patterns in the manual should be to demonstra

[PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2004-10-29 Thread Aidan Lister
aidan Fri Oct 29 23:39:07 2004 EDT Modified files: /phpdoc/en/language/oop5patterns.xml Log: Better examples http://cvs.php.net/diff.php/phpdoc/en/language/oop5/patterns.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/language/oop5/patterns.xml diff -u phpdoc/en/l

Re: [PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2004-10-29 Thread Aidan Lister
> First, I don't think this belongs in the PHP Manual (It has nothing to > do with PHP itself, and there are many resources about patterns out > there). Most of the resources about patterns I've looked at suck, I thought it would be good to have a place where the patterns are clearly explained, e

Re: [PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2004-10-29 Thread Derick Rethans
On Fri, 29 Oct 2004, Stefan Walk wrote: > Hi, > > First, I don't think this belongs in the PHP Manual (It has nothing to > do with PHP itself, and there are many resources about patterns out > there). I disagree, those things should be in some place to show how it shouldbe done, but I agree with:

Re: [PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2004-10-29 Thread Nuno Lopes
Stefan Walk wrote: Hi, First, I don't think this belongs in the PHP Manual (It has nothing to do with PHP itself, and there are many resources about patterns out there). Yep I also think it should be removed... Nuno

Re: [PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2004-10-29 Thread Friedhelm Betz
Stefan Walk wrote: Hi, First, I don't think this belongs in the PHP Manual (It has nothing to do with PHP itself, and there are many resources about patterns out there). +1 If this should go in, I feel this should be in a section like "What can PHP do?" or What is OOP in PHP good for, you got my p

Re: [PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2004-10-29 Thread Stefan Walk
Hi, First, I don't think this belongs in the PHP Manual (It has nothing to do with PHP itself, and there are many resources about patterns out there). Second, if this goes in, the examples should be "done right". Right now they look like more like PHP4 code then like PHP5 code. For example, the

[PHP-DOC] cvs: phpdoc /en/language/oop5 patterns.xml

2004-10-29 Thread Aidan Lister
aidan Fri Oct 29 07:28:28 2004 EDT Added files: /phpdoc/en/language/oop5patterns.xml Log: Added patterns section http://cvs.php.net/co.php/phpdoc/en/language/oop5/patterns.xml?r=1.1&p=1 Index: phpdoc/en/language/oop5/patterns.xml +++ phpdoc/en/language