From bc7344c9f5d6810b8330474a69687f1c3fae961e Mon Sep 17 00:00:00 2001 From: momo-i Date: Wed, 2 Feb 2011 13:35:26 +0900 Subject: test for phpdoc --- lib/class/database_object.abstract.php | 57 ++++++++++++++++++++++++---------- 1 file changed, 40 insertions(+), 17 deletions(-) (limited to 'lib/class/database_object.abstract.php') diff --git a/lib/class/database_object.abstract.php b/lib/class/database_object.abstract.php index 1bb368d6..af06e0d8 100644 --- a/lib/class/database_object.abstract.php +++ b/lib/class/database_object.abstract.php @@ -1,29 +1,52 @@ + * @copyright 2001 - 2011 Ampache.org + * @license http://opensource.org/licenses/gpl-2.0 GPLv2 + * @version PHP 5.2 + * @link http://www.ampache.org/ + * @since File available since Release 1.0 + */ /** * database_object + * * This is a general object that is extended by all of the basic * database based objects in ampache. It attempts to do some standard * caching for all of the objects to cut down on the database calls + * + * @category database_object + * @package Ampache + * @author Karl Vollmer + * @copyright 2001 - 2011 Ampache.org + * @license http://opensource.org/licenses/gpl-2.0 GPLv2 + * @version Release: + * @link http://www.ampache.org/ + * @see xxx + * @since Class available since Release 1.0 */ abstract class database_object { -- cgit