RE: [PHP] Re: use of ini vs include file for configuration

2010-11-11 Thread Ashley Sheridan
php.net > > Subject: Re: [PHP] Re: use of ini vs include file for configuration > > > > On Thu, 2010-11-11 at 17:16 -0200, Jo?o C?ndido de Souza Neto wrote: > > > > > Agreed. > > > > > > -- > > > Joo Cndido de Souza Neto > > >

RE: [PHP] Re: use of ini vs include file for configuration

2010-11-11 Thread Daevid Vincent
> -Original Message- > From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] > Sent: Thursday, November 11, 2010 11:46 AM > To: Jo?o C?ndido de Souza Neto > Cc: php-general@lists.php.net > Subject: Re: [PHP] Re: use of ini vs include file for configuration > &g

Re: [PHP] Re: use of ini vs include file for configuration

2010-11-11 Thread shiplu
For configuration, I used to use .php file earlier. I just used array syntax to keep the config values. But now I use json syntax. Its easy like xml. Ini file is much more user friendly than json though. -- Shiplu Mokadd.im My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu Inn

Re: [PHP] Re: use of ini vs include file for configuration

2010-11-11 Thread Ashley Sheridan
On Thu, 2010-11-11 at 17:16 -0200, Jo?o C?ndido de Souza Neto wrote: > Agreed. > > -- > Joo Cndido de Souza Neto > > "Tamara Temple" escreveu na mensagem > news:977f087c-bb11--b851-21616ae9e...@gmail.com... > > I'm curious what the lists' opinions are regarding the use of an .ini > > fil

[PHP] Re: use of ini vs include file for configuration

2010-11-11 Thread Jo�o C�ndido de Souza Neto
Agreed. -- João Cândido de Souza Neto "Tamara Temple" escreveu na mensagem news:977f087c-bb11--b851-21616ae9e...@gmail.com... > I'm curious what the lists' opinions are regarding the use of an .ini > file versus an include configuration file in PHP code are? > > I can see uses for eithe