<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Scaffolding module v2</title>
	<atom:link href="http://mhordecki.wordpress.com/2008/03/22/scaffolding-module-v2/feed/" rel="self" type="application/rss+xml" />
	<link>http://mhordecki.wordpress.com/2008/03/22/scaffolding-module-v2/</link>
	<description>Yet Another Dev Blog</description>
	<lastBuildDate>Fri, 11 Sep 2009 15:52:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mhordecki</title>
		<link>http://mhordecki.wordpress.com/2008/03/22/scaffolding-module-v2/#comment-30</link>
		<dc:creator>mhordecki</dc:creator>
		<pubDate>Sun, 29 Jun 2008 14:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://mhordecki.wordpress.com/?p=10#comment-30</guid>
		<description>You&#039;re welcome!

@bunnyhero: At the moment I&#039;m preparing the little maintenance release, so stay tuned.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome!</p>
<p>@bunnyhero: At the moment I&#8217;m preparing the little maintenance release, so stay tuned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rafaelss</title>
		<link>http://mhordecki.wordpress.com/2008/03/22/scaffolding-module-v2/#comment-29</link>
		<dc:creator>rafaelss</dc:creator>
		<pubDate>Fri, 27 Jun 2008 13:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://mhordecki.wordpress.com/?p=10#comment-29</guid>
		<description>Could I create a project at github with your code? I have some implementations to do and I want to share with you.

Cheers</description>
		<content:encoded><![CDATA[<p>Could I create a project at github with your code? I have some implementations to do and I want to share with you.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bunnyhero</title>
		<link>http://mhordecki.wordpress.com/2008/03/22/scaffolding-module-v2/#comment-28</link>
		<dc:creator>bunnyhero</dc:creator>
		<pubDate>Thu, 19 Jun 2008 01:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://mhordecki.wordpress.com/?p=10#comment-28</guid>
		<description>this is cool! thanks for sharing it. it does not work right out of the box on 2.1.2 however--you should probably note that somewhere maybe?</description>
		<content:encoded><![CDATA[<p>this is cool! thanks for sharing it. it does not work right out of the box on 2.1.2 however&#8211;you should probably note that somewhere maybe?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mhordecki</title>
		<link>http://mhordecki.wordpress.com/2008/03/22/scaffolding-module-v2/#comment-27</link>
		<dc:creator>mhordecki</dc:creator>
		<pubDate>Sat, 14 Jun 2008 14:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://mhordecki.wordpress.com/?p=10#comment-27</guid>
		<description>You can drop auth dependency if you hack mycontroller.php a bit.</description>
		<content:encoded><![CDATA[<p>You can drop auth dependency if you hack mycontroller.php a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volante</title>
		<link>http://mhordecki.wordpress.com/2008/03/22/scaffolding-module-v2/#comment-26</link>
		<dc:creator>Volante</dc:creator>
		<pubDate>Thu, 12 Jun 2008 02:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://mhordecki.wordpress.com/?p=10#comment-26</guid>
		<description>scratch that,  you also need forge to generate forms. :p

$config[&#039;modules&#039;] = array
(
	MODPATH . &#039;scaffolding&#039;,
	MODPATH . &#039;forge&#039;,
	MODPATH . &#039;auth&#039; 
);</description>
		<content:encoded><![CDATA[<p>scratch that,  you also need forge to generate forms. :p</p>
<p>$config['modules'] = array<br />
(<br />
	MODPATH . &#8217;scaffolding&#8217;,<br />
	MODPATH . &#8216;forge&#8217;,<br />
	MODPATH . &#8216;auth&#8217;<br />
);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volante</title>
		<link>http://mhordecki.wordpress.com/2008/03/22/scaffolding-module-v2/#comment-25</link>
		<dc:creator>Volante</dc:creator>
		<pubDate>Thu, 12 Jun 2008 02:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://mhordecki.wordpress.com/?p=10#comment-25</guid>
		<description>I had to add:

$config[&#039;modules&#039;] = array
(
	MODPATH . &#039;scaffolding&#039;,
	MODPATH . &#039;auth&#039; 
);


to get it to work. hope that helps if anyone wonders.</description>
		<content:encoded><![CDATA[<p>I had to add:</p>
<p>$config['modules'] = array<br />
(<br />
	MODPATH . &#8217;scaffolding&#8217;,<br />
	MODPATH . &#8216;auth&#8217;<br />
);</p>
<p>to get it to work. hope that helps if anyone wonders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petr</title>
		<link>http://mhordecki.wordpress.com/2008/03/22/scaffolding-module-v2/#comment-24</link>
		<dc:creator>Petr</dc:creator>
		<pubDate>Tue, 20 May 2008 22:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://mhordecki.wordpress.com/?p=10#comment-24</guid>
		<description>I&#039;m working on my CMS and scaffolding feature was planned for the frontend(s)... to insert (easy and fast) some test data. At this time I have no online test version ;-)

I use latest svn version of Kohana, but my CMS is quite complex, so that error will be my fault :-) I have to solve it myself :-) At this time I focus on backend, so this problem will have turn little bit latter. But I will solve it!! ..I hope :-)

Thanks for your reply and for your library anyway ;-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on my CMS and scaffolding feature was planned for the frontend(s)&#8230; to insert (easy and fast) some test data. At this time I have no online test version <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I use latest svn version of Kohana, but my CMS is quite complex, so that error will be my fault <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I have to solve it myself <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  At this time I focus on backend, so this problem will have turn little bit latter. But I will solve it!! ..I hope <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks for your reply and for your library anyway <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mhordecki</title>
		<link>http://mhordecki.wordpress.com/2008/03/22/scaffolding-module-v2/#comment-23</link>
		<dc:creator>mhordecki</dc:creator>
		<pubDate>Sun, 18 May 2008 18:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://mhordecki.wordpress.com/?p=10#comment-23</guid>
		<description>I&#039;m not sure of this, cause it&#039;s strictly connected with your own Kohana copy. Scaffolding was tested with latest SVN trunk, but I doubt that would be a case. Check whether your auth module is sane. Have your modified any of Kohana/Scaffolding&#039;s own files?

@Stephen: It&#039;s awesome that you&#039;ve found my work useful:) I&#039;d be glad to see your modded Scaffolding, is it accessible online somewhere?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure of this, cause it&#8217;s strictly connected with your own Kohana copy. Scaffolding was tested with latest SVN trunk, but I doubt that would be a case. Check whether your auth module is sane. Have your modified any of Kohana/Scaffolding&#8217;s own files?</p>
<p>@Stephen: It&#8217;s awesome that you&#8217;ve found my work useful:) I&#8217;d be glad to see your modded Scaffolding, is it accessible online somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petr</title>
		<link>http://mhordecki.wordpress.com/2008/03/22/scaffolding-module-v2/#comment-22</link>
		<dc:creator>Petr</dc:creator>
		<pubDate>Thu, 08 May 2008 07:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://mhordecki.wordpress.com/?p=10#comment-22</guid>
		<description>Hi, don&#039;t you know, why this error happens?

Fatal error: Class &#039;Auth&#039; not found in D:\Html\test2\modules\scaffolding\controllers\mycontroller.php on line 16

Even if I add the config to the scaffolding module with:
$config[&#039;modules&#039;] = array
(
	MODPATH . &#039;auth&#039;,   // Authentication
);

it&#039;s not working :-/

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, don&#8217;t you know, why this error happens?</p>
<p>Fatal error: Class &#8216;Auth&#8217; not found in D:\Html\test2\modules\scaffolding\controllers\mycontroller.php on line 16</p>
<p>Even if I add the config to the scaffolding module with:<br />
$config['modules'] = array<br />
(<br />
	MODPATH . &#8216;auth&#8217;,   // Authentication<br />
);</p>
<p>it&#8217;s not working :-/</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Beattie</title>
		<link>http://mhordecki.wordpress.com/2008/03/22/scaffolding-module-v2/#comment-21</link>
		<dc:creator>Stephen Beattie</dc:creator>
		<pubDate>Wed, 16 Apr 2008 22:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://mhordecki.wordpress.com/?p=10#comment-21</guid>
		<description>Just wanted to say a huge thanks for sharing your scaffolding module.  I really love it.  I&#039;ve started tweaking the code and added Forge validation and used the inflector class to print &#039;friendly&#039; form labels and table headers.  With a bit more work (and a templating system) I think this would make a very robust admin interface.  I can send you my version after I&#039;ve had time to get a bit more done if you want.</description>
		<content:encoded><![CDATA[<p>Just wanted to say a huge thanks for sharing your scaffolding module.  I really love it.  I&#8217;ve started tweaking the code and added Forge validation and used the inflector class to print &#8216;friendly&#8217; form labels and table headers.  With a bit more work (and a templating system) I think this would make a very robust admin interface.  I can send you my version after I&#8217;ve had time to get a bit more done if you want.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
