On Thu, Nov 15, 2001 at 01:07:28PM +0100, pp wrote:
> > > BTW, any docs for repliagard table?
> > > functions?
> > You've already got answers from several people on this:
> > $object->guid() and mgd_get_object_by_guid(). Isn't enough?
> Is enough now :)
> I just thought , that I should make more things 
> to get object :)
> Is there big difference beetwen id and guid.
> I mean speed, functionality etc.?
Speed: additional query to get it when $object->guid() is called. So it is
better to store result of this query (string) somewhere.

Functionality: much more functional because you can write your code in
much more general and portable way. GUIDs are only real solution (besides
using 'names' for articles and topics, and pages) to get any object in
consistent way across all installations of the application.

-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`
---
A penny saved kills your career in government.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to