[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: files out of the repository



On Sat, 15 May 1999, Micah Yoder wrote:

> Jason Pincin wrote:
> 
> > Yeh... the user data stuff will be created as another object... Maybe I'll
> > get a chance to start that today...
> 
> Crap.  I'd kinda like to have that in place before rewriting my stuff
> again.  It's kinda important.
> 

	I think in the interest of time, maybe we should just let your
rolecheck stuff alone, we can always go back and do it later.

> Also, about you documenting your functions and the object - I'd say some
> well-commented code that uses them would be most valuable.  So just pick
> something out of our to-do list, do it using your functions and objects,
> and point us all to it.
> 

	I did document the recordset object, I think you will find it
quite useful.  It is ver straigtforward.

> Lastly, what do we know about performance of objects in PHP?  Maybe it's
> just me, but OOP in something like PHP looks like major overkill...


	I don't think it is overkill, it makes your code look a lot
cleaner, and the objects work out really well.  Such as the object for the
categories will be totally sweet.  And the best thing is we can reuse/add
to them.  I cannot speak for the performance of the Objects though.