From dea6e9e345eb01b5dfdb37cb639efda442ad83f2 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 26 May 2013 15:49:10 +0200 Subject: small fix --- docs/plugins.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins.rst b/docs/plugins.rst index 500ae6b66..5688f2e3e 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -57,6 +57,7 @@ Since you dont want to extend the app but use its resources, its advised that yo // you can use all defined classes but its recommended that you // stick to the mapper and businesslayer classes since they are less // likely to change + // also dont use controllers from the news app! return new YourController($c['NewsContainer']['FeedBusinessLayer']); }); } -- cgit v1.2.3