when we use drupal, what should we do?

use drupal database or make our own database
for our users and site related things

and how to create another admin panel for site.
is drupal's admin also used for our site admin.

I am in starting in of drupal.

Comments

yelvington’s picture

Depends on whether you want to write code or get the work done.

dearvikky’s picture

Sir but what is the right way to do that.
I am making a web application which have 3 different kind of users some products, I have to maintain all users, our products, payment etc. that's why I used a different database.
I am new in drupal. I dont know how to start plese help me.
and if we dont use our database than how to user drupal's, should we make tables manually through phpmyadmin or from front end of drupal. it created tables automatically.

Please help!!!

nevets’s picture

I suggest looking at the Content Construction Kit (CCK) to make content types and views for listing content. You can achieve a lot with those two modules. Since CCK extends core's concept of content types you also have access to a number of modules that can extend content types.

jmrivero’s picture

Each Drupal module generaly creates and handle its own DB tables and give you an interface to manage it.
For dif user roles you can use Drupal's core roles and permissions, if you want a full featured store or something like that, try Ubercart module http://drupal.org/project/ubercart .

Im a simple guy in a complex world.

nevets’s picture

If you really want to use Drupal you should generally use it's database.