Browsing the archives for the symfony tag

Upgrading to Symfony 1.4 from PEAR based 1.2

I’ve been working on a project, which started on 1.2.7, for almost 6 months now and have been upgrading it religiously along the 1.2.x branch which stopped at 1.2.10. We’re currently entering the testing stage, and being as curious as I am opted to create a 1.4 branch from the current trunk and started the [...]

1 Comment

Symfony Doctrine or Propel

Been giving this alot of thought lately. What to use for my next project. Ever since symfony 1.2’s move to Propel 1.3, the major argument of speed against Propel has been solved with its migration out of creole and into PDO. So speed is definitely at par with Doctrine, but the curious side of me [...]

1 Comment

Symfony Forms Tutorial: Quick Registration Form

I was initially skeptical about these numerous form frameworks that are coming out, I would initially opt to create forms and validations the old fashion way, but after giving symfony forms a shot; I can honestly say i’m converted! Lets start the tutorial by creating a basic registration form with a captcha. I would assume [...]

2 Comments