<?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"
	>
<channel>
	<title>Comments for LampJunkie.com - Everything related to Linux, PHP, MySQL, Apache, AJAX, Symfony and more</title>
	<atom:link href="http://www.lampjunkie.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lampjunkie.com</link>
	<description>Addicted to Linux  &#38; PHP</description>
	<pubDate>Wed, 20 Aug 2008 20:20:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on Using Multiple Databases in Symfony with Propel by Scott Matthews</title>
		<link>http://www.lampjunkie.com/2008/04/using-multiple-databases-in-symfony-with-propel/#comment-246</link>
		<dc:creator>Scott Matthews</dc:creator>
		<pubDate>Tue, 19 Aug 2008 14:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=14#comment-246</guid>
		<description>Thanks for the posting, I have a comment though.  I notice with your statement here and others I've found about the need to name a connection 'propel:' for things to work such as propel-build-model.  This doesn't seem right and the application I'm building does not have this designation and everything is fine.  My schema.yml, databases.yml and propel.ini are basically in synch with the name I used and it is not 'propel'.  

From what I can see, propel.ini is what drives the connection for things such as 'propel-build-model' and 'propel-insert-sql' giving you the need to have one connection defined in that file for the action you are taking.  The only thing that I can see that is confusing this issue is in propel.ini we have to set things such as 'propel.project' and 'propel.database' but I do not believe that directly means a connection in databases.yml or schema.yml called 'propel' it's just that it's settings for propel to use.
Example:

## from Schema.yml
data_connection_master:
  status:
    _attributes: { phpName: my_status, package: lib.model.my_administrator }
    code: { type: integer, required: true, primaryKey: true }
    type: { type: varchar, size: 50, required: true, primaryKey: true  }
    created: { type: timestamp }
    modified: { type: timestamp }
.......
##from databases.yml
all:
  data_connection_master:
    class:      sfPropelDatabase
    param:
      phptype:            mysql     # Database vendor
      hostspec:           localhost
      database:           data_connection_master
      username:           symfonyuser
      password:           symfonyuser
      port:               3306
      encoding:           utf8      # Default charset for table creation
      persistent:         true      # Use persistent connections
 .......
#from propel.ini
propel.database            = mysql
propel.database.createUrl  = mysql://symfonyuser:symfonyuser@localhost:3306/
propel.database.url        = mysql://symfonyuser:symfonyuser@localhost:3306/data_connection_master


Since things work fine for me without having a connection called 'propel' I'm pretty sure I'm right.  I'd appreciate hearing the perspective and experience of someone else on this.</description>
		<content:encoded><![CDATA[<p>Thanks for the posting, I have a comment though.  I notice with your statement here and others I&#8217;ve found about the need to name a connection &#8216;propel:&#8217; for things to work such as propel-build-model.  This doesn&#8217;t seem right and the application I&#8217;m building does not have this designation and everything is fine.  My schema.yml, databases.yml and propel.ini are basically in synch with the name I used and it is not &#8216;propel&#8217;.  </p>
<p>From what I can see, propel.ini is what drives the connection for things such as &#8216;propel-build-model&#8217; and &#8216;propel-insert-sql&#8217; giving you the need to have one connection defined in that file for the action you are taking.  The only thing that I can see that is confusing this issue is in propel.ini we have to set things such as &#8216;propel.project&#8217; and &#8216;propel.database&#8217; but I do not believe that directly means a connection in databases.yml or schema.yml called &#8216;propel&#8217; it&#8217;s just that it&#8217;s settings for propel to use.<br />
Example:</p>
<p>## from Schema.yml<br />
data_connection_master:<br />
  status:<br />
    _attributes: { phpName: my_status, package: lib.model.my_administrator }<br />
    code: { type: integer, required: true, primaryKey: true }<br />
    type: { type: varchar, size: 50, required: true, primaryKey: true  }<br />
    created: { type: timestamp }<br />
    modified: { type: timestamp }<br />
&#8230;&#8230;.<br />
##from databases.yml<br />
all:<br />
  data_connection_master:<br />
    class:      sfPropelDatabase<br />
    param:<br />
      phptype:            mysql     # Database vendor<br />
      hostspec:           localhost<br />
      database:           data_connection_master<br />
      username:           symfonyuser<br />
      password:           symfonyuser<br />
      port:               3306<br />
      encoding:           utf8      # Default charset for table creation<br />
      persistent:         true      # Use persistent connections<br />
 &#8230;&#8230;.<br />
#from propel.ini<br />
propel.database            = mysql<br />
propel.database.createUrl  = mysql://symfonyuser:symfonyuser@localhost:3306/<br />
propel.database.url        = mysql://symfonyuser:symfonyuser@localhost:3306/data_connection_master</p>
<p>Since things work fine for me without having a connection called &#8216;propel&#8217; I&#8217;m pretty sure I&#8217;m right.  I&#8217;d appreciate hearing the perspective and experience of someone else on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I use the symfony Framework by Raj Anand</title>
		<link>http://www.lampjunkie.com/2008/04/why-i-use-the-symfony-framework/#comment-225</link>
		<dc:creator>Raj Anand</dc:creator>
		<pubDate>Tue, 12 Aug 2008 15:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=9#comment-225</guid>
		<description>I'm not sure if I totally agree with you in regards to Zend. We have recently moved from Symfony. We work with several clients in the corporate sector. We have decided to not use Symfony for future client projects (thought this might be of some interest to you): http://blog.kwiqq.com/2008/08/12/announcement-bye-bye-symfony-hello-zend/</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if I totally agree with you in regards to Zend. We have recently moved from Symfony. We work with several clients in the corporate sector. We have decided to not use Symfony for future client projects (thought this might be of some interest to you): <a href="http://blog.kwiqq.com/2008/08/12/announcement-bye-bye-symfony-hello-zend/" rel="nofollow">http://blog.kwiqq.com/2008/08/12/announcement-bye-bye-symfony-hello-zend/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I use the symfony Framework by ditman</title>
		<link>http://www.lampjunkie.com/2008/04/why-i-use-the-symfony-framework/#comment-196</link>
		<dc:creator>ditman</dc:creator>
		<pubDate>Mon, 28 Jul 2008 16:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=9#comment-196</guid>
		<description>Your search of PHP frameworks was my first assignment on my last work. I was already biased towards symfony, because I had used it in some previous projects, but I was open to finding pros and cons in the other frameworks.

The fact was that only symfony was powerful enough out of the box to put into production. Its "view" layer was the most powerful of all 3 frameworks (at least without heavy modifications) and it helped us speed up our new projects (which had to use Smarty templating).

Great stuff, I really like symfony :)</description>
		<content:encoded><![CDATA[<p>Your search of PHP frameworks was my first assignment on my last work. I was already biased towards symfony, because I had used it in some previous projects, but I was open to finding pros and cons in the other frameworks.</p>
<p>The fact was that only symfony was powerful enough out of the box to put into production. Its &#8220;view&#8221; layer was the most powerful of all 3 frameworks (at least without heavy modifications) and it helped us speed up our new projects (which had to use Smarty templating).</p>
<p>Great stuff, I really like symfony <img src='http://www.lampjunkie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PuTTY with Tabs (PuTTY Connection Manager) by ben</title>
		<link>http://www.lampjunkie.com/2008/05/putty-with-tabs-putty-connection-manager/#comment-183</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Mon, 21 Jul 2008 04:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=38#comment-183</guid>
		<description>This is pretty cool. I use SecureCRT simply for the tabs.  If I had known about this I might have stuck with putty.</description>
		<content:encoded><![CDATA[<p>This is pretty cool. I use SecureCRT simply for the tabs.  If I had known about this I might have stuck with putty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Tasks in Symfony (1.0) by marc</title>
		<link>http://www.lampjunkie.com/2008/04/custom-tasks-in-symfony-10/#comment-180</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Tue, 15 Jul 2008 19:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=21#comment-180</guid>
		<description>Hey Patrick, I wrote a follow up post describing how to do this in symfony 1.1. (&lt;a href="http://www.lampjunkie.com/2008/07/custom-tasks-in-symfony-11/" rel="nofollow"&gt;Custom Tasks in symfony 1.1&lt;/a&gt;) Hopefully you will find this useful!</description>
		<content:encoded><![CDATA[<p>Hey Patrick, I wrote a follow up post describing how to do this in symfony 1.1. (<a href="http://www.lampjunkie.com/2008/07/custom-tasks-in-symfony-11/" rel="nofollow">Custom Tasks in symfony 1.1</a>) Hopefully you will find this useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Tasks in Symfony (1.0) by Patrick Espake</title>
		<link>http://www.lampjunkie.com/2008/04/custom-tasks-in-symfony-10/#comment-169</link>
		<dc:creator>Patrick Espake</dc:creator>
		<pubDate>Mon, 14 Jul 2008 21:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=21#comment-169</guid>
		<description>How do you do this in symfony 1.1?</description>
		<content:encoded><![CDATA[<p>How do you do this in symfony 1.1?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Store Symfony Sessions in Database with Propel by Sebastian</title>
		<link>http://www.lampjunkie.com/2008/05/store-symfony-sessions-in-database-with-propel/#comment-135</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Mon, 30 Jun 2008 08:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=37#comment-135</guid>
		<description>Marc,

I think the sess_data field should rather be of type "datetime" instead of "int".

When using an int, the value was always "2008". After I corrected it to a "datetime", sf now stores values like "2008-06-30 10:43:25" and updates them for each request, which is how it should be.

Sebastian</description>
		<content:encoded><![CDATA[<p>Marc,</p>
<p>I think the sess_data field should rather be of type &#8220;datetime&#8221; instead of &#8220;int&#8221;.</p>
<p>When using an int, the value was always &#8220;2008&#8243;. After I corrected it to a &#8220;datetime&#8221;, sf now stores values like &#8220;2008-06-30 10:43:25&#8243; and updates them for each request, which is how it should be.</p>
<p>Sebastian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on You know your Website is soooo Web 1.0 When&#8230; by Micah</title>
		<link>http://www.lampjunkie.com/2008/05/you-know-your-website-is-sooo-web-1-0-when/#comment-125</link>
		<dc:creator>Micah</dc:creator>
		<pubDate>Tue, 24 Jun 2008 13:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=35#comment-125</guid>
		<description>A coworker showed me a relatives site made for her business that fits #8.  Ha!  The person who she hired even left the title "Page Title" or whatever.  Doh.</description>
		<content:encoded><![CDATA[<p>A coworker showed me a relatives site made for her business that fits #8.  Ha!  The person who she hired even left the title &#8220;Page Title&#8221; or whatever.  Doh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Multiple Databases in Symfony with Propel by Basic Mysql Commands Databases</title>
		<link>http://www.lampjunkie.com/2008/04/using-multiple-databases-in-symfony-with-propel/#comment-121</link>
		<dc:creator>Basic Mysql Commands Databases</dc:creator>
		<pubDate>Mon, 23 Jun 2008 03:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=14#comment-121</guid>
		<description>I found your site on faves.com bookmarking site.. I like it ..gave it a fave for you..ill be checking back later</description>
		<content:encoded><![CDATA[<p>I found your site on faves.com bookmarking site.. I like it ..gave it a fave for you..ill be checking back later</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PuTTY with Tabs (PuTTY Connection Manager) by franz</title>
		<link>http://www.lampjunkie.com/2008/05/putty-with-tabs-putty-connection-manager/#comment-114</link>
		<dc:creator>franz</dc:creator>
		<pubDate>Mon, 16 Jun 2008 07:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=38#comment-114</guid>
		<description>Thanks, that will be very useful !

Cheers

Franz</description>
		<content:encoded><![CDATA[<p>Thanks, that will be very useful !</p>
<p>Cheers</p>
<p>Franz</p>
]]></content:encoded>
	</item>
</channel>
</rss>
