mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
eb38e4d9c8
commit
52ed342fc2
@ -1,9 +1,4 @@
|
|||||||
<?php
|
<?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
|
* DataObjectInterface is an interface that other data systems in your application can implement in order to behave in a manner
|
||||||
* similar to DataObject.
|
* similar to DataObject.
|
||||||
|
@ -1,20 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
// Include the DB class
|
||||||
/**
|
|
||||||
* Database Administration
|
|
||||||
*
|
|
||||||
* @package sapphire
|
|
||||||
* @subpackage model
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Include the DB class
|
|
||||||
*/
|
|
||||||
require_once("core/model/DB.php");
|
require_once("core/model/DB.php");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* DatabaseAdmin class
|
* DatabaseAdmin class
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user