12-23-2009, 07:59 PM
thanks for the answer
My question is
How do I create a new variable
There are currently keyword or comment
and I would like to add the sender
so I can look for it and i have the information save
I delight for the new update
My question is
How do I create a new variable
There are currently keyword or comment
and I would like to add the sender
so I can look for it and i have the information save
PHP Code:
class Document
{
var $_id;
var $_sender; < -- for example (I would like to declare new values)
var $_name;
var $_comment;
var $_ownerID;
var $_folderID;
var $_expires;
var $_inheritAccess;
var $_defaultAccess;
var $_locked;
var $_keywords;
var $_sequence;
...
}
I delight for the new update