Re: [PHP] Re: Programming general question

2009-01-28 Thread Usamah M. Ali
On Wed, Jan 28, 2009 at 11:07 PM, Terion Miller wrote: > On Wed, Jan 28, 2009 at 3:54 AM, Ondrej Kulaty wrote: >> Thanks for all the information, I was asking because I inherited thousands > of lines of code that had used mysql_fetch_object(), yet I kept getting so > many errors so I starting pla

Re: [PHP] Re: Programming general question

2009-01-28 Thread Terion Miller
On Wed, Jan 28, 2009 at 3:54 AM, Ondrej Kulaty wrote: > Depends on what for you want to use that. Array is simple data structure, > it > holds data, like variable, but objects has methods and properties, it acts > as someting which can do some sort of task and you access it via it's > interface (

[PHP] Re: Programming general question

2009-01-28 Thread Ondrej Kulaty
Depends on what for you want to use that. Array is simple data structure, it holds data, like variable, but objects has methods and properties, it acts as someting which can do some sort of task and you access it via it's interface (you call it's methods). You can use array for example to hold