By karmaxstripes on
Hi everyone!
I'm using drupal and I have some question's about structure. When I create a page in what file, does drupal save de page? I know that this dinamic, but tha page must be saved in some file right?could anyone explain me how it works?
Thank's,
karma
Comments
Pages Are Not Stored As Files
When you create a node, the content that you add to the node resides in the Drupal database. When someone is viewing a Drupal page they are seeing information returned from the database. Hence there is no static HTML file that represents the page.
Rob Safuto
Learn By The Drop is a place to learn Drupal. If you're new to Drupal I recommend having a look at my Beginner's Guide To Drupal.
Content is stored in the
Content is stored in the database (not has a file) and the pages are pulled together dynamically for the database.