1
0
mirror of synced 2025-02-20 14:13:15 +03:00
This commit is contained in:
zYne 2007-01-09 23:12:17 +00:00
parent 16c809443f
commit 2b7731d7e3

View File

@ -149,6 +149,7 @@ class Doctrine_Query_MultiJoin_TestCase extends Doctrine_UnitTestCase {
$users = $query->query("FROM User.Album.Song WHERE User.id IN (4,5) ORDER BY User.Album.Song.title DESC");
}
}
/**
class Record_District extends Record
{
public function setUp ()
@ -197,4 +198,4 @@ foreach ($br->District as $district) {
// Notice: Trying to get property of non-object in /www/igglo2_doctrine/core/class/BuildingDAO.php on line 92
*/