DBPrism CMS stores his assets in regular databases tables.
It uses mainly two tables named pages and content.
Pages table has a self foreign key (parent) used to organize the pages in hierarchical way.
The problem here is how do we control the pages access for users who can view some pages
and not another. In the next slides we will shows different approachs for this problem.