tags:

views:

206

answers:

1

Doctrine:

Doctrine is an object relational mapper (ORM) for PHP 5.2.3+ that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL.

ORM:

Object relational mapping is a technique used in programming languages when dealing with databases for translating incompatible data types in relational databases. This essentially allows for us to have a "virtual object database,"

PDO:

???????????????

I cam to know that doctrine is an important lesson of PHP. I THINK it is used to close connections which are opened by clients automaticlly (dont know much about)

Can you give some examples which can explain what is its use and how it is used. And plz also explain above terms. I am not getting them technically...

Plz tell me in simple language so that i can learn it easily with examples which tell how to use it in my code.

A: 

Doctrine Documentation: Introduction

Covers these topics:

  • Code Examples
  • What is Doctrine?
  • What is an ORM?
  • What is the Problem?
  • Minimum Requirements
  • Basic Overview
  • Doctrine Explained
  • Key Concepts
  • Further Reading
  • Conclusion
Karsten
sir i have already downloaded pdf file for this.And trying to conclude it but i am sorry it does look pretty saying this that i just strated reading these words.So i was expecting that u just give me a brief introducation of these three words so that i can make an image of thee word into mind and then if i will read them it will be easy for me to read out..I will be thanksfull if u tell me 7=8 line in simple language what they do.I will rty there is no doubys in this
Deepak Narwal