Changesets
Jonathan Gotti
malko
3 months ago

Changeset 208

- add exception on unkown method call - abstracModels::_toString throw exception on bad parameter - add some protect field names in some sqlite queries

Jonathan Gotti
malko
6 months ago

Changeset 207

- add modelCollection::reverse() method

Jonathan Gotti
malko
6 months ago

Changeset 206

new modelCollection::pos() and modelCollection::seek() methods

Jonathan Gotti
malko
9 months ago

Changeset 205

/!\ IMPORTANT /!\ be aware that if you regenerate model from previous modelGenerator version you probably should set modelgenerator::$forceHasOneSingular to false

- modelGenerator: datas arrays now is properly typed in BASE_models - modelGenerator: allow user to change the method to determine single form of table names by adding a modelgenerator::$singularizer property - add modelgenerator::$forceHasOneSingular property that will take the first single form returned by singularizer for hasOne property - new modelCollection::unique() method - new modelCollection::getIndexedBy() method - suppress changelog comments older than 2009 in class-abstractmodel.php

Jonathan Gotti
malko
10 months ago

Changeset 204

- make usage of protect_field_names() in optimize(),list_table_fields(),show_table_keys()