MINOR formatting

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65067 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-11-02 00:55:33 +00:00
parent eb38e4d9c8
commit 52ed342fc2
2 changed files with 1 additions and 19 deletions

View File

@ -1,9 +1,4 @@
<?php
/**
* @package sapphire
* @subpackage model
*/
/**
* DataObjectInterface is an interface that other data systems in your application can implement in order to behave in a manner
* similar to DataObject.

View File

@ -1,20 +1,7 @@
<?php
/**
* Database Administration
*
* @package sapphire
* @subpackage model
*/
/**
* Include the DB class
*/
// Include the DB class
require_once("core/model/DB.php");
/**
* DatabaseAdmin class
*