DDC-488: Create documentation for PHP mapping driver. #611

Closed
opened 2026-01-22 12:44:20 +01:00 by admin · 6 comments
Owner

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.

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.
admin closed this issue 2026-01-22 12:44:21 +01:00
Author
Owner

@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 (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.
Author
Owner

@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 @jwage: I think we should allow both. Either offer a new driver type or add an option to PhpDriver?
Author
Owner

@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 5, 2010): Comment created by romanb: I think an option on PHPDriver would be enough.
Author
Owner

@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 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.
Author
Owner

@doctrinebot commented on GitHub (Apr 23, 2010):

Comment created by @jwage:

I added a StaticPHPDriver here 27a0058b89

We can't add a option to PHPDriver since it extends from AbstractFileDriver and requires something a little more custom.

@doctrinebot commented on GitHub (Apr 23, 2010): Comment created by @jwage: I added a StaticPHPDriver here http://github.com/jwage/doctrine2/commit/27a0058b89d5fc4b413f0b1a7542c57cec60e1c6 We can't add a option to PHPDriver since it extends from AbstractFileDriver and requires something a little more custom.
Author
Owner

@doctrinebot commented on GitHub (Apr 30, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Apr 30, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#611