<?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 for Me Like Dev</title>
	<atom:link href="http://melikedev.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://melikedev.com</link>
	<description>Development tips, help, and suggestions for building performant websites</description>
	<lastBuildDate>Thu, 26 Apr 2012 08:09:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Symfony &#8211; Doctrine &#8211; Call to a member function evictAll on a non-object by Serge HARDY</title>
		<link>http://melikedev.com/2012/04/20/symfony-doctrine-call-member-function-evictall-nonobject/#comment-27470</link>
		<dc:creator>Serge HARDY</dc:creator>
		<pubDate>Thu, 26 Apr 2012 08:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://melikedev.com/?p=1581#comment-27470</guid>
		<description>This also happens when you use an unknown model in DQL</description>
		<content:encoded><![CDATA[<p>This also happens when you use an unknown model in DQL</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony &#8211; Add ReCaptcha to JQuery Dialog (Lightbox) by Mike Purcell</title>
		<link>http://melikedev.com/2011/05/24/symfony-add-recaptcha-to-jquery-dialog-lightbox/#comment-26166</link>
		<dc:creator>Mike Purcell</dc:creator>
		<pubDate>Wed, 11 Apr 2012 16:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://melikedev.com/?p=1064#comment-26166</guid>
		<description>@Raffaele: Did you get it to work?</description>
		<content:encoded><![CDATA[<p>@Raffaele: Did you get it to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony &#8211; Add ReCaptcha to JQuery Dialog (Lightbox) by Raffaele</title>
		<link>http://melikedev.com/2011/05/24/symfony-add-recaptcha-to-jquery-dialog-lightbox/#comment-26142</link>
		<dc:creator>Raffaele</dc:creator>
		<pubDate>Wed, 11 Apr 2012 11:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://melikedev.com/?p=1064#comment-26142</guid>
		<description>Sorry, the code I posted is wrong. Probably your comment filters the inputs.</description>
		<content:encoded><![CDATA[<p>Sorry, the code I posted is wrong. Probably your comment filters the inputs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony &#8211; PHP &#8211; Possibly Forking 1.x so Invested Companies don&#8217;t Lose Millions by jtuts.net</title>
		<link>http://melikedev.com/2011/06/30/symfony-php-possibly-forking-1-x-so-invested-companies-dont-lose-millions/#comment-25423</link>
		<dc:creator>jtuts.net</dc:creator>
		<pubDate>Thu, 05 Apr 2012 19:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://melikedev.com/?p=1139#comment-25423</guid>
		<description>&lt;strong&gt;jtuts.net...&lt;/strong&gt;

[...]Symfony &#8211; PHP &#8211; Possibly Forking 1.x so Invested Companies don&#8217;t Lose Millions &#124; Me Like Dev[...]...</description>
		<content:encoded><![CDATA[<p><strong>jtuts.net&#8230;</strong></p>
<p>[...]Symfony &#8211; PHP &#8211; Possibly Forking 1.x so Invested Companies don&#8217;t Lose Millions | Me Like Dev[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony &#8211; Doctrine &#8211; Saving Many-To-Many (M:M) relationships by Luis Angel</title>
		<link>http://melikedev.com/2009/12/09/symfony-w-doctrine-saving-many-to-many-mm-relationships/#comment-25237</link>
		<dc:creator>Luis Angel</dc:creator>
		<pubDate>Tue, 03 Apr 2012 14:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://melikedev.com/?p=349#comment-25237</guid>
		<description>Friend first of all apologize for making this comment as a question ... I know there are blogs for that ... and stuff but I&#039;ve asked for help wherever and have not been able to help .. but hey .. this is my problem

Working with MySQL 1.4.9 + Symfony and Doctrine ...
I have three tables .....

CesIngreso:
actAs {Timestampable: ~}
columns:
name: {type: string (7), notnull: true, unique: true}
- In which I store two data, which is income (In, Out)

CesSecciones:
columns:
sections: {type: string (50), notnull: true}
start: {type: time}
end: {type: time}
- I store three data plus the start and end of each Section, Sessions (Morning, Afternoon, Special)

CesUser:
columns:
Photo: {type: string (255)}
user: {type: string (30), notnull: true}
name: {type: string (50), notnull: true}
apeuno: {type: string (50), notnull: true}
apedos: {type: string (50), notnull: true}
date: {type: date, notnull: true}
- I store the data of Users (n number of users)

Need to create a form for Attendance Record ...
record attendance of users who are registered in the system: ... but more importantly
that users need when you go to register your
assistance ..... I can only record 1 input and 1 output (CesIngreso) for each section (Morning, Afternoon, Extraordinary) daily ...
Friend I have tried it in different ways, but I can not make a user can save only 1 input and 1 output for each work session on the day .....
The form should only take .... Users, Section, Income .... and I want to do is that for example the user Pepe ... when you go to register your attendance in Section (Morning, Afternoon, Extra ), if you have already registered an entry in the morning I can only record the output and so on for each section ...
I hope I&#039;ve managed to explain .... and thank you very much for
advance .... any help or idea is welcome ... and sorry if I should not ask here ... greetings</description>
		<content:encoded><![CDATA[<p>Friend first of all apologize for making this comment as a question &#8230; I know there are blogs for that &#8230; and stuff but I&#8217;ve asked for help wherever and have not been able to help .. but hey .. this is my problem</p>
<p>Working with MySQL 1.4.9 + Symfony and Doctrine &#8230;<br />
I have three tables &#8230;..</p>
<p>CesIngreso:<br />
actAs {Timestampable: ~}<br />
columns:<br />
name: {type: string (7), notnull: true, unique: true}<br />
- In which I store two data, which is income (In, Out)</p>
<p>CesSecciones:<br />
columns:<br />
sections: {type: string (50), notnull: true}<br />
start: {type: time}<br />
end: {type: time}<br />
- I store three data plus the start and end of each Section, Sessions (Morning, Afternoon, Special)</p>
<p>CesUser:<br />
columns:<br />
Photo: {type: string (255)}<br />
user: {type: string (30), notnull: true}<br />
name: {type: string (50), notnull: true}<br />
apeuno: {type: string (50), notnull: true}<br />
apedos: {type: string (50), notnull: true}<br />
date: {type: date, notnull: true}<br />
- I store the data of Users (n number of users)</p>
<p>Need to create a form for Attendance Record &#8230;<br />
record attendance of users who are registered in the system: &#8230; but more importantly<br />
that users need when you go to register your<br />
assistance &#8230;.. I can only record 1 input and 1 output (CesIngreso) for each section (Morning, Afternoon, Extraordinary) daily &#8230;<br />
Friend I have tried it in different ways, but I can not make a user can save only 1 input and 1 output for each work session on the day &#8230;..<br />
The form should only take &#8230;. Users, Section, Income &#8230;. and I want to do is that for example the user Pepe &#8230; when you go to register your attendance in Section (Morning, Afternoon, Extra ), if you have already registered an entry in the morning I can only record the output and so on for each section &#8230;<br />
I hope I&#8217;ve managed to explain &#8230;. and thank you very much for<br />
advance &#8230;. any help or idea is welcome &#8230; and sorry if I should not ask here &#8230; greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP &#8211; PHPUnit &#8211; Use PHPUnit Without PEAR by Mike Purcell</title>
		<link>http://melikedev.com/2012/01/25/php-phpunit-use-phpunit-without-pear/#comment-24237</link>
		<dc:creator>Mike Purcell</dc:creator>
		<pubDate>Fri, 23 Mar 2012 16:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://melikedev.com/?p=1458#comment-24237</guid>
		<description>@Alex: Thanks, I&#039;ll correct the readme. I also noticed that the version doesn&#039;t display properly, I haven&#039;t had time to look into it. If you want to know the current version of PHPUnit you are running, just check out the symlink you created in first few steps of the tutorial.</description>
		<content:encoded><![CDATA[<p>@Alex: Thanks, I&#8217;ll correct the readme. I also noticed that the version doesn&#8217;t display properly, I haven&#8217;t had time to look into it. If you want to know the current version of PHPUnit you are running, just check out the symlink you created in first few steps of the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP &#8211; PHPUnit &#8211; Use PHPUnit Without PEAR by alex</title>
		<link>http://melikedev.com/2012/01/25/php-phpunit-use-phpunit-without-pear/#comment-24219</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 23 Mar 2012 10:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://melikedev.com/?p=1458#comment-24219</guid>
		<description>hey,
thanks for the tutorial!

Comprehensive, but gets the test base setup awesomely well.

In your readme I am sure you meant FROM: protected... TO: public...
you have vice versa.

I have one issue (very minor) it doesn&#039;t show version number when I run tests:
PHPUnit @package_version@ by Sebastian Bergmann.

Thanks again,
Alex</description>
		<content:encoded><![CDATA[<p>hey,<br />
thanks for the tutorial!</p>
<p>Comprehensive, but gets the test base setup awesomely well.</p>
<p>In your readme I am sure you meant FROM: protected&#8230; TO: public&#8230;<br />
you have vice versa.</p>
<p>I have one issue (very minor) it doesn&#8217;t show version number when I run tests:<br />
PHPUnit @package_version@ by Sebastian Bergmann.</p>
<p>Thanks again,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony &#8211; Saving Metadata During Form Save (sort ids) by Mike Purcell</title>
		<link>http://melikedev.com/2010/04/06/symfony-saving-metadata-during-form-save-sort-ids/#comment-24150</link>
		<dc:creator>Mike Purcell</dc:creator>
		<pubDate>Thu, 22 Mar 2012 17:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://melikedev.com/?p=677#comment-24150</guid>
		<description>@Alberto: Gotcha. The double lists are easier to implement. With embedded forms you have to override the updateEmbeddedObjects and saveEmbeddedForms methods on the main form object.</description>
		<content:encoded><![CDATA[<p>@Alberto: Gotcha. The double lists are easier to implement. With embedded forms you have to override the updateEmbeddedObjects and saveEmbeddedForms methods on the main form object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony &#8211; Saving Metadata During Form Save (sort ids) by Alberto</title>
		<link>http://melikedev.com/2010/04/06/symfony-saving-metadata-during-form-save-sort-ids/#comment-24069</link>
		<dc:creator>Alberto</dc:creator>
		<pubDate>Wed, 21 Mar 2012 18:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://melikedev.com/?p=677#comment-24069</guid>
		<description>I&#039;m using the double list by the ordering, but for now I&#039;m using the form &quot;verificadores&quot; without embedding to work well</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the double list by the ordering, but for now I&#8217;m using the form &#8220;verificadores&#8221; without embedding to work well</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony &#8211; Doctrine &#8211; Saving Many-To-Many (M:M) relationships by Mike Purcell</title>
		<link>http://melikedev.com/2009/12/09/symfony-w-doctrine-saving-many-to-many-mm-relationships/#comment-23573</link>
		<dc:creator>Mike Purcell</dc:creator>
		<pubDate>Fri, 16 Mar 2012 15:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://melikedev.com/?p=349#comment-23573</guid>
		<description>@Lilou: You can actually store quantity using the select list (without having to embed the form), I have a post coming that will pull it altogether, but may be a few weeks before I post it.</description>
		<content:encoded><![CDATA[<p>@Lilou: You can actually store quantity using the select list (without having to embed the form), I have a post coming that will pull it altogether, but may be a few weeks before I post it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

