"RameezDon" <rameezdon(a)gawab.com> schrieb:
> i m facing a problem with the structure of the MySQL database
>
> i m not able to understand how do we categorize the articles in the "cur" table
>
> ofcourse "cur_id" acts as the primary key & with the help of "cur_title" we get to know
>
> the title of the article.....but how do we relate that particular article to a specific field say "Physics" or "Engineering "....or any specific branch. is the "cur_namespace" field somewhat related ???? but it consist of integers & nothing else... so could u plz help me with the needful......
No, the field is not encoded at all. Only the text of the article gives this
kind of information, as things currently are, this is not explicitly encoded
in the software.
If it is the "(Area)" behind the title you are looking for, this is simply
part of the title.
The cur_namespace part shows whether the page is a normal encyclopedia
page (0), talk page (1), user page (2), Wikipedia page (4), image description
page (6), etcetera.
Andre Engels