<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Digital Base - Blog &#187; symfony</title>
	<link>http://www.digitalbase.eu/blog</link>
	<description>A blog about webdesign, PHP, development and IT</description>
	<lastBuildDate>Wed, 10 Feb 2010 16:28:22 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to unsecure admin generated modules in Symfony</title>
		<description>You gotta love the admin generator... There's only one problem: it's secured by default (according to the symfony site).
But I want to use these modules in a non-secured environment.
Adding credentials: [] in the admin generator does not work... Why?
Look at your automoduleactions. You'll find a preExecute function:

  public function ...</description>
		<link>http://www.digitalbase.eu/blog/how-to-unsecure-admin-generated-modules/</link>
			</item>
	<item>
		<title>Simplifying Queries: Using sum, count, etc in Propel 1.3</title>
		<description>My old post handled Propel 1.2.

This is the way to do it in Propel 1.3
    
    $c = new Criteria();
    $c->add(FavoriteDatePeer::EVENTDATAPROPOSAL_ID, $this->getId());
    $c->addSelectColumn("SUM(".FavoriteDatePeer::SCORE.") as rank");

    $stmt = FavoriteDatePeer::doSelectStmt($c);
    $row = $stmt->fetch();
  ...</description>
		<link>http://www.digitalbase.eu/blog/simplifying-queries-using-sum-count-etc-in-propel-13/</link>
			</item>
	<item>
		<title>Symfony Plugin for Eclipse : SfDT</title>
		<description>I just found out someone is working on a new symfony plugin for eclipse, there used to be symfoclipse, but closed-source, commercial and no support for Eclipse 3.4. This new plugin works with symfony 1.0, 1.1 and 1.2. The website states it is tested with Eclipse 3.3.2 and PDT 1.0.2 ...</description>
		<link>http://www.digitalbase.eu/blog/symfony-plugin-for-eclipse-sfdt/</link>
			</item>
	<item>
		<title>using dbFormExtraPlugin for datepicker or datetimepicker</title>
		<description>For an internal web development project i was looking for a good date picker. I bounced onto sfFormExtraPlugin, but it took me a while to find the correct jquery &#38; jquery UI css &#38; javascript files and set the paths. I decided to create my owner datepicker based on the ...</description>
		<link>http://www.digitalbase.eu/blog/using-dbformextraplugin-for-datepicker-or-datetimepicker/</link>
			</item>
	<item>
		<title>Blog : Moved to Wordpress</title>
		<description>I hate reinventing the wheel. That's why i decided to migrate this blog to wordpress. It takes alot of effort to write your own symfony plugin that holds the functionality of a full stack blogging platform (like wordpress, typepad, blogger ...).
The Symfony Story
Initially we started by using the simpleBlogPlugin and ...</description>
		<link>http://www.digitalbase.eu/blog/blog-moved-to-wordpress/</link>
			</item>
	<item>
		<title>Bug in Eclipse3.4 + PDT 2.0 (all platforms)</title>
		<description>The Problem
After installing Eclipse 3.4 (codename : Ganymede ) and PDT 2.0 (PHP Development Tools ) as i explained in this post . You should have noticed a strange problem when opening/editing PHP files.
An internal error occured during "Selection Job Title"
After googling i found another user having the same problem ...</description>
		<link>http://www.digitalbase.eu/blog/bug-in-eclipse3-4-pdt-2-0-all-platforms/</link>
			</item>
	<item>
		<title>Custom .debs for Symfony (1.0/1.1 &amp; 1.2) for Debian/Ubuntu</title>
		<description>Installing multiple versions of symfony
As i wanted to test some of my projects compability against symfony 1.1, i wanted to install multiple symfony versions on my system. The main reason for this i want to keep the default symfony installation on my desktop as well as on our production environment.Â

Now ...</description>
		<link>http://www.digitalbase.eu/blog/custom-debs-for-symfony-1-0-1-1-1-2-for-debian-ubuntu/</link>
			</item>
	<item>
		<title>Directadmin + Custom Webroot (for symfony&#8230;)</title>
		<description>As a we are using directadmin for our webhosting machines we previously had problems with custom webroots.
The problem
Directadmin rewrites all uses httpd.conf files when adding/updateing subdomains or domain settings leading to a default httpd.conf, resulting in a blank page for symfony projects. (symfony projects use the /web) webroot.
Previous solution
The previous ...</description>
		<link>http://www.digitalbase.eu/blog/directadmin-custom-webroot-for-symfony/</link>
			</item>
	<item>
		<title>dbFusionChartPlugin : Simple Example</title>
		<description>
This first example will show you howto integrate a FusionChart (free  / non-free ) graph in your symfony  application, using the dbFusionChartPlugin . I will explain &#39;example1&#39; included in version 0.0.2 of our plugin.

The Result

Before getting to the code, here is what the final graph/chart will look like


[partial]dbFusionChartExample/example1[/partial]


&#160;

The ...</description>
		<link>http://www.digitalbase.eu/blog/dbfusionchartplugin-simple-example/</link>
			</item>
	<item>
		<title>FusionCharts Symfony Plugin: dbFusionChartsPlugin</title>
		<description>
We&#39;re
currently writing an OO class to create FusionCharts
quickly, easily &#38; intuitive, because the existing FusionCharts.php class is not OOP and, honestly, we thought we could do better...
Our package is based on and tested against the FusionCharts Free v2 package. It&#39;s written
symfony independent, but we provide a helper, for easy use ...</description>
		<link>http://www.digitalbase.eu/blog/fusioncharts-symfony-plugin-dbfusionchartsplugin/</link>
			</item>
</channel>
</rss>
