Hi Eduan,
I not know where to you look, but if I open that class I see:
Code: |
/** @var int - the vehicle id this rent is assosiated with*/
var $fk_vehicleid=null;
/** @var datetime - since when this vehicle is rent out*/
var $rent_from=null;
/** @var datetime - when the vehicle should be returned*/
var $rent_until=null;
/** @var string - the user who rent this vehicle if it's no user of the database*/
var $user_name=null;
/** @var string – the e-mail address of the user who rent this vehicle if it's no user of the database*/
var $user_email=null;
/** @var string – the post mail address of the user who rent this vehicle if it's no user of the database, or some comment*/
var $user_mailing=null;
/** @var int – staus*/
var $status=0;
|
all fields with comment as you see
Thanks,
OrdaSoft team