PHP MySQL.

0 Cevap php

Ben küçük bir sorun, benim kendi forum yapmaya çalışıyorum im var, ama ben bir şeye şaşırıp.

3 tablolar, bir user_level (Doğrulama seviyesi) 1 kullanıcı var.

forum_section wich tekrar user_level tüm bölümleri içerir.

Ama nasıl ben forum_topics.user_level için forum_section.user_level bağlayabilirsiniz.

Yani ben tanımlarsanız: forum_section.section_id = 1 için forum_section.user_level = 4.

Örneğin:

Someones wants to visit the forum_section id 1 then they must have a auth level of 4. And when they go to the topic it then again checks if the user level is 4, but i do not want to manual set the topic level, topic level must always be the same as the section level.

Bunun için google'dan, ama gerçekten bunun için iyi bir Manaul bulamıyor. "Yabancı anahtarlar:" Ben bir ilgisi var sanırım?

Okey, let me explain a bit more just to be sure. I have 3 tables

Table User username = Wesley userlevel < for example 4(admin).

Table section section_id = 3 section_name = News section_level = 3

table topics topic_id = 123 topic_name = I like candy topic_level = Needs to be the same as section_level so if i change section_level it automaticly changes this too.

Teşekkür peşin,

Wesley.

0 Cevap