Commit 70406665 authored by romanb's avatar romanb

moved collection persisters

parent d495a33a
<?php
class Doctrine_CollectionPersister_OneToManyPersister extends Doctrine_CollectionPersister_Abstract
{
}
?>
\ No newline at end of file
<?php
class Doctrine_CollectionPersister_Abstract
class Doctrine_ORM_Persisters_AbstractCollectionPersister
{
public function recreate(Doctrine_Collection $coll)
......
<?php
class Doctrine_ORM_Persisters_OneToManyPersister extends Doctrine_ORM_Persisters_AbstractCollectionPersister
{
}
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment