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
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 (
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
3 matches
Mail list logo