<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Interview Questions and answers&#187; drupal archives  &#8211; interview questions and answers</title>
	<atom:link href="http://www.phpinterviewquestions.com/tag/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpinterviewquestions.com</link>
	<description>Prepare for your next php based interview with high confidence</description>
	<lastBuildDate>Mon, 26 Sep 2011 08:37:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Explain drupal flow of information among 5 main layers</title>
		<link>http://www.phpinterviewquestions.com/cms-interview-questions/explain-drupal-flow-of-information-among-5-main-layers/</link>
		<comments>http://www.phpinterviewquestions.com/cms-interview-questions/explain-drupal-flow-of-information-among-5-main-layers/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 10:54:21 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[CMS Questions]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal interview]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=425</guid>
		<description><![CDATA[Basically, there are 5 main layers in Drupal where information flows,

Data (Node, ETC)
Modules
Blocks and Menus
User Permissions
Template





Data
Base of the system is collection of Nodes. &#8211; the data pool
Modules
These are functional plugins that are  either part of the Drupal core  (they ship with Drupal) or they are contributed items that have been  created by [...]]]></description>
			<content:encoded><![CDATA[<p>Basically, there are 5 main layers in Drupal where information flows,</p>
<ol>
<li>Data (Node, ETC)</li>
<li>Modules</li>
<li>Blocks and Menus</li>
<li>User Permissions</li>
<li>Template</li>
</ol>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 468x60, created 1/27/11 text only */
google_ad_slot = "3922180179";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<strong>Data</strong><br />
Base of the system is collection of Nodes. &#8211; the data pool</p>
<p><strong>Modules</strong><br />
These are functional plugins that are  either part of the Drupal core  (they ship with Drupal) or they are contributed items that have been  created by members of the Drupal community.</p>
<p><strong>Blocks and Menus</strong><br />
This is the next layer where we find blocks and menus. <em>Blocks often provide the output from a module or can be created to  display whatever you want, and then can be placed in various spots in  your template (theme) layout. Blocks can be configured to output in  various ways, as well as only showing on certain defined pages, or only  for certain defined users.</em></p>
<p><strong>User Permissions</strong><br />
Here is the next layer where settings are configured to determine what different kinds of users are allow to work and see.</p>
<p><strong>Template</strong><br />
This is mainly the site theme or the skin. <em>This is made up predominantly of XHTML and CSS, with some PHP variables intermixed</em></p>
<p>Understanding this flow of information is very important if you are facing A Drupal project targeted interview as the interviewer might test your overall knowledgeÂ  ofÂ  Drupal CMS by asking this sort of questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/cms-interview-questions/explain-drupal-flow-of-information-among-5-main-layers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taxonomy in Drupal</title>
		<link>http://www.phpinterviewquestions.com/cms-interview-questions/taxonomy-in-drupal/</link>
		<comments>http://www.phpinterviewquestions.com/cms-interview-questions/taxonomy-in-drupal/#comments</comments>
		<pubDate>Tue, 04 May 2010 11:58:21 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[CMS Questions]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=254</guid>
		<description><![CDATA[What is taxonomy in drupal?
We can define any number of vocabularies (category types) and terms (categories)
e.g.
Controversial Content: (vocabulary)
  &#8211; violence (term)
  &#8211; adult content (term)
Genre (Vocabulary)
 &#8211; Comedy (term)
 &#8211; Romance (term)
We can config which content types are compatible with which vocabulary and which nodes are belong to which terms.
Some important drupal modules: [...]]]></description>
			<content:encoded><![CDATA[<p>What is taxonomy in drupal?</p>
<p>We can define any number of vocabularies (category types) and terms (categories)<br />
e.g.<br />
Controversial Content: (vocabulary)<br />
  &#8211; violence (term)<br />
  &#8211; adult content (term)</p>
<p>Genre (Vocabulary)<br />
 &#8211; Comedy (term)<br />
 &#8211; Romance (term)</p>
<p>We can config which content types are compatible with which vocabulary and which nodes are belong to which terms.</p>
<p>Some important drupal modules: Views, CCK, Path auto, FCK Editor, User points, Flags, Panels, Image cache</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/cms-interview-questions/taxonomy-in-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>drupal view module</title>
		<link>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-view-module/</link>
		<comments>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-view-module/#comments</comments>
		<pubDate>Sun, 02 May 2010 17:07:53 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[CMS Questions]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=251</guid>
		<description><![CDATA[Why View module is so important in drupal?
Views can be used to generate lists of content in various formats same as report generator works.




]]></description>
			<content:encoded><![CDATA[<p>Why View module is so important in drupal?</p>
<p>Views can be used to generate lists of content in various formats same as report generator works.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-view-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>drupal user permission mechanism</title>
		<link>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-user-permission-mechanism/</link>
		<comments>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-user-permission-mechanism/#comments</comments>
		<pubDate>Sat, 01 May 2010 04:32:34 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[CMS Questions]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=239</guid>
		<description><![CDATA[What is the user permission mechanism in drupal?
We can create roles (moderators, proof readers, content admins etc) and  we can permit each task to each role. A user can have 1 or many roles.




]]></description>
			<content:encoded><![CDATA[<p>What is the user permission mechanism in drupal?</p>
<p>We can create roles (moderators, proof readers, content admins etc) and  we can permit each task to each role. A user can have 1 or many roles.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 468x15, created 4/16/10 */
google_ad_slot = "1994287074";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-user-permission-mechanism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal themes</title>
		<link>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-themes/</link>
		<comments>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-themes/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 00:17:06 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[CMS Questions]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=227</guid>
		<description><![CDATA[What are themes in Drupal?
Drupal themes are basically used to change the look and feel of the site.




]]></description>
			<content:encoded><![CDATA[<p>What are themes in Drupal?</p>
<p>Drupal themes are basically used to change the look and feel of the site.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>drupal blocks</title>
		<link>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-blocks/</link>
		<comments>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-blocks/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 05:55:22 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[CMS Questions]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=215</guid>
		<description><![CDATA[What is a block?
Block is a section in a page (recent posts, news, vote to something, login box, navigation), which is movable to regions (header, footer, content top etc) in a page. Blocks can be configured to show/hide only to certain type of user roles, url patterns or some other advanced criteria. (Content area is [...]]]></description>
			<content:encoded><![CDATA[<p>What is a block?</p>
<p>Block is a section in a page (recent posts, news, vote to something, login box, navigation), which is movable to regions (header, footer, content top etc) in a page. Blocks can be configured to show/hide only to certain type of user roles, url patterns or some other advanced criteria. (Content area is not a block)</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-blocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>drupal custom content types</title>
		<link>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-custom-content-types/</link>
		<comments>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-custom-content-types/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 17:09:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[CMS Questions]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=183</guid>
		<description><![CDATA[How we can define custom content types?
We can install CCK (Content construction kit) module and create content  types. We can define the structure of each content type too.




]]></description>
			<content:encoded><![CDATA[<p>How we can define custom content types?</p>
<p>We can install CCK (Content construction kit) module and create content  types. We can define the structure of each content type too.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 468x15, created 4/16/10 */
google_ad_slot = "1994287074";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-custom-content-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal nodes</title>
		<link>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-nodes/</link>
		<comments>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-nodes/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 00:31:01 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[CMS Questions]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=180</guid>
		<description><![CDATA[What is a node in Drupal?
A node is a unit of content. It has a type. Page, News or as Testimonial.




]]></description>
			<content:encoded><![CDATA[<p>What is a node in Drupal?</p>
<p>A node is a unit of content. It has a type. Page, News or as Testimonial.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 468x15, created 4/16/10 */
google_ad_slot = "1994287074";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-nodes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>drupal-modules</title>
		<link>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-modules/</link>
		<comments>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-modules/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 10:51:56 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[CMS Questions]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=176</guid>
		<description><![CDATA[How drupal is altered?
New module is developed by implementing hooks.Â  Hooks are defined in the API. At certain events, drupal hooks into our modules.
E.g. When a page is request processing start by initializingÂ  -&#62; hook_init
If the module name is mymodulename we can implement hook like this.
function mymodulename_init(){
}




]]></description>
			<content:encoded><![CDATA[<p>How drupal is altered?</p>
<p>New module is developed by implementing hooks.Â  Hooks are defined in the API. At certain events, drupal hooks into our modules.</p>
<p>E.g. When a page is request processing start by initializingÂ  -&gt; hook_init<br />
If the module name is mymodulename we can implement hook like this.</p>
<p>function mymodulename_init(){<br />
}</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 468x15, created 4/16/10 */
google_ad_slot = "1994287074";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>drupal installation</title>
		<link>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-installation/</link>
		<comments>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-installation/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 10:44:45 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[CMS Questions]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=169</guid>
		<description><![CDATA[Drupal basics]]></description>
			<content:encoded><![CDATA[<p>Have you ever configured a drupal site before?Â  if so what is the basic installation scriptÂ  you have to deal with?</p>
<p>It is the the settings.php file. The script will automatically populates database tables and configures the correct  settings in the settings.php file.<br />
It also explains how to do a &#8220;multi site&#8221; installation.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 468x15, created 4/16/10 */
google_ad_slot = "1994287074";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/cms-interview-questions/drupal-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP frame work and cms</title>
		<link>http://www.phpinterviewquestions.com/cms-interview-questions/php-frame-work-and-cms/</link>
		<comments>http://www.phpinterviewquestions.com/cms-interview-questions/php-frame-work-and-cms/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 00:59:36 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[CMS Questions]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[PHP Questions]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=166</guid>
		<description><![CDATA[PHP frame works and cms's]]></description>
			<content:encoded><![CDATA[<p>Name 2 well known frame works and content management solutions(cms) usedÂ  in php web development?</p>
<p>Frameworks &#8211; <strong>Zend Framework, cakephp</strong></p>
<p>CMS&#8217;s &#8211; <strong>Drupal, joomla, wordpress</strong></p>
<p>(wordpress is acutally a blog / CMS).</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 468x15, created 4/16/10 */
google_ad_slot = "1994287074";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/cms-interview-questions/php-frame-work-and-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

