Top "Symfony-1.4" questions

Questions about Symfony version 1.4, a PHP framework by Sensio Labs.

How to get previous page route in Symfony?

I am looking for way to do this in 'right' symfony way.

symfony-1.4
Execute custom SQL in symfony

I'm trying to execute some custom SQL to retrieve some model objects in a Symfony application. I found a tutorial …

php symfony1 doctrine symfony-1.4
Using routes to generate URLs in a Symfony task

I am running Symfony 1.3.6 on Ubuntu 10.0.4 LTS. I have written a Symfony task that generates a report which contains links (…

symfony1 symfony-1.4
PHP warning: array_shift() expects parameter 1 to be array, null given in /home5/.../php/symfony/command/sfCommandManager.class.php

array_shift() expects parameter 1 to be array, null given in /home5/.../php/symfony/command/sfCommandManager.class.php is the error …

php symfony-1.4 bluehost
How to implement a helper in Symfony 1.4?

I'd like to create my own helper but can't find any help on Google for Symfony 1.4/Doctrine. I guess it …

symfony1 symfony-1.4 helpers
How to get result information when updating mysql table with Doctrine ORM in symfony 1.4

I am developing with symfony 1.4 and using Doctrine ORM. After building schema and models i've got some classes for work …

php orm doctrine symfony-1.4 doctrine-1.2
Force Exclude files from PHPUnit Code Coverage

Is it possible to forcefully exclude a folder from PHPUnit's code coverage? Problem I've got is, that I have a …

symfony1 phpunit symfony-1.4 code-coverage
In Symfony, how can I use the url_for helper in a class?

I am building a URL inside of a class and I'd like to be able to change the routing if …

symfony1 routing symfony-1.4 helper
symfony: setHttpHeader() doesn't work, header() does

I built a simple action in symfony which generates a PDF-file via wkhtmltopdf and outputs it to the browser. Here's …

php symfony1 apache2 http-headers symfony-1.4
How to create a custom yaml config file in Symfony

What I want to do is quite simple: store data in a custom config file that I want to read …

symfony1 configuration-files yaml symfony-1.4