Current Record: site_with_backoffice #86

How to build a site with an optional login form To publish a public site with data without any need to login to access, here is the code :...

Current Record: site_with_backoffice #86

How to build a site with an optional login form To publish a public site with data without any need to login to access, here is the code :...

[Permalink]

How to build a site with an optional login form

To publish a public site with data without any need to login to access, here is the code :
function getPermissions(&$record){
    if ( isAdmin() ) return Dataface_PermissionsTool::ALL();
    else return Dataface_PermissionsTool::READ_ONLY();
} 
In this way, you still can login to administrate your data.
blog comments powered by Disqus
Powered by Xataface
(c) 2005-2024 All rights reserved