From 8eaee56f18e1f976a728bb118dc5ddfc91d43900 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 23 Mar 2013 19:48:48 +0100 Subject: [PATCH] extend entity class2 --- developer_manual/app/appframework/database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/appframework/database.rst b/developer_manual/app/appframework/database.rst index e81e20b4b..e2736471e 100644 --- a/developer_manual/app/appframework/database.rst +++ b/developer_manual/app/appframework/database.rst @@ -25,7 +25,7 @@ Getters and setters will automatically be created for all public attributes. Sho use \OCA\AppFramework\Db\Entity - class Item { + class Item extends Entity { public $id; public $name;