Formatting

This commit is contained in:
Rudi Grinberg 2012-09-06 10:38:14 -04:00
parent 5481191730
commit 88c5ef484f
1 changed files with 2 additions and 1 deletions
airtime_mvc/application/common

View File

@ -1,7 +1,8 @@
<?php
class Application_Common_Database
{
public static function prepareAndExecute($sql, array $paramValueMap, $type='all', $fetchType=PDO::FETCH_ASSOC)
public static function prepareAndExecute($sql, array $paramValueMap,
$type='all', $fetchType=PDO::FETCH_ASSOC)
{
$con = Propel::getConnection();
$stmt = $con->prepare($sql);