s1f3r/symfony-model-loader-bundle

There is no license information available for the latest version (dev-master) of this package.

This bundle helps to lazy load model classes

dev-master 2014-05-23 09:15 UTC

This package is not auto-updated.

Last update: 2025-07-29 11:16:46 UTC


README

This bundle lazy loads models from /bundle/Model folder

models have to be defined in /bundle/Resources/config/models.yml file:
---------------- models.yml ----------------
modelName:
	model/namespace/modelName
--------------------------------------------

Other configuration files might be coming sometime later as well as
configurations for custom models locations