Tag Archives: symfony

Annotated Time Line for sdInteractiveChartPlugin symfony

Hi, here is a rough implementation of the Annotated Time Line from the Google Visualization API for the sdInteractiveChartPlugin for symfony: sdAnnotatedTimeLineGraph.class.php <?php /** * sdAnnotatedTimeLineGraph – Creates AnnotatedTimeLine chart! * Google API URL: http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html * * @package plugins * … Continue reading

Posted in Career, Software Engineering | Tagged | 2 Comments

Deploy Symfony 1.4 on Windows using rsync (cwrsync)

Deploying symfony 1.4 projects to the production  server may be horrible if you’re on windows… (For older versions of Symfony it’s quite the same.. but the symfony file you need to edit is a different one… check out this thread … Continue reading

Posted in Software Engineering | Tagged , | 1 Comment

Symfony 1.4 + PhpBB3 session integration / phpbb3 connector

This is how I managed to connect my symfony-users with the PhpBB3-sessions. Goal is to check in a symfony-action or -template if a user is authenticated in the corresponding forum. From here you could easily add: If there is no … Continue reading

Posted in Software Engineering | Tagged , | 2 Comments