mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-25 16:09:28 +00:00
70fba4d267b833ed4c1ba74282fb4f5a600fb26d
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
Languages
PHP
66.2%
JavaScript
12.3%
HTML
9.1%
XSLT
8.4%
CSS
3.4%
Other
0.5%