In this article, you’ll find all that you need to configure your symfony installation for connect to a mysql database.
In addition, I will explain:
- How to configure propel to use InnoDB, a particular configuration quite difficult to find in documentation.
- How to extend or use and modify auto generated administration code.
Good reading.
Mauro Casula.
Symfony-Framework.com
Archive for October, 2007
Mysql connection configuration, schema and model generation.
Filed in: Symfony
sfPropel13Plugin - The power of Propel 1.3
Propel is the ORM engine of Symfony.
Version 1.2 is based on Creole and its the weakness of Symfony Framework.
Version 1.3 will use PDO instead of Creole and rumors say that its 100% faster than the previous version and 30% faster of Doctrine.
In this post we can have a look over the differences in Performance […]
Filed in: Symfony
How to load an action response inside a DIV tag with ajax helpers
In this article i’ll expose a simple example on how to load a action response inside a div using Symfony Ajax Helpers.
The only think you have to do is write inside a templeate:
<?php echo link_to_remote(”TITULO DEL LINK”,array(’update’ => ‘nombreDIV’,”url” => ‘nombreModulo/nombreAccion’));?>
<div id=”nombreDIV”></div>
The helper willo load the action response inside that DIV.
Mauro Casula.
symfony-framework.com
Filed in: Symfony
Symfony Plugin sfCssTabs - Recognition of credentials addon
The sfCssTabsPlugin is one of the userfull plugins of Symfony.
Monday I installed this plugin in a sandbox installation and I began to play with it.
In this article i will explain how to install this plugin and how to add the recongnition of credentials funcionality.
Enjoy.
Mauro Casula.
Symofony-Framework.com
Filed in: Symfony
Symfony-Framework.com has born!
Hi all,
Welcome to Symfony-Framework.com.
We have intention to post many articles, code snippets and any type of news about the Symfony Framework, OO and PHP 5 programming.
See you soon!
Administrator
symfony-framework.com
Filed in: Symfony