LocalKey.class.php 127 Bytes
Newer Older
doctrine's avatar
doctrine committed
1
<?php
doctrine's avatar
doctrine committed
2
require_once("Relation.class.php");
doctrine's avatar
doctrine committed
3 4 5 6 7
/**
 * Local Key
 */
class Doctrine_LocalKey extends Doctrine_Relation { }
?>