Commit b94f973d authored by runa's avatar runa

php syntax

parent 28547ee7
<?php
$conn = Doctrine_Manager::getInstance()
->openConnection(new PDO("dsn","username","password");
->openConnection(new PDO("dsn","username","password"));
$query = new Doctrine_Query($conn);
$query->from('User.Phonenumber')->limit(20);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment