<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog - WapplerSystems [Aachen] &#187; symfony</title>
	<atom:link href="http://www.wapplersystems.de/blog/category/symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wapplersystems.de/blog</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 21:37:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>symfony2: Schnellreferenz</title>
		<link>http://www.wapplersystems.de/blog/symfony2-schnellreferenz/</link>
		<comments>http://www.wapplersystems.de/blog/symfony2-schnellreferenz/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 18:14:26 +0000</pubDate>
		<dc:creator>wappler</dc:creator>
				<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony2]]></category>

		<guid isPermaLink="false">http://www.wapplersystems.de/blog/?p=473</guid>
		<description><![CDATA[Create application out of hello dir: ./console init:application Foo ../foo/ ../web/ Create bundle: ./console init:bundle Application/FooBundle]]></description>
			<content:encoded><![CDATA[<p>Create application out of hello dir:<br />
<code lang="bash">./console init:application Foo ../foo/ ../web/</code><br />
Create bundle:<br />
<code lang="bash">./console init:bundle Application/FooBundle</code></p>
<img src="http://www.wapplersystems.de/blog/?ak_action=api_record_view&id=473&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wapplersystems.de/blog/symfony2-schnellreferenz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>symfony: Überschreiben eines Plugin schemas</title>
		<link>http://www.wapplersystems.de/blog/symfony-uberschreiben-eines-plugin-schemas/</link>
		<comments>http://www.wapplersystems.de/blog/symfony-uberschreiben-eines-plugin-schemas/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 23:13:53 +0000</pubDate>
		<dc:creator>wappler</dc:creator>
				<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://www.wapplersystems.de/blog/?p=361</guid>
		<description><![CDATA[Das folgende Beispiel demonstriert, wie man in symfony mit doctrine ORM die schema.yml eines Plugins überschreiben kann, um Modifikationen vor zu nehmen. schema.yml in sfDoctrineGuardPlugin: sfGuardUser: actAs: [Timestampable] columns: ... Eigene schema.yml: sfGuardUser: package: sfDoctrineGuardPlugin.lib.model.doctrine &#60;Modifikationen&#62;]]></description>
			<content:encoded><![CDATA[<p>Das folgende Beispiel demonstriert, wie man in symfony mit doctrine ORM die schema.yml eines Plugins überschreiben kann, um Modifikationen vor zu nehmen.</p>
<p>schema.yml in sfDoctrineGuardPlugin:</p>
<pre>sfGuardUser:
  actAs: [Timestampable]
  columns:
    ...
</pre>
<p>Eigene schema.yml:</p>
<pre>sfGuardUser:
  package: sfDoctrineGuardPlugin.lib.model.doctrine
  &lt;Modifikationen&gt;
</pre>
<img src="http://www.wapplersystems.de/blog/?ak_action=api_record_view&id=361&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wapplersystems.de/blog/symfony-uberschreiben-eines-plugin-schemas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>symfony 1.3 1.4: Ausgabe beim project:deploy</title>
		<link>http://www.wapplersystems.de/blog/symfony-1-3-1-4-ausgabe-beim-project-deploy/</link>
		<comments>http://www.wapplersystems.de/blog/symfony-1-3-1-4-ausgabe-beim-project-deploy/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 11:46:24 +0000</pubDate>
		<dc:creator>wappler</dc:creator>
				<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://www.wapplersystems.de/blog/?p=357</guid>
		<description><![CDATA[Durch den -t Parameter wird die Ausgabe wie man es von früheren Version gewohnt ist erzeugt: ./symfony project:deploy -t production]]></description>
			<content:encoded><![CDATA[<p>Durch den -t Parameter wird die Ausgabe wie man es von früheren Version gewohnt ist erzeugt:</p>
<pre>./symfony project:deploy -t production</pre>
<img src="http://www.wapplersystems.de/blog/?ak_action=api_record_view&id=357&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wapplersystems.de/blog/symfony-1-3-1-4-ausgabe-beim-project-deploy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>symfony: Creating a custom form generator by making sfDoctrineFormGenerator.class themable</title>
		<link>http://www.wapplersystems.de/blog/symfony-creating-a-custom-form-generator-by-making-sfdoctrineformgenerator-class-themable/</link>
		<comments>http://www.wapplersystems.de/blog/symfony-creating-a-custom-form-generator-by-making-sfdoctrineformgenerator-class-themable/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 15:10:44 +0000</pubDate>
		<dc:creator>wappler</dc:creator>
				<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://www.wapplersystems.de/blog/?p=218</guid>
		<description><![CDATA[Obviously the sfDoctrineFormGenerator.class extends the sfGenerator.class, but there is actually no way to set a parameter to call a custom form generator and this feature will come in the 2.0 release . So you have to set the parameter by hand in the sfDoctrineFormGenerator.class.php: public function initialize(sfGeneratorManager $generatorManager) { parent::initialize($generatorManager); $this-&#62;getPluginModels(); $this-&#62;setGeneratorClass('sfDoctrineForm'); $this-&#62;setTheme(sfConfig::get("formgenerator_theme","default")); } You [...]]]></description>
			<content:encoded><![CDATA[<p>Obviously the sfDoctrineFormGenerator.class extends the sfGenerator.class, but there is actually no way to set a parameter to call a custom form generator and <a href="http://trac.symfony-project.org/ticket/7684" target="_blank">this feature will come in the 2.0 release</a> . So you have to set the parameter by hand in the sfDoctrineFormGenerator.class.php:</p>
<p><code><br />
public function initialize(sfGeneratorManager $generatorManager)<br />
{<br />
parent::initialize($generatorManager);<br />
$this-&gt;getPluginModels();<br />
$this-&gt;setGeneratorClass('sfDoctrineForm');<br />
$this-&gt;setTheme(sfConfig::get("formgenerator_theme","default"));<br />
}</code></p>
<p>You have to set the &#8220;<code>formgenerator_theme</code>&#8221; setting in your ProjectConfiguration.class.php</p>
<img src="http://www.wapplersystems.de/blog/?ak_action=api_record_view&id=218&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wapplersystems.de/blog/symfony-creating-a-custom-form-generator-by-making-sfdoctrineformgenerator-class-themable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>symfony 1.2 with PHP 5.3: Disable deprecated warning</title>
		<link>http://www.wapplersystems.de/blog/symfony-1-2-with-php-5-3-disable-deprecated-warning/</link>
		<comments>http://www.wapplersystems.de/blog/symfony-1-2-with-php-5-3-disable-deprecated-warning/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 00:49:02 +0000</pubDate>
		<dc:creator>wappler</dc:creator>
				<category><![CDATA[symfony]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.wapplersystems.de/blog/?p=186</guid>
		<description><![CDATA[Change in settings.yml the line(s) for error_reporting: error_reporting:        &#60;?php echo ((E_ALL &#124; E_STRICT) ^ E_DEPRECATED)."\n" ?&#62; If you develop your apps on a machine with PHP 5.3 but the production server has PHP 5.2.x you can replace the error_reporting line by this: ﻿error_reporting:        &#60;?php echo ((version_compare(PHP_VERSION, '5.3.0', '&#60;')) ? ((E_ALL &#124; E_STRICT)) : ((E_ALL &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>Change in settings.yml the line(s) for error_reporting:<br />
<code>error_reporting:        &lt;?php echo ((E_ALL | E_STRICT) ^ E_DEPRECATED)."\n" ?&gt;</code></p>
<p>If you develop your apps on a machine with PHP 5.3 but the production server has PHP 5.2.x you can replace the error_reporting line by this:</p>
<p>﻿<code>error_reporting:        &lt;?php echo ((version_compare(PHP_VERSION, '5.3.0', '&lt;')) ? ((E_ALL | E_STRICT)) : ((E_ALL | E_STRICT) ^ E_DEPRECATED) )."\n" ?&gt;</code></p>
<p>To disable the date-warning<br />
<code>Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /........../symfony/svn/1.2/lib/config/sfRootConfigHandler.class.php on line 91</code></p>
<p>add the command in ProjectConfiguration.class</p>
<p><code>date_default_timezone_set('UTC');</code></p>
<img src="http://www.wapplersystems.de/blog/?ak_action=api_record_view&id=186&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wapplersystems.de/blog/symfony-1-2-with-php-5-3-disable-deprecated-warning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[symfony] plugin package.xml automatisch erzeugen und aktualisieren</title>
		<link>http://www.wapplersystems.de/blog/symfony-plugin-package-xml-automatisch-erzeugen-und-aktualisieren/</link>
		<comments>http://www.wapplersystems.de/blog/symfony-plugin-package-xml-automatisch-erzeugen-und-aktualisieren/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 15:28:20 +0000</pubDate>
		<dc:creator>wappler</dc:creator>
				<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://www.wapplersystems.de/blog/?p=174</guid>
		<description><![CDATA[Die package.xml für symfony plugins per Hand zu editieren, ist etwas mühselig. Zum Glück gibt&#8217;s Hilfprogramme. PackageFileManager installieren sudo pear install pear/PEAR_PackageFileManager PackageFileManager Client installieren wget http://download.pear.php.net/package/PEAR_PackageFileManager_Cli-0.3.0.tgz sudo pear install PEAR_PackageFileManager_Cli Anleitung für den Client gibt&#8217;s hier.]]></description>
			<content:encoded><![CDATA[<p>Die package.xml für symfony plugins per Hand zu editieren, ist etwas mühselig. Zum Glück gibt&#8217;s Hilfprogramme.</p>
<h4>PackageFileManager installieren</h4>
<p><code>sudo pear install pear/PEAR_PackageFileManager</code></p>
<h4>PackageFileManager Client installieren</h4>
<p><code>wget http://download.pear.php.net/package/PEAR_PackageFileManager_Cli-0.3.0.tgz<br />
sudo pear install PEAR_PackageFileManager_Cli</code></p>
<p>Anleitung für den Client gibt&#8217;s <a href="http://pyrus.sourceforge.net/PEAR_PackageFileManager_Cli.html" target="_blank">hier</a>.</p>
<img src="http://www.wapplersystems.de/blog/?ak_action=api_record_view&id=174&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wapplersystems.de/blog/symfony-plugin-package-xml-automatisch-erzeugen-und-aktualisieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony 1.3 und sympal plugin</title>
		<link>http://www.wapplersystems.de/blog/symfony-1-3-und-sympal-plugin/</link>
		<comments>http://www.wapplersystems.de/blog/symfony-1-3-und-sympal-plugin/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 14:51:59 +0000</pubDate>
		<dc:creator>wappler</dc:creator>
				<category><![CDATA[symfony]]></category>
		<category><![CDATA[sympal]]></category>

		<guid isPermaLink="false">http://www.wapplersystems.de/blog/?p=171</guid>
		<description><![CDATA[Da ich Herausforderungen liebe, habe ich das sympal Plugin, welches auf dem symfony Day Cologne 2009 vorgestellt wurde, direkt unter symfony Version 1.3 ausprobiert, welche sich zum jetzigen Zeitpunkt noch in der Entwicklung befindet. Aufgrund der nicht standardkonformen Programmierweise, was die Einbettung von Assets angeht, musste ich einen zusätzlichen Filter implementieren, um es ans Laufen [...]]]></description>
			<content:encoded><![CDATA[<p>Da ich Herausforderungen liebe, habe ich das sympal Plugin, welches auf dem <a href="http://www.wapplersystems.de/blog/symfony-day-cologne-2009/">symfony Day Cologne 2009</a> vorgestellt wurde, direkt unter symfony Version 1.3 ausprobiert, welche sich zum jetzigen Zeitpunkt noch in der Entwicklung befindet. Aufgrund der nicht standardkonformen Programmierweise, was die Einbettung von Assets angeht, musste ich einen zusätzlichen Filter implementieren, um es ans Laufen zu bekommen. Danach funktionierte es aber. Hier uns da noch ein paar Bugs, aber ansonsten macht es einen sehr guten Eindruck. Nicht desto trotz fallen mir ein paar Verbesserungsmöglichkeiten ein.</p>
<img src="http://www.wapplersystems.de/blog/?ak_action=api_record_view&id=171&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wapplersystems.de/blog/symfony-1-3-und-sympal-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>symfony Day Cologne 2009</title>
		<link>http://www.wapplersystems.de/blog/symfony-day-cologne-2009/</link>
		<comments>http://www.wapplersystems.de/blog/symfony-day-cologne-2009/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 11:42:06 +0000</pubDate>
		<dc:creator>wappler</dc:creator>
				<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://www.wapplersystems.de/blog/?p=163</guid>
		<description><![CDATA[Ich habe mich mal zum symfony Day Cologne 2009 angemeldet und die Sessions besuchen. Mal schauen was das wird ^^ Facebook Event &#124; Xing Event]]></description>
			<content:encoded><![CDATA[<p>Ich habe mich mal zum <a href="http://www.symfonyday.com/" target="_blank">symfony Day Cologne 2009</a> angemeldet und die Sessions besuchen. Mal schauen was das wird ^^</p>
<p><a href="http://www.facebook.com/event.php?eid=110546655212" target="_blank">Facebook Event</a> | <a href="https://www.xing.com/events/symfony-day-cologne-2009-369386" target="_blank">Xing Event</a></p>
<img src="http://www.wapplersystems.de/blog/?ak_action=api_record_view&id=163&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wapplersystems.de/blog/symfony-day-cologne-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[symfony] [propel] Duplicate table found: propel</title>
		<link>http://www.wapplersystems.de/blog/symfony-propel-duplicate-table-found-propel/</link>
		<comments>http://www.wapplersystems.de/blog/symfony-propel-duplicate-table-found-propel/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 13:58:10 +0000</pubDate>
		<dc:creator>wappler</dc:creator>
				<category><![CDATA[symfony]]></category>
		<category><![CDATA[propel]]></category>

		<guid isPermaLink="false">http://www.wapplersystems.de/blog/?p=154</guid>
		<description><![CDATA[If you use plugins which comes with their own database tables the following error will occur at reverse engineering: Some problems occurred when executing the task: build-propel.xml:479:1: Duplicate table found: propel. build-propel.xml:465:22: Execution of the target buildfile failed. Aborting. If the exception message is not clear enough, read the output of the task for more [...]]]></description>
			<content:encoded><![CDATA[<p>If you use plugins which comes with their own database tables the following error will occur at reverse engineering:</p>
<blockquote><p>Some problems occurred when executing the task:<br />
build-propel.xml:479:1: Duplicate table found: propel.<br />
build-propel.xml:465:22: Execution of the target buildfile failed. Aborting.<br />
If the exception message is not clear enough, read the output of the task for more information</p></blockquote>
<p>So I created a plugin with a task which can be called after the command <em>propel:build-schema</em>. The task will remove duplicate tables and fix I18N entries in xml schema file.</p>
<p><a href="http://www.symfony-project.org/plugins/sfYamlSchemaPatcherPlugin" target="_blank">http://www.symfony-project.org/plugins/sfYamlSchemaPatcherPlugin</a></p>
<img src="http://www.wapplersystems.de/blog/?ak_action=api_record_view&id=154&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wapplersystems.de/blog/symfony-propel-duplicate-table-found-propel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[symfony] Disable web debug toolbar</title>
		<link>http://www.wapplersystems.de/blog/symfony-disable-web-debug-toolbar/</link>
		<comments>http://www.wapplersystems.de/blog/symfony-disable-web-debug-toolbar/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 22:22:45 +0000</pubDate>
		<dc:creator>wappler</dc:creator>
				<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://www.wapplersystems.de/blog/?p=143</guid>
		<description><![CDATA[Sometimes it&#8217;s usefull to disable the web debug toolbar in dev mode manually, e.g. in an AJAX response. sfConfig::set(&#8216;sf_web_debug&#8217;,false);]]></description>
			<content:encoded><![CDATA[<p>Sometimes it&#8217;s usefull to disable the web debug toolbar in dev mode manually, e.g. in an AJAX response.</p>
<p style="padding-left: 30px;">sfConfig::set(&#8216;sf_web_debug&#8217;,false);</p>
<img src="http://www.wapplersystems.de/blog/?ak_action=api_record_view&id=143&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wapplersystems.de/blog/symfony-disable-web-debug-toolbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

