[Typo3-dev] Making a better access control
Andreas Schwarzkopf
schwarzkopf.no.spam at artplan21.de
Tue Aug 23 12:53:00 CEST 2005
Hi Tapio,
you will find the solution in the TYPO3 API:
http://typo3.org/documentation/document-library/doc_core_api/Checking_user_access/
It should be the very first source for such researches, also you will be
sure to use a proper and compatible solutions.
grtx
Andreas
tapio schrieb:
> Hi
>
> I hope that someone could now help.
> I try to create a little bit better access control.
> I don't understand the array '$BE_USER' in for exaple db_layout.php
> if I use print_r($BE_USER);
> a part of the result is '[admin] => 1'
> But when I try to print $BE_USER['admin']; it get an empty string!
> the seems to be a sub-array, but it is so hard to see the structure of
> the array $BE_USER.
>
> I would try to create content elemen level access control on the base is
> someone is admin user or not.
More information about the TYPO3-dev
mailing list