<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Welcome!</title>
	<link>http://www.zfguide.com/2008/01/19/welcome/</link>
	<description>Support for php&#124;architect's Guide to Programming with Zend Framework</description>
	<pubDate>Tue, 07 Oct 2008 04:39:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Cal Evans</title>
		<link>http://www.zfguide.com/2008/01/19/welcome/#comment-12</link>
		<dc:creator>Cal Evans</dc:creator>
		<pubDate>Fri, 25 Jan 2008 23:06:20 +0000</pubDate>
		<guid>http://www.zfguide.com/2008/01/19/welcome/#comment-12</guid>
		<description>Hi Alex!

ACL: You are in luck.  This came across my desk this morning &lt;a href="http://www.zend.com/en/company/news/event/webinar-zend-framework-authentication" rel="nofollow"&gt;ACL Webinar&lt;/a&gt;!  I plan on doing a tutorial here on ACL but this is being taught by Darby Felton, the guy who wrote ACL. It's free so I encourage everyone to sign up.

=C=</description>
		<content:encoded><![CDATA[<p>Hi Alex!</p>
<p>ACL: You are in luck.  This came across my desk this morning <a href="http://www.zend.com/en/company/news/event/webinar-zend-framework-authentication" rel="nofollow">ACL Webinar</a>!  I plan on doing a tutorial here on ACL but this is being taught by Darby Felton, the guy who wrote ACL. It&#8217;s free so I encourage everyone to sign up.</p>
<p>=C=</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.zfguide.com/2008/01/19/welcome/#comment-11</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 25 Jan 2008 14:47:01 +0000</pubDate>
		<guid>http://www.zfguide.com/2008/01/19/welcome/#comment-11</guid>
		<description>Hi Cal,

Just bought your book and finished reading it and I must say that it was nice to read. It did give me some new insights on certain things. Wish I had when starting working with Zend Framework.

I especially liked the Globals part and caching parts ;) Great work on that one!

However it is a good beginners book and I'm missing some of the more complex things like ACL (would love to see a access system build on ACL and DB)and DB relations! Maybe some modules.

What I personally don't like is that you are throughout the book are saying this is not the correct (neat) way to do it and later on change it. I'm a firm believer that it should be done correctly if you already know that it is wrong.

Hope to see your advance chapters soon!!

Great work!

Regards,

Alex</description>
		<content:encoded><![CDATA[<p>Hi Cal,</p>
<p>Just bought your book and finished reading it and I must say that it was nice to read. It did give me some new insights on certain things. Wish I had when starting working with Zend Framework.</p>
<p>I especially liked the Globals part and caching parts ;) Great work on that one!</p>
<p>However it is a good beginners book and I&#8217;m missing some of the more complex things like ACL (would love to see a access system build on ACL and DB)and DB relations! Maybe some modules.</p>
<p>What I personally don&#8217;t like is that you are throughout the book are saying this is not the correct (neat) way to do it and later on change it. I&#8217;m a firm believer that it should be done correctly if you already know that it is wrong.</p>
<p>Hope to see your advance chapters soon!!</p>
<p>Great work!</p>
<p>Regards,</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.zfguide.com/2008/01/19/welcome/#comment-5</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 21 Jan 2008 18:28:39 +0000</pubDate>
		<guid>http://www.zfguide.com/2008/01/19/welcome/#comment-5</guid>
		<description>Hi Chris,

I'm so glad you found the book useful.

=C=</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I&#8217;m so glad you found the book useful.</p>
<p>=C=</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.zfguide.com/2008/01/19/welcome/#comment-4</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 21 Jan 2008 16:44:36 +0000</pubDate>
		<guid>http://www.zfguide.com/2008/01/19/welcome/#comment-4</guid>
		<description>Hi Cal,

yesterday I actually used your book to solve some problems and get a better idea of the framework. The day before I just read through.

Especially your ActionHelper-Example helped me and saved me some time ;-)

bye 

Chris</description>
		<content:encoded><![CDATA[<p>Hi Cal,</p>
<p>yesterday I actually used your book to solve some problems and get a better idea of the framework. The day before I just read through.</p>
<p>Especially your ActionHelper-Example helped me and saved me some time ;-)</p>
<p>bye </p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.zfguide.com/2008/01/19/welcome/#comment-3</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 20 Jan 2008 19:28:37 +0000</pubDate>
		<guid>http://www.zfguide.com/2008/01/19/welcome/#comment-3</guid>
		<description>Hi Chris,

Thanks for posting.

Db_Table+relations:
Yes, the Data access chapter ignores the Db_Table, relations and a lot of other stuff (Db_Table_Row, etc) Part of that is because I'm old school and unless I'm switching backends, don't see the need for an OO interface into SQL, but the other part of it was that I just had to cut in some areas of the book never would have been delivered.

ACL:
Expect a "Missing Chapter" post here that deals with ACL. That's a real important one but ACL can be a difficult subject.  My book is for those just getting started w/ZF so I wanted to steer clear of  the really tricky areas.

*ActionHelper:
You didn't like my silly example?  :)  Actually, the first "missing chapter" (should come out in a week or so) will be on building a useful helper.  I'm going to move the token code out of the BaseController and into an ActionHelper.

* Bigger App/Modules
Again, I wanted to ease people into the concepts and Modules are an advanced concept.

Thanks for the kind words, please don't take any of this as an excuse, just trying to help you see my reasoning.  I will take your comments to heart.

Thanks again for posting,
=C=</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>Thanks for posting.</p>
<p>Db_Table+relations:<br />
Yes, the Data access chapter ignores the Db_Table, relations and a lot of other stuff (Db_Table_Row, etc) Part of that is because I&#8217;m old school and unless I&#8217;m switching backends, don&#8217;t see the need for an OO interface into SQL, but the other part of it was that I just had to cut in some areas of the book never would have been delivered.</p>
<p>ACL:<br />
Expect a &#8220;Missing Chapter&#8221; post here that deals with ACL. That&#8217;s a real important one but ACL can be a difficult subject.  My book is for those just getting started w/ZF so I wanted to steer clear of  the really tricky areas.</p>
<p>*ActionHelper:<br />
You didn&#8217;t like my silly example?  :)  Actually, the first &#8220;missing chapter&#8221; (should come out in a week or so) will be on building a useful helper.  I&#8217;m going to move the token code out of the BaseController and into an ActionHelper.</p>
<p>* Bigger App/Modules<br />
Again, I wanted to ease people into the concepts and Modules are an advanced concept.</p>
<p>Thanks for the kind words, please don&#8217;t take any of this as an excuse, just trying to help you see my reasoning.  I will take your comments to heart.</p>
<p>Thanks again for posting,<br />
=C=</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.zfguide.com/2008/01/19/welcome/#comment-2</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 19 Jan 2008 23:45:03 +0000</pubDate>
		<guid>http://www.zfguide.com/2008/01/19/welcome/#comment-2</guid>
		<description>Hi Cal,

I had a fast read through your book and I expected a little more/different book.

With the example app I missed the following topics:
* Db_Table + Relations
* bigger app with more modules/controllers/actions and showing how they are separated from each other
* ACL - I know it is not an easy topic...
* useful actionhelper/viewhelper

Tomorrow I'll have a more precise read of the book and will send you also a list of typos I found ;-)

Overall I think your book is a good entry for using ZF and you get most of the relevant infos on one place.

Thank you for this book,

Chris</description>
		<content:encoded><![CDATA[<p>Hi Cal,</p>
<p>I had a fast read through your book and I expected a little more/different book.</p>
<p>With the example app I missed the following topics:<br />
* Db_Table + Relations<br />
* bigger app with more modules/controllers/actions and showing how they are separated from each other<br />
* ACL - I know it is not an easy topic&#8230;<br />
* useful actionhelper/viewhelper</p>
<p>Tomorrow I&#8217;ll have a more precise read of the book and will send you also a list of typos I found ;-)</p>
<p>Overall I think your book is a good entry for using ZF and you get most of the relevant infos on one place.</p>
<p>Thank you for this book,</p>
<p>Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>
