> Now I can see only one way - put pages content in topics. And 
> looks like it's more right way - most work should be done by 
> content editing, so you can make skeleton for your site in 
> pages by programmer (group of programmers), and give it to 
> content editors for filling by content.
I knwo, but there's a matter of page design and programing - two
seperate teams are to be workink on two separate pages under one website
:-(

> Really, I think so. Current access system is enough easy but 
> not very flexible. But I'm afraid that it could be done only 
> after scripting engine would be available. 
hmm.. and why is tahat? Wouldn't new table do? Smtn like:

table premissions:

oid int
table varchar
personid int
perm (kind of bitmask or smtn)

and of coure bunch of funtions like mgd_check_permission(int personid,
char action, int objectid). Those funtions could be run just befor
executtion of any other function:

1. mgd_create_article()
2. mgd_check_permission()
3. if true then proceed else MGD_ERR="Premission denied"

Am I clear enough?

Solt


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to