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
Blog
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.






is a trademark of Fabien Potencier. All rights reserved.
Add a Comment
Comments
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
Have fun, and a drink for me!
Draven
Enjoy this time well, hope I will be able to join some events like this in th future!
Santé!
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!