Hello to everybody, I am new to Drupal.

I had to take over someone else's project and did not have the opportunity to learn from scratch. I had dealt with many issues so far. Instead of asking specific questions, I would like to ask if someone can help me understand how Drupal Itself works.

For example, first this file is loaded, then it calls this other one, collects information form this other one (e.g. .css)...etc.

In my specific case I am working with a customized them, which was based in Zen theme.

Do I make myself clear?

Thank you in advance for any feedback.

Long live (and prosper) to Drupalers!!!!!

Comments

mrbert’s picture

Your answer is here http://drupal.org/handbooks

Griffonia | Voacanga Africana | http://www.voacanga-africana.com.gh/sheabutter/">Shea Nuts

yelvington’s picture

Read the handbooks, especially the theme developer's guide. Drupal supports several theme engines. Zen uses phptemplate, so pay attention to that portion of the guide.

For module development, the API is documented at api.drupal.org.

qasem’s picture

these great series have helped me a lot...specially when you need to get into practice fast
http://www-128.ibm.com/developerworks/ibm/osource/implement.html

ajaybhaskar’s picture

http://lin-clark.com/blog/2010/04/28/how-drupal-works-architects-overvie...

Some points are better define about the drupal so you can check it.