Sam

Results 127 issues of Sam

### Feature Request Currently file attribute retrieval in the adapter interface consists of several separate functions: - `fileSize()` - `lastModified()` - `mimeType()` - `visibility()` All of these functions return a...

Currently relationship definitions in AR are defined as non static getters. In reality an AR class represents a table and an instance of that class represents a record. Relations are...

Currently the activerecord implementation gives a higher priority to attributes (and relations) than it gives to setters and getters. Often it is desired to overwrite an attribute (from the PHP...

Historically in Yii2 one of the parts where it is really hard to inverse dependencies is AR. The current AR implementation uses a static factory `Car::find()` which creates a query...

The behavior of `link()` doesn't feel intuitive and in some cases even faulty to me. Consider I have models A, B and C. Table for model A looks like this:...

It would be great if you could document some things. - Will you upgrade these catalogs, for example when a new version of the underlying software gets released? - If...

Currently using this module requires changes in each test. I have found an ugly way to alleviate that problem. The code below was tested for `Cest` type tests only. It...

As far as I can tell aviary no longer exists; should this repo be archived?

It would be nice if a phpunit xml file was included for easy running of the tests.

### Are you requesting a feature, reporting a bug or asking a question? Feature / suggestion. I noticed that you have an image map question type listed on the roadmap...

enhancement