diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-12 06:54:48 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-12 06:54:48 +0000 |
commit | a3142246e4c2f587e524571cf319bec68b339bb3 (patch) | |
tree | 973eafa88897965246be1b2b9343c868b505ee38 /modules | |
parent | ffbb164934c5a9d9778736202897218393581311 (diff) |
Move the view permission cache directly into the item table for efficiency. Unit tests ftw!
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/helpers/group.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/user/helpers/group.php b/modules/user/helpers/group.php index a47ade37..98947794 100644 --- a/modules/user/helpers/group.php +++ b/modules/user/helpers/group.php @@ -46,6 +46,8 @@ class group_Core { /** * The group of all possible visitors. This includes the guest user. * + * @todo consider caching + * * @return Group_Model */ static function everybody() { @@ -55,6 +57,8 @@ class group_Core { /** * The group of all logged-in visitors. This does not include guest users. * + * @todo consider caching + * * @return Group_Model */ static function registered_users() { |