cakephp-lazyload icon indicating copy to clipboard operation
cakephp-lazyload copied to clipboard

A lazy loader for CakePHP entities.

Results 5 cakephp-lazyload issues
Sort by recently updated
recently updated
newest added

### The issue This trait is currently missing support for foreign keys that consist out of multiple columns. ### The cause The suspected line of code is at line 133:...

Context: I have EntityA which hasOne EntityB that can be NULL. My problem: I'm trying to cache the association to avoid querying it everytime i call `$entityA->entity_b`, so on the...

travis-ci.org is no longer running. We should migrate to github actions for CI. If someone is willing to create a PR for this I would really appreciate it. Not sure...

help wanted

Is there a good reason why `LazyLoadEntityTrait::_lazyLoad` doesn't short-circuit and return null immediately if `$this->isNew()`? My use case where this causes problems is perhaps a bit obscure, but I don't...

Packagist is no longer auto updating. https://packagist.org/about#how-to-update-packages

maintenance