<?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: Kohana CRUD Scaffold project (0.6beta)</title>
	<atom:link href="http://nathanbentley.com/kohana-crud-scaffold-project-0-6beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://nathanbentley.com</link>
	<description>Nathan Bentley's ramblings about anything related to the internet, life or himself.</description>
	<lastBuildDate>Sat, 06 Mar 2010 23:23:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dent</title>
		<link>http://nathanbentley.com/kohana-crud-scaffold-project-0-6beta/comment-page-1/#comment-796</link>
		<dc:creator>dent</dc:creator>
		<pubDate>Sat, 06 Mar 2010 23:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://nathanbentley.com/?page_id=105#comment-796</guid>
		<description>Hello,

I&#039;m using your exelent module for a while, but now i stuck into one thing:

When I&#039;m saving a file - its name is timestamp+name on disk, but only name in database. Is it possible to easyly change this behaaviour ? I need a real file name in database (with) timestamps.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m using your exelent module for a while, but now i stuck into one thing:</p>
<p>When I&#8217;m saving a file &#8211; its name is timestamp+name on disk, but only name in database. Is it possible to easyly change this behaaviour ? I need a real file name in database (with) timestamps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nath</title>
		<link>http://nathanbentley.com/kohana-crud-scaffold-project-0-6beta/comment-page-1/#comment-787</link>
		<dc:creator>nath</dc:creator>
		<pubDate>Tue, 26 Jan 2010 09:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://nathanbentley.com/?page_id=105#comment-787</guid>
		<description>Hi Shaine,

I&#039;ve noticed this problem occuring when using a copy of Formo newer than revision 130 - it looks like Ben Midget (owner of the Formo module) has re-architected the loading of values, causing the CRUD scaffolding module to break.

I&#039;m reasonably convinced that the problem is either an unexpected bug in Formo, or needs a clearer definition of how to access and manipulate models within Formo itself.

At the moment, the I&#039;ve found two fixes - either use a version of Formo earlier than r130, or patch the new Formo code to ensure that fill_models() is only called once.

I&#039;m hoping Ben will respond soon with an update on this issue.

Cheers,

Nathan.</description>
		<content:encoded><![CDATA[<p>Hi Shaine,</p>
<p>I&#8217;ve noticed this problem occuring when using a copy of Formo newer than revision 130 &#8211; it looks like Ben Midget (owner of the Formo module) has re-architected the loading of values, causing the CRUD scaffolding module to break.</p>
<p>I&#8217;m reasonably convinced that the problem is either an unexpected bug in Formo, or needs a clearer definition of how to access and manipulate models within Formo itself.</p>
<p>At the moment, the I&#8217;ve found two fixes &#8211; either use a version of Formo earlier than r130, or patch the new Formo code to ensure that fill_models() is only called once.</p>
<p>I&#8217;m hoping Ben will respond soon with an update on this issue.</p>
<p>Cheers,</p>
<p>Nathan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaine</title>
		<link>http://nathanbentley.com/kohana-crud-scaffold-project-0-6beta/comment-page-1/#comment-786</link>
		<dc:creator>Shaine</dc:creator>
		<pubDate>Mon, 25 Jan 2010 20:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://nathanbentley.com/?page_id=105#comment-786</guid>
		<description>Greetings, Nathan!

First of all I&#039;m grateful for this cool module. There is a problem though: when adding record autonumber id is lost. 

public function add()
...
if ($form-&gt;validate())
{
$this-&gt;add_save($form);
$form-&gt;save();
die( &#039;##&#039; . $form-&gt;get_model($this-&gt;model)-&gt;id );

On this line I get 0 every time. What is very strange is that when I print same ID from Formo ORM plugin I get proper value. 

Have you got any idea what&#039;s happening there? Does it work at your testbed? To represent just add something and click &#039;add new something and edit&#039;.</description>
		<content:encoded><![CDATA[<p>Greetings, Nathan!</p>
<p>First of all I&#8217;m grateful for this cool module. There is a problem though: when adding record autonumber id is lost. </p>
<p>public function add()<br />
&#8230;<br />
if ($form-&gt;validate())<br />
{<br />
$this-&gt;add_save($form);<br />
$form-&gt;save();<br />
die( &#8216;##&#8217; . $form-&gt;get_model($this-&gt;model)-&gt;id );</p>
<p>On this line I get 0 every time. What is very strange is that when I print same ID from Formo ORM plugin I get proper value. </p>
<p>Have you got any idea what&#8217;s happening there? Does it work at your testbed? To represent just add something and click &#8216;add new something and edit&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nath</title>
		<link>http://nathanbentley.com/kohana-crud-scaffold-project-0-6beta/comment-page-1/#comment-780</link>
		<dc:creator>nath</dc:creator>
		<pubDate>Sun, 08 Nov 2009 19:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://nathanbentley.com/?page_id=105#comment-780</guid>
		<description>Hi Alister,

Hasn&#039;t been ported to KO3 yet I&#039;m afraid - I was hoping to make a start on it soon, but I&#039;m fairly snowed under at work, so it may be a while yet.  Of course, if someone else fancies giving it a go, I&#039;ll happily create a branch in the project repo and give them access.

Otherwise, I&#039;m afraid we&#039;ll have to wait until things calm down (most likely after the new year sometime).

Nathan.</description>
		<content:encoded><![CDATA[<p>Hi Alister,</p>
<p>Hasn&#8217;t been ported to KO3 yet I&#8217;m afraid &#8211; I was hoping to make a start on it soon, but I&#8217;m fairly snowed under at work, so it may be a while yet.  Of course, if someone else fancies giving it a go, I&#8217;ll happily create a branch in the project repo and give them access.</p>
<p>Otherwise, I&#8217;m afraid we&#8217;ll have to wait until things calm down (most likely after the new year sometime).</p>
<p>Nathan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alister Cameron // Blogologist</title>
		<link>http://nathanbentley.com/kohana-crud-scaffold-project-0-6beta/comment-page-1/#comment-779</link>
		<dc:creator>Alister Cameron // Blogologist</dc:creator>
		<pubDate>Sun, 08 Nov 2009 03:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://nathanbentley.com/?page_id=105#comment-779</guid>
		<description>What of this working with KO3??

Has anyone done it? 

Total noob to Kohana, so speak in single syllable words please ;)

-Alister</description>
		<content:encoded><![CDATA[<p>What of this working with KO3??</p>
<p>Has anyone done it? </p>
<p>Total noob to Kohana, so speak in single syllable words please <img src='http://nathanbentley.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>-Alister</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus eriksson</title>
		<link>http://nathanbentley.com/kohana-crud-scaffold-project-0-6beta/comment-page-1/#comment-741</link>
		<dc:creator>Magnus eriksson</dc:creator>
		<pubDate>Mon, 14 Sep 2009 22:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://nathanbentley.com/?page_id=105#comment-741</guid>
		<description>Hi again! Nice to hear that it wasn&#039;t only me who has the problem, thought for a second I did something wrong. I currently don&#039;t have the time it takes to make this sort of hack you are describing, please keep posting about improvements to crud-scaffold and the file upload thing! 

I cannot praise this module enough. Kohana together with this module takes PHP frameworks a big leap forward. Now PHP frameworks are almost as easy to use as Django for example. The old PHP4 based monsters like Symfony and Cake are just too much hassle. Hope Kohana includes this module in the framework once it has matured.</description>
		<content:encoded><![CDATA[<p>Hi again! Nice to hear that it wasn&#8217;t only me who has the problem, thought for a second I did something wrong. I currently don&#8217;t have the time it takes to make this sort of hack you are describing, please keep posting about improvements to crud-scaffold and the file upload thing! </p>
<p>I cannot praise this module enough. Kohana together with this module takes PHP frameworks a big leap forward. Now PHP frameworks are almost as easy to use as Django for example. The old PHP4 based monsters like Symfony and Cake are just too much hassle. Hope Kohana includes this module in the framework once it has matured.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nath</title>
		<link>http://nathanbentley.com/kohana-crud-scaffold-project-0-6beta/comment-page-1/#comment-739</link>
		<dc:creator>nath</dc:creator>
		<pubDate>Mon, 14 Sep 2009 08:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://nathanbentley.com/?page_id=105#comment-739</guid>
		<description>Hi Magnus,

Glad you like the module!  With regards to the file field, I had similar problems, as well as a host of issues relating to how it uploads and validates, and so eventually ended up creating a new file upload driver for formo.  My understanding is that to get the file driver to work, you&#039;ll need to capture the output of the file driver, and save the specific part(s) to the database (I believe there are a number of different values returned).  You can do this inside either the add_save() or edit_save() methods, which you can override in your controller.

I&#039;ll try to post up my modified file driver for formo sometime soon.</description>
		<content:encoded><![CDATA[<p>Hi Magnus,</p>
<p>Glad you like the module!  With regards to the file field, I had similar problems, as well as a host of issues relating to how it uploads and validates, and so eventually ended up creating a new file upload driver for formo.  My understanding is that to get the file driver to work, you&#8217;ll need to capture the output of the file driver, and save the specific part(s) to the database (I believe there are a number of different values returned).  You can do this inside either the add_save() or edit_save() methods, which you can override in your controller.</p>
<p>I&#8217;ll try to post up my modified file driver for formo sometime soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus eriksson</title>
		<link>http://nathanbentley.com/kohana-crud-scaffold-project-0-6beta/comment-page-1/#comment-738</link>
		<dc:creator>Magnus eriksson</dc:creator>
		<pubDate>Mon, 14 Sep 2009 06:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://nathanbentley.com/?page_id=105#comment-738</guid>
		<description>Really, really nice module! So thankful for not having to write this from scratch myself :) Although I do have a problem with a file upload field. The files get uploaded alright, but only sometimes (like 5% of the time) the filename gets saved into the table field associated with the file. Anyone knows why this is?</description>
		<content:encoded><![CDATA[<p>Really, really nice module! So thankful for not having to write this from scratch myself <img src='http://nathanbentley.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Although I do have a problem with a file upload field. The files get uploaded alright, but only sometimes (like 5% of the time) the filename gets saved into the table field associated with the file. Anyone knows why this is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nath</title>
		<link>http://nathanbentley.com/kohana-crud-scaffold-project-0-6beta/comment-page-1/#comment-736</link>
		<dc:creator>nath</dc:creator>
		<pubDate>Tue, 18 Aug 2009 08:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://nathanbentley.com/?page_id=105#comment-736</guid>
		<description>Hi David,

You can add a new feature request to the project page here: http://projects.nathanbentley.com/projects/show/crudscaffold (register, log in, and click new issue)

Alternatively, email me at mail (at) nathanbentley (dot) com and I&#039;ll add the request for you.

Cheers,</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>You can add a new feature request to the project page here: <a href="http://projects.nathanbentley.com/projects/show/crudscaffold" rel="nofollow">http://projects.nathanbentley.com/projects/show/crudscaffold</a> (register, log in, and click new issue)</p>
<p>Alternatively, email me at mail (at) nathanbentley (dot) com and I&#8217;ll add the request for you.</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://nathanbentley.com/kohana-crud-scaffold-project-0-6beta/comment-page-1/#comment-735</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 17 Aug 2009 23:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://nathanbentley.com/?page_id=105#comment-735</guid>
		<description>Thank you for the project.  I was able to hook it up quickly and build an admin section for a small business site.  I have however made a few modifications that you might find helpful (or not).  Let me know how to communicate them.  Also, the css looks great.  Thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you for the project.  I was able to hook it up quickly and build an admin section for a small business site.  I have however made a few modifications that you might find helpful (or not).  Let me know how to communicate them.  Also, the css looks great.  Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

