Files
FHC-Core/application/models
paolo 70fba4d267 - Added property hasSequence to class DB_Model.
This property is used to indicate if the represented table has a primary
  key that uses a sequence (true, otherwise false. Default is true).
- Method insert of DB_Model now checks the property hasSequence.
  If it is true it uses the method insert_id() to return the primary key
  of the row just inserted.
  For any other values the method returns the primary key inserted coping
  it directly from the parameters.
- Set the property hasSequence to false in the constructor of model Prestudentstatus
2016-05-24 16:56:14 +02:00
..
2016-05-04 07:05:23 +02:00
2016-05-04 07:17:07 +02:00
2016-05-04 07:05:23 +02:00
2016-05-04 07:05:23 +02:00
2016-05-04 15:34:00 +02:00
2016-02-29 16:51:21 +01:00