DEV & DEP BLOG
Development and Deployment Experience
Showing posts with label
doctrine
.
Show all posts
Showing posts with label
doctrine
.
Show all posts
symfony execute raw query with doctrine
$query = ‘INSERT INTO table_name (`field1`, `field2 `, `content`, `created_at`) values ‘ ….
$conn = Doctrine_Manager::connection();
$pdo = $conn->execute($query);
Older Posts
Home
Subscribe to:
Posts (Atom)