<?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: Getting Started with Zend Framework 1.8 and 1.9</title>
	<atom:link href="http://akrabat.com/zend-framework-tutorial-18/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Tue, 13 Mar 2012 12:47:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Gary</title>
		<link>http://akrabat.com/zend-framework-tutorial-18/#comment-30699</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Sat, 06 Feb 2010 19:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=539#comment-30699</guid>
		<description>Rob,
I believe I have done all the requirements, however even with AllowOverride All set in http.conf ( AllowOverride All) and have enabled the mod_rewrite extension (LoadModule rewrite_module modules/mod_rewrite.so). I am still getting a 404 error on add, edit, and delete.  I am using the community Zend Server 4.0.6 with PHP 5.2 &amp; Apache 2.2.14 on Windows 7. I am using Virtual Host, if that makes a difference.
Any Help will be most appreciated.</description>
		<content:encoded><![CDATA[<p>Rob,<br />
I believe I have done all the requirements, however even with AllowOverride All set in http.conf ( AllowOverride All) and have enabled the mod_rewrite extension (LoadModule rewrite_module modules/mod_rewrite.so). I am still getting a 404 error on add, edit, and delete.  I am using the community Zend Server 4.0.6 with PHP 5.2 &amp; Apache 2.2.14 on Windows 7. I am using Virtual Host, if that makes a difference.<br />
Any Help will be most appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hadi</title>
		<link>http://akrabat.com/zend-framework-tutorial-18/#comment-30693</link>
		<dc:creator>hadi</dc:creator>
		<pubDate>Sat, 06 Feb 2010 13:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=539#comment-30693</guid>
		<description>thank&#039;s for your reply</description>
		<content:encoded><![CDATA[<p>thank's for your reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework-tutorial-18/#comment-30690</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sat, 06 Feb 2010 09:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=539#comment-30690</guid>
		<description>hadi,

You haven&#039;t read the bit in red at the top of this page.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>hadi,</p>
<p>You haven't read the bit in red at the top of this page.</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hadi</title>
		<link>http://akrabat.com/zend-framework-tutorial-18/#comment-30620</link>
		<dc:creator>hadi</dc:creator>
		<pubDate>Fri, 05 Feb 2010 21:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=539#comment-30620</guid>
		<description>Hi Rob,
Thank&#039;s for the great tutorial.
I have problem with &quot;zf create action&quot;
when i use it for example &quot;zf create action delete index&quot; 
in result show this :

Creating an action named  delete inside controller at C:\apache\htdocs\zf-tutorial/application/controllers/indexController.php
Updating project profile &#039;C:\apache\htdocs\zf-tutorial/.zfproject.xml&#039;
Creating a view script for the delete action method at C:\apache\htdocs\zf-tutorial/application/views/scripts/about/delete.phtml
Updating project profile &#039;C:\apache\htdocs\zf-tutorial/.zfproject.xml&#039;

but after navigating
http://localhost/zf-tutorial/public/index/edit
i see 404 error

please guide me

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Rob,<br />
Thank's for the great tutorial.<br />
I have problem with "zf create action"<br />
when i use it for example "zf create action delete index"<br />
in result show this :</p>
<p>Creating an action named  delete inside controller at C:\apache\htdocs\zf-tutorial/application/controllers/indexController.php<br />
Updating project profile 'C:\apache\htdocs\zf-tutorial/.zfproject.xml'<br />
Creating a view script for the delete action method at C:\apache\htdocs\zf-tutorial/application/views/scripts/about/delete.phtml<br />
Updating project profile 'C:\apache\htdocs\zf-tutorial/.zfproject.xml'</p>
<p>but after navigating<br />
<a href="http://localhost/zf-tutorial/public/index/edit" rel="nofollow">http://localhost/zf-tutorial/public/index/edit</a><br />
i see 404 error</p>
<p>please guide me</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://akrabat.com/zend-framework-tutorial-18/#comment-30501</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Mon, 01 Feb 2010 06:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=539#comment-30501</guid>
		<description>Rob,

Thanks for the reply. I&#039;ve discovered that I can get everything to work with 3 Bootstraps.

1. At the application root:    
class Bootstrap extends Zend_Application_Bootstrap_Bootstrap {}

2. In the &#039;default&#039; module:    
class Default_Bootstrap extends Zend_Application_Module_Bootstrap {}

3. In the &#039;admin&#039; module:    
class Admin_Bootstrap extends Zend_Application_Module_Bootstrap {}

The only unexpected behavior is that the class for forms in my default module must include the Default prefix:
class Default_Form_Addform { }

and so must the instantiation, of course:
$form = new Default_Form_Addform

If those are missing, the forms cannot be found in the Default namespace. It&#039;s only a minor inconvenience to include the prefix, but I&#039;m wondering if that can be avoided. Controllers do not require the prefix.

Marc</description>
		<content:encoded><![CDATA[<p>Rob,</p>
<p>Thanks for the reply. I've discovered that I can get everything to work with 3 Bootstraps.</p>
<p>1. At the application root:<br />
class Bootstrap extends Zend_Application_Bootstrap_Bootstrap {}</p>
<p>2. In the 'default' module:<br />
class Default_Bootstrap extends Zend_Application_Module_Bootstrap {}</p>
<p>3. In the 'admin' module:<br />
class Admin_Bootstrap extends Zend_Application_Module_Bootstrap {}</p>
<p>The only unexpected behavior is that the class for forms in my default module must include the Default prefix:<br />
class Default_Form_Addform { }</p>
<p>and so must the instantiation, of course:<br />
$form = new Default_Form_Addform</p>
<p>If those are missing, the forms cannot be found in the Default namespace. It's only a minor inconvenience to include the prefix, but I'm wondering if that can be avoided. Controllers do not require the prefix.</p>
<p>Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework-tutorial-18/#comment-30476</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sun, 31 Jan 2010 08:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=539#comment-30476</guid>
		<description>Marc,

Add a Bootstrap.php file to application/modules/admin/:

&lt;pre class=&quot;phpcode&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;class&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Bootstrap&#160;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;extends&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Zend_Application_Module_Bootstrap&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;{&lt;br /&gt;}&lt;br /&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Marc,</p>
<p>Add a Bootstrap.php file to application/modules/admin/:</p>
<pre class="phpcode"><span style="color: #0000BB">
</span><span style="color: #007700">class&nbsp;</span><span style="color: #0000BB">Bootstrap&nbsp;</span><span style="color: #007700">extends&nbsp;</span><span style="color: #0000BB">Zend_Application_Module_Bootstrap
</span><span style="color: #007700">{
}
</span>
</pre>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://akrabat.com/zend-framework-tutorial-18/#comment-30471</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sun, 31 Jan 2010 03:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=539#comment-30471</guid>
		<description>Forgot to enter the error I&#039;m getting:
Fatal error: Class &#039;Admin_Form_Addform&#039; not found in /Applications/MAMP/htdocs/zendscheduler.com/application/modules/admin/controllers/IndexController.php</description>
		<content:encoded><![CDATA[<p>Forgot to enter the error I'm getting:<br />
Fatal error: Class 'Admin_Form_Addform' not found in /Applications/MAMP/htdocs/zendscheduler.com/application/modules/admin/controllers/IndexController.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://akrabat.com/zend-framework-tutorial-18/#comment-30470</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sun, 31 Jan 2010 03:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=539#comment-30470</guid>
		<description>I have been using a working, standard modules set up for a while, and am just now wanting to add a &#039;forms&#039; directory to each of my modules.

In my &#039;admin&#039; module I simply add a &#039;forms&#039; directory at the same levels as &#039;controllers&#039;, then I use:

$form = new Admin_Form_Someform();

to reach the class Admin_Form_Someform

which resides at admin/forms/Someform.php

I know shades of this have been addressed, but I&#039;m pulling my hair out as to why this won&#039;t work.

Seems so simple. Can&#039;t get default module forms to work either.

Any help would be much appreciated.</description>
		<content:encoded><![CDATA[<p>I have been using a working, standard modules set up for a while, and am just now wanting to add a 'forms' directory to each of my modules.</p>
<p>In my 'admin' module I simply add a 'forms' directory at the same levels as 'controllers', then I use:</p>
<p>$form = new Admin_Form_Someform();</p>
<p>to reach the class Admin_Form_Someform</p>
<p>which resides at admin/forms/Someform.php</p>
<p>I know shades of this have been addressed, but I'm pulling my hair out as to why this won't work.</p>
<p>Seems so simple. Can't get default module forms to work either.</p>
<p>Any help would be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robi</title>
		<link>http://akrabat.com/zend-framework-tutorial-18/#comment-30427</link>
		<dc:creator>Robi</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=539#comment-30427</guid>
		<description>in path i have

%systemroot%\system32;
%systemroot%;
%systemroot%\system32\wbem;
c:\program files\ibm\gsk8\lib;
C:\PROGRA~1\IBM\SQLLIB\BIN;
C:\PROGRA~1\IBM\SQLLIB\FUNCTION;
C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;
C:\Program Files\Zend\Core\bin;
C:\Program Files\MySQL\MySQL Server 5.0\bin;
C:\Program Files\ZendFrameworkCli\bin

this is not working for zf create action add index

then i try to copy zf.bat,zf.php into C:\Program Files\Zend\Core\bin
 not working, 


zf show version
zf create project project_name
working OK</description>
		<content:encoded><![CDATA[<p>in path i have</p>
<p>%systemroot%\system32;<br />
%systemroot%;<br />
%systemroot%\system32\wbem;<br />
c:\program files\ibm\gsk8\lib;<br />
C:\PROGRA~1\IBM\SQLLIB\BIN;<br />
C:\PROGRA~1\IBM\SQLLIB\FUNCTION;<br />
C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;<br />
C:\Program Files\Zend\Core\bin;<br />
C:\Program Files\MySQL\MySQL Server 5.0\bin;<br />
C:\Program Files\ZendFrameworkCli\bin</p>
<p>this is not working for zf create action add index</p>
<p>then i try to copy zf.bat,zf.php into C:\Program Files\Zend\Core\bin<br />
 not working, </p>
<p>zf show version<br />
zf create project project_name<br />
working OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zend Framework Tutorials &#187; Pacific-Design.com - Search Engines Development by Kevin Duraj</title>
		<link>http://akrabat.com/zend-framework-tutorial-18/#comment-30401</link>
		<dc:creator>Zend Framework Tutorials &#187; Pacific-Design.com - Search Engines Development by Kevin Duraj</dc:creator>
		<pubDate>Wed, 27 Jan 2010 03:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=539#comment-30401</guid>
		<description>[...] http://akrabat.com/zend-framework-tutorial/     Posted in PHP Development        Cancel [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://akrabat.com/zend-framework-tutorial/" rel="nofollow">http://akrabat.com/zend-framework-tutorial/</a>     Posted in PHP Development        Cancel [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

