yii2-fmpconnector

Yii2 FileMaker ODBC connector and PHP-API integration

MIT License

Downloads
1.6K
Stars
7
Committers
2

Bot releases are hidden (Show)

yii2-fmpconnector - PHP 7.2 compatibility Latest Release

Published by airmoi over 5 years ago

  • PHP 7.2 compatibility (replace yii\base\Object dependency)
  • Fix an issue that prevent cloning of ActiveFind Objects
  • Add support for "findFor" on ActiveFind to allow usage of legacy models relations

Now requires Yii2 >2.0.13

yii2-fmpconnector - Fix FileMakerActiveRecord::refresh() method

Published by airmoi almost 7 years ago

yii2-fmpconnector - use stable FileMaker PHP API

Published by airmoi almost 7 years ago

yii2-fmpconnector - ActiveRelation's support

Published by airmoi almost 8 years ago

You can now define a getXXX() relation in your models to lazy load related records

It support with but not findWith option due to CWP limitations

yii2-fmpconnector - CWP Bugfix

Published by airmoi almost 8 years ago

Check if record returned by getRecordID match the given ID because CWP will return all records if given ID don't exists...

yii2-fmpconnector - Bugfix

Published by airmoi almost 8 years ago

Fix invalid var returned on schema parsing

yii2-fmpconnector - Code doc an usage improvement

Published by airmoi about 8 years ago

"addScripts" methods now return ActiveFind object to support chaining calls

yii2-fmpconnector - 2.0.2 Release

Published by airmoi about 8 years ago

Avoid exception when a relation Class was missing while populating a record

yii2-fmpconnector - Added relatedField's sort to activeDataProvider

Published by airmoi over 8 years ago

Now gridView will automatically add a sort link for relatedFields

Also some bugfix and code doc improvements

yii2-fmpconnector - First stable release

Published by airmoi over 8 years ago