How do I use Propel 1.3 in symfony 1.1?
Carl Vondrick
7 months ago
Tutorials
10
Starting with symfony 1.1, it is now possible to easily use Propel 1.3 in your project to take advantage of its speed improvements, nested set implementation, object instance pooling, among others. Most importantly, Propel 1.3 uses PDO instead of Creole as the DBAL, offering a significant performance boost. Read more »





