<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Part 2 &#8211; setting up the project and actual start of coding :)</title>
	<atom:link href="http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=part-2-setting-up-the-project-and-actual-start-of-coding</link>
	<description>Series of articles describing step by step building of example php application (web site) based on Zend Framework.</description>
	<lastBuildDate>Sun, 22 Jan 2012 15:29:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: sede</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/comment-page-1/#comment-16257</link>
		<dc:creator>sede</dc:creator>
		<pubDate>Fri, 04 Nov 2011 01:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=5#comment-16257</guid>
		<description>Hola Sede lo saluda
Estoy trabajando bajo base de datos postgres
ya tengo toods los resources.db que va en eso estoy bien claro y el probblema es que a lo que ejecuto sale lo siguiente
Uncaught exception &#039;Zend_Db_Exception&#039; with message &#039;Adapter name must be specified in a string&#039; in C:\xampp\php\PEAR\Zend\Db.php:234 Stack trace: #0 C:\xampp\htdocs\flike\application\Bootstrap.php(43): Zend_Db::factory(NULL) #1 C:\xampp\htdocs\flike\public\index.php(2): require(&#039;C:\xampp\htdocs...&#039;) #2 {main} thrown in C:\xampp\php\PEAR\Zend\Db.php on line 234</description>
		<content:encoded><![CDATA[<p>Hola Sede lo saluda<br />
Estoy trabajando bajo base de datos postgres<br />
ya tengo toods los resources.db que va en eso estoy bien claro y el probblema es que a lo que ejecuto sale lo siguiente<br />
Uncaught exception &#8216;Zend_Db_Exception&#8217; with message &#8216;Adapter name must be specified in a string&#8217; in C:\xampp\php\PEAR\Zend\Db.php:234 Stack trace: #0 C:\xampp\htdocs\flike\application\Bootstrap.php(43): Zend_Db::factory(NULL) #1 C:\xampp\htdocs\flike\public\index.php(2): require(&#8216;C:\xampp\htdocs&#8230;&#8217;) #2 {main} thrown in C:\xampp\php\PEAR\Zend\Db.php on line 234</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Triju</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/comment-page-1/#comment-14877</link>
		<dc:creator>Triju</dc:creator>
		<pubDate>Fri, 12 Aug 2011 08:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=5#comment-14877</guid>
		<description>First of all thanks for the tutorial.
Hi farooq,
 First you have to do only one thing just paste this code in config.ini

[main]

db.adapter = PDO_MYSQL
db.params.host = localhost
db.params.username = username
db.params.password = pass
db.params.dbname = db


 Second in bootstrap.php just edit the portion $siteRootDir = dirname($_SERVER[&#039;DOCUMENT_ROOT&#039;]);and replace it with

$siteRootDir = dirname((dirname(__FILE__)));
Thirdly your library folder will be empty,paste Zend folder into library folder when you get from downloading zendframework/library</description>
		<content:encoded><![CDATA[<p>First of all thanks for the tutorial.<br />
Hi farooq,<br />
 First you have to do only one thing just paste this code in config.ini</p>
<p>[main]</p>
<p>db.adapter = PDO_MYSQL<br />
db.params.host = localhost<br />
db.params.username = username<br />
db.params.password = pass<br />
db.params.dbname = db</p>
<p> Second in bootstrap.php just edit the portion $siteRootDir = dirname($_SERVER['DOCUMENT_ROOT']);and replace it with</p>
<p>$siteRootDir = dirname((dirname(__FILE__)));<br />
Thirdly your library folder will be empty,paste Zend folder into library folder when you get from downloading zendframework/library</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: farooq</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/comment-page-1/#comment-12003</link>
		<dc:creator>farooq</dc:creator>
		<pubDate>Tue, 29 Mar 2011 08:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=5#comment-12003</guid>
		<description>What is it? The config.ini file in the right place. Plz help me 
Fatal error: Uncaught exception ‘Zend_Config_Exception’ with message ‘parse_ini_file(Z:/home/sms/configuration/config.ini) [function.parse-ini-file]: failed to open stream: No such file or directory’ in Z:\usr\local\php5\Zend\library\Zend\Config\Ini.php:117 Stack trace: #0 Z:\home\sms\www\application\bootstrap.php(34): Zend_Config_Ini-&gt;__construct(‘Z:/home/sms/con…’, ‘main’) #1 Z:\home\sms\www\public\index.php(3): require(‘Z:\home\sms\www…’) #2 {main} thrown in Z:\usr\local\php5\Zend\library\Zend\Config\Ini.php on line 117</description>
		<content:encoded><![CDATA[<p>What is it? The config.ini file in the right place. Plz help me<br />
Fatal error: Uncaught exception ‘Zend_Config_Exception’ with message ‘parse_ini_file(Z:/home/sms/configuration/config.ini) [function.parse-ini-file]: failed to open stream: No such file or directory’ in Z:\usr\local\php5\Zend\library\Zend\Config\Ini.php:117 Stack trace: #0 Z:\home\sms\www\application\bootstrap.php(34): Zend_Config_Ini-&gt;__construct(‘Z:/home/sms/con…’, ‘main’) #1 Z:\home\sms\www\public\index.php(3): require(‘Z:\home\sms\www…’) #2 {main} thrown in Z:\usr\local\php5\Zend\library\Zend\Config\Ini.php on line 117</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: farooq</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/comment-page-1/#comment-12002</link>
		<dc:creator>farooq</dc:creator>
		<pubDate>Tue, 29 Mar 2011 08:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=5#comment-12002</guid>
		<description>Were is library files. i download this project dont have libray files no need for this project?</description>
		<content:encoded><![CDATA[<p>Were is library files. i download this project dont have libray files no need for this project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Delhi Flowers</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/comment-page-1/#comment-9873</link>
		<dc:creator>Delhi Flowers</dc:creator>
		<pubDate>Wed, 15 Sep 2010 12:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=5#comment-9873</guid>
		<description>It is working fine for me also. Thanks buddy.</description>
		<content:encoded><![CDATA[<p>It is working fine for me also. Thanks buddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pune Flowers</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/comment-page-1/#comment-9872</link>
		<dc:creator>Pune Flowers</dc:creator>
		<pubDate>Wed, 15 Sep 2010 11:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=5#comment-9872</guid>
		<description>It is working fine for me..Thanks a lot</description>
		<content:encoded><![CDATA[<p>It is working fine for me..Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fernando</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/comment-page-1/#comment-9302</link>
		<dc:creator>fernando</dc:creator>
		<pubDate>Fri, 02 Jul 2010 09:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=5#comment-9302</guid>
		<description>i put at http://localhost/zend_demo2   and run on the browser.
whats the problem ???????????

http://localhost/zend_demo2/application/bootstrap.php</description>
		<content:encoded><![CDATA[<p>i put at <a href="http://localhost/zend_demo2" rel="nofollow">http://localhost/zend_demo2</a>   and run on the browser.<br />
whats the problem ???????????</p>
<p><a href="http://localhost/zend_demo2/application/bootstrap.php" rel="nofollow">http://localhost/zend_demo2/application/bootstrap.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/comment-page-1/#comment-8341</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 29 Mar 2010 21:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=5#comment-8341</guid>
		<description>Thanks for writing this!  I am new to Zend Framework and could use some guidance.  We have an existing website, which is pretty large and has existing mod rewrites in place.  How would you go about integrating this into ZF?  I appreciate any direction you may have.</description>
		<content:encoded><![CDATA[<p>Thanks for writing this!  I am new to Zend Framework and could use some guidance.  We have an existing website, which is pretty large and has existing mod rewrites in place.  How would you go about integrating this into ZF?  I appreciate any direction you may have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurício Vinicius</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/comment-page-1/#comment-2722</link>
		<dc:creator>Maurício Vinicius</dc:creator>
		<pubDate>Thu, 09 Apr 2009 12:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=5#comment-2722</guid>
		<description>Why use Zend_Registry?

$registry = new Zend_Registry();
Zend_Registry::setInstance($registry);</description>
		<content:encoded><![CDATA[<p>Why use Zend_Registry?</p>
<p>$registry = new Zend_Registry();<br />
Zend_Registry::setInstance($registry);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: makri</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/comment-page-1/#comment-1505</link>
		<dc:creator>makri</dc:creator>
		<pubDate>Wed, 18 Feb 2009 04:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=5#comment-1505</guid>
		<description>Very helpful tutorial.
Got the things up and running just by following all the steps mentioned. Great work</description>
		<content:encoded><![CDATA[<p>Very helpful tutorial.<br />
Got the things up and running just by following all the steps mentioned. Great work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.392 seconds -->

