Archives


Master Symfony2 fundamentals

Be trained by SensioLabs experts (2 to 6 day sessions -- French or English).
trainings.sensiolabs.com

Symfony hosting done right

ServerGrove, outstanding support at the right price for your Symfony hosting needs.
servergrove.com

L'audit Qualité par SensioLabs

200 points de contrôle de votre applicatif web.
audit.sensiolabs.com

gravatar
symfony at PHP Paris forum
by Francois Zaninotto – November 02, 2006 – 7 comments

If you plan to go to the PHP Forum in Paris next week (Thursday 9 and Friday 10), this might be a good opportunity to meet with François and Fabien, who will be attending the Forum.

We'll probably organize an informal meeting (understand: in a place where we can drink) Thursday or Friday. Please send a message to the users mailing-list a few days before if you're interested.

Add a Comment

You must be connected to post a comment.

Comments RSS

  • gravatar
    #1 Xavier said on the 2006/11/02 at 13:02
    Great !

    Tristan and me will also be at PHP Forum Paris, where we will present the migration of the website of Richelieu Finance on a Symfony Platform : http://www.afup.org/pages/forumphp2006/sessions.php

    Glad to see you there !

    xavier
  • gravatar
    #2 Ian said on the 2006/11/02 at 20:32
    I wish I could be there guys. Have a Kronenberg for me ;)
  • gravatar
    #3 jason said on the 2006/11/03 at 20:14
    It's time like this I hate living in Canada, no one ever comes here. All the big conferences are always in Europe and the US, and I haven't the time to travel so far :(

    Have fun, and a drink for me!

    Draven
  • gravatar
    #4 Jakuza said on the 2006/11/03 at 23:41
    Been in PHP London to spread symfony word a little bit, I won't be able to be in Paris the next week... :( It would have been nice.
  • gravatar
    #5 Hartym said on the 2006/11/04 at 11:46
    I won't be there, but I'd have loved to!

    Enjoy this time well, hope I will be able to join some events like this in th future!

    Santé!
  • gravatar
    #6 Ugo said on the 2006/11/25 at 18:17
    Too bad, I didn't knew there was a PHP Forum in Paris :(
  • gravatar
    #7 home_art said on the 2007/04/02 at 08:33
    to all symfony developers,

    i want to develop a site using Symfony and PHP... i manually configured Apache2+PHP5+PostgreSQL8 in windows..

    it is all set. the only problem is this error message keeps on popping up....

    [PropelException]
    Unable to initialize adapters. [wrapped: Unsupported Propel driver: postgreSQL: Check your configuration file]

    this is my Databases.yml
    all:
    propel:
    class: sfPropelDatabase
    param:
    phptype: psql
    host: localhost
    port: 5432
    database: sampledb
    username: root
    password: rscomposgre
    dsn: psql://root:rscomposgre@localhost:5432/sampledb
    datasource: propel

    is there anyone there who can help me fixing this problems....

    thanks in advance!