<tutorialjinni.com/>

Symfony Doctrine Row Count

Posted Under: Doctrine, PHP, Programming, Symfony, Tutorials 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: Doctrine, PHP, Programming, Symfony, Tutorials 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: NetBeans, PHP, Programming, Symfony, Tutorials 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.

Arrays in Temenos T24 InfoBasic

Posted Under: Infobaic, jBase, Temenos T24 on Aug 26, 2010
Arrays in Temenos T24 InfoBasic
T24 uses jBASE as the back end to store its data. All programs that make up the T24 core are written in a language called Infobasic. Infobasic is a very simple yet powerful programming language. With its English like statements, it makes programming very simple. A salient feature of Infobasic is that it does not support data types. All variables in Infobasic are treated as Dynamic Arrays. Since Infobasic does not support data types, the need to declare variables does not arise.

Store Arabic or Urdu in MySQL Using PHP

Posted Under: PHP, Tutorials on Aug 14, 2010
Store Arabic or Urdu in MySQL Using PHP
Often there are times when we have to store / retrieve a language other than the English language, so in order to do this and in a very easy manner i have found a way to solve this problem.