Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ADDING VALUE
#3
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

PHP Code:
<?php 
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
Reply


Messages In This Thread
ADDING VALUE - by sqanto - 12-22-2009, 06:22 PM
RE: ADDING VALUE - by administrator - 12-23-2009, 08:27 AM
RE: ADDING VALUE - by sqanto - 12-23-2009, 07:59 PM
RE: ADDING VALUE - by administrator - 12-30-2009, 06:40 AM
RE: ADDING VALUE - by sqanto - 01-04-2010, 04:02 PM

Forum Jump:


Users browsing this thread: