Re: [PHP-DOC] Indentation in mysql examples

2002-05-04 Thread Gabor Hojtsy
> > ANyway, I think indenting everything with four spaces adds a lot to > > readbility in code, as your left margin is usually the most left > > pixel of your screen. > > Derick > > But couldn't it be done automagically during html generation process? Part of the things can be done. If guys dec

Re: [PHP-DOC] Indentation in mysql examples

2002-05-03 Thread Slawomir Pucia
> ANyway, I think indenting everything with four spaces adds a lot to > readbility in code, as your left margin is usually the most left > pixel of your screen. > Derick But couldn't it be done automagically during html generation process? slawek-

Re: [PHP-DOC] Indentation in mysql examples

2002-05-03 Thread Friedhelm Betz
Hi, > On Fri, 3 May 2002, Egon Schmid wrote: >> From: "Simone Cortesi" <[EMAIL PROTECTED]> >> > At 00.24 03/05/02 +0200, =?iso-8859-2?Q?S=B3awomir_Pucia?= wrote: >> > >> > >Probably you didn't get the point. >> > > >> > >Since 1.101 many examples look like... >> > > >> > >> > > /* Connectin

Re: [PHP-DOC] Indentation in mysql examples

2002-05-03 Thread Georg Richter
On Friday, 3. May 2002 08:25, [EMAIL PROTECTED] wrote: > Oh, btw, it sais "3. The contents of examples with programlistings start > on column 0 in the XML code." IMO and thus need indentation, but that is my opinion. ANyway, I think > indenting everything with four spaces adds a lot to readbilit

Re: [PHP-DOC] Indentation in mysql examples

2002-05-02 Thread derick
On Fri, 3 May 2002, Egon Schmid wrote: > From: "Simone Cortesi" <[EMAIL PROTECTED]> > > At 00.24 03/05/02 +0200, =?iso-8859-2?Q?S=B3awomir_Pucia?= wrote: > > > > >Probably you didn't get the point. > > > > > >Since 1.101 many examples look like... > > > > > > > > /* Connecting, selecting data

Re: [PHP-DOC] Indentation in mysql examples

2002-05-02 Thread derick
On Fri, 3 May 2002, Egon Schmid wrote: > From: "Simone Cortesi" <[EMAIL PROTECTED]> > > At 00.24 03/05/02 +0200, =?iso-8859-2?Q?S=B3awomir_Pucia?= wrote: > > > > >Probably you didn't get the point. > > > > > >Since 1.101 many examples look like... > > > > > > > > /* Connecting, selecting data

Re: [PHP-DOC] Indentation in mysql examples

2002-05-02 Thread Egon Schmid
From: "Simone Cortesi" <[EMAIL PROTECTED]> > At 00.24 03/05/02 +0200, =?iso-8859-2?Q?S=B3awomir_Pucia?= wrote: > > >Probably you didn't get the point. > > > >Since 1.101 many examples look like... > > > > > /* Connecting, selecting database */ > > $link = mysql_connect("mysql_host", "mysql

Re: [PHP-DOC] Indentation in mysql examples

2002-05-02 Thread Simone Cortesi
At 00.24 03/05/02 +0200, =?iso-8859-2?Q?S=B3awomir_Pucia?= wrote: >Probably you didn't get the point. > >Since 1.101 many examples look like... > > /* Connecting, selecting database */ > $link = mysql_connect("mysql_host", "mysql_user", "mysql_password") > or die("Could not connec

Re: [PHP-DOC] Indentation in mysql examples

2002-05-02 Thread Sławomir Pucia
>> Could someone (maybe Derick) please explain why indentation of many >> (half?) examples in mysql.xml (revision 1.101) have been changed? >> Now we have half of the examples indented (4 spaces) and half not. >> Now I'm confused with applying these changes to pl/. IMHO we should >> go back to non

Re: [PHP-DOC] Indentation in mysql examples

2002-05-02 Thread Egon Schmid
From: "Sławomir Pucia" <[EMAIL PROTECTED]> > Could someone (maybe Derick) please explain why indentation of many (half?) > examples in mysql.xml (revision 1.101) have been changed? Now we have half > of the examples indented (4 spaces) and half not. Now I'm confused with > applying these changes

[PHP-DOC] Indentation in mysql examples

2002-05-02 Thread Sławomir Pucia
Could someone (maybe Derick) please explain why indentation of many (half?) examples in mysql.xml (revision 1.101) have been changed? Now we have half of the examples indented (4 spaces) and half not. Now I'm confused with applying these changes to pl/. IMHO we should go back to non-indented examp