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-04-10 18:11:09 +02:00
2016-04-28 18:14:40 +02:00
2016-04-28 18:14:40 +02:00
2016-04-28 18:14:40 +02:00
2016-04-28 18:14:40 +02:00
2016-03-14 15:13:22 +01:00
2016-04-28 18:14:40 +02:00
2016-05-24 12:32:32 +02:00
2016-04-28 18:14:40 +02:00
2011-10-07 08:18:50 +00:00
2016-05-20 11:03:45 +02:00
2016-01-07 18:05:25 +01:00
2016-05-01 11:53:15 +02:00
2016-05-23 11:44:03 +02:00
2016-04-10 18:11:09 +02:00
2016-03-20 12:53:17 +01:00
2016-04-10 18:11:09 +02:00
2016-03-04 09:13:38 +01:00
2011-05-04 13:03:52 +00:00
2016-04-05 09:36:24 +02:00
2010-01-25 08:48:30 +00:00
2016-05-20 12:21:04 +02:00
2011-02-08 14:05:23 +00:00
2016-05-20 10:33:19 +02:00
2015-04-14 17:24:27 +02:00
2009-04-17 08:18:59 +00:00
2016-05-20 10:25:10 +02:00
2016-04-28 15:23:55 +02:00
2015-11-23 11:03:57 +01:00
S
Description
No description provided
Readme GPL-3.0 175 MiB
Languages
PHP 66.2%
JavaScript 12.3%
HTML 9.1%
XSLT 8.4%
CSS 3.4%
Other 0.5%