<tutorialjinni.com/>

Symfony Doctrine Delete Row

Posted Under: Symfony on Jan 12, 2011
Symfony Doctrine Delete Row
In this tutorial we will delete a Row from database using Doctrine, lets do it with a simple example.

Symfony Doctrine Execute Raw SQL

Posted Under: Symfony on Jan 10, 2011
Symfony Doctrine Execute Raw SQL
Converting to object oriented can be sometimes difficult as people are not used to it... same is the case with ORM, when you use it there may be some problems for the new comers.

Symfony Doctrine Row Count

Posted Under: Symfony on Jan 6, 2011
Symfony Doctrine Row Count
Doctrine is a very powerful ORM for PHP application, this tutorial demonstrate how you can get the number of rows returned by Doctrine.Suppose we want to check if a user is valid or not, for that we need user name and password, here we are using symfony.

Symfony Doctrine Print Raw SQL

Posted Under: Symfony on Jan 4, 2011
Symfony Doctrine Print Raw SQL
When you are debugging your code, it is very helpful to know what queries are executing at the database end, it helps a lot to simplify debugging.

Symfony Netbeans HelloWorld Tutorial

Posted Under: Symfony on Dec 17, 2010
Symfony Netbeans HelloWorld Tutorial
To day we will try to make a simple traditional "Hello World" application using the Symfony Framework in Netbeans, we will make this application from scratch, from configuring Symfony in Netbeans and then creating a module and so on, in a step by step manner.