Sebastian Leitz

Results 7 comments of Sebastian Leitz

You're lightning fast! I only found the [source of the error message](https://github.com/composer/packagist/blob/master/src/Packagist/WebBundle/Entity/Package.php#L311) within the code, but no explanation for it. Google also was not helpful. I would try to open...

That will be the maintainer of Foundation Sites ;-)

Are there any news on this?

Well, that was me, thinking to complicated. ``` php $factory = \MetaModels\Factory::getDefaultFactory(); $model = $factory->getMetaModel('mm_cooltable'); $item = new \MetaModels\Item($model, []); // do something $item->save(); ``` One could argue that the...

Well, it wouldn't really be a BC breaking change, right? It would only supply a default value for a parameter which had since been mandatory. As far as I understand...

I have used the public methods quite a lot, but never looked deeper into the core or the DC_General. As project deadline is tomorrow and other projects are waiting, I...

I have invested about two hours now and tried to understand at which point MetaModels decided to load related data or not. I think I got to that point now,...