Posts Tagged ‘symfony’

sfPropelSqlDiffPlugin - symfony - Trac

Wednesday, April 9th, 2008

sfPropelSqlDiff plugin generate diff.sql file, which contains difference beetween schema.yml and current database structure.

Symfony development with XAMPP on Windows

Tuesday, April 1st, 2008

This is how I set up my windows laptop for development with Apache/MySQL/PHP/Symfony (XAMPP with Symfony).

  1. Download XAMPP Installer package.
  2. Install XAMPP - this is really just a case of next -> next -> okay.
  3. Since I’m not only using my laptop for development I chose not to start any services except for XAMPP when windows starts.
  4. Start (from XAMPP Control Panel) Apache and MySQL (and whatever other services you need).
  5. Add PHP to your PATH.
    1. Right-click “This Computer”, choose properties.
    2. Advanced tab -> Systam variables (not sure, my system is in Swedish ;) )
    3. Add C:\xampp\php;C:\xampp\mysql\bin (if installed in default location) to the PATH variable.
  6. Upgrade Pear - pear upgrade pear
  7. Find Symfony - pear channel-discover pear.symfony-project.com
  8. Install Symfony - pear install symfony/symfony
  9. Done! Start playing around…

symfony Web PHP Framework » Blog » Upgrade your plugins

Monday, March 31st, 2008

VimPlugin - symfony - Trac

Monday, March 31st, 2008

bemused » Blog Archive » Symfony and i18n - site interface translation

Tuesday, February 26th, 2008

Add TinyMCE to a Symfony project — Lone-Wolf Scripts

Friday, February 22nd, 2008

BashCompletion - symfony - Trac

Monday, February 18th, 2008

Digital Base - Blog : Symfony / Propel - Subquerys

Monday, February 18th, 2008

HOWTO: Disable Session Timeout in Symfony

Tuesday, February 5th, 2008

James McGlinn » Symfony HTTP Authentication Filter

Tuesday, February 5th, 2008