mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-488: Create documentation for PHP mapping driver. #611
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Mar 31, 2010).
Originally assigned to: @jwage on GitHub.
Jira issue originally created by user romanb:
The PHP mapping driver is currently not documented but should be.
@doctrinebot commented on GitHub (Mar 31, 2010):
Comment created by @beberlei:
In that regard the question if we should change the PhpDriver not to include another file for the metadata loading, but call a static loadMetadata method on each entity that accepts the ClassMetadata instance.
@doctrinebot commented on GitHub (Apr 5, 2010):
Comment created by @jwage:
I think we should allow both. Either offer a new driver type or add an option to PhpDriver?
@doctrinebot commented on GitHub (Apr 5, 2010):
Comment created by romanb:
I think an option on PHPDriver would be enough.
@doctrinebot commented on GitHub (Apr 6, 2010):
Comment created by @beberlei:
What the PHP Driver currently not has compared to other drivers is validation. There should be some additional checks after the ClassMetadata was filled.
@doctrinebot commented on GitHub (Apr 23, 2010):
Comment created by @jwage:
I added a StaticPHPDriver here
27a0058b89We can't add a option to PHPDriver since it extends from AbstractFileDriver and requires something a little more custom.
@doctrinebot commented on GitHub (Apr 30, 2010):
Issue was closed with resolution "Fixed"