Archive for October, 2007

Oct18

Mysql connection configuration, schema and model generation.

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

Continue Reading »

Filed in: Symfony

Oct18

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 […]

Continue Reading »

Filed in: Symfony


Oct18

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

Continue Reading »

Filed in: Symfony

Oct18

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

Continue Reading »

Filed in: Symfony


Oct15

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

Continue Reading »

Filed in: Symfony



 

Popular Categories

No categories

About

We are a group of programmers with the passion of Object Oriented Programming and PHP5… We hope to help the Symfony comunity to grow, we hope to help Php programmers to switch to MVC world and we wish you can find in this blog all you answers… Welcome to Symfony-Framework.com.

<<The Administrators>>