array( 'type' => 'int', 'col' => 'id_operation', 'form' => 'idOperation', ), 'Nom' => array( 'type' => 'text', 'col' => 'nom_operation', 'form' => 'nomOperation', 'label' => true, ), 'Creation' => array( 'type' => 'datetime', 'col' => 'creation_operation', 'datetype' => 'creation', 'order' => 'DESC', ), 'Societe' => array( 'type' => 'object', 'col' => 'default', 'form' => 'default', 'class' => 'Societe', ), 'Sms' => array( 'type' => 'ext-object', 'class' => 'PGS_Sms', 'on-delete' => 'delete', ), 'Fax' => array( 'type' => 'ext-object', 'class' => 'PGS_Fax', 'on-delete' => 'delete', ), ); function getProperties() { return self::$properties; } } ?>