conflicts merged
This commit is contained in:
commit
aa6e061118
2 changed files with 20 additions and 27 deletions
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
class Application_Common_Database{
|
||||
public static function prepareAndExecute($sql, array $paramValueMap, $type='all'){
|
||||
class Application_Common_Database
|
||||
{
|
||||
public static function prepareAndExecute($sql, $paramValueMap, $type='all')
|
||||
{
|
||||
$con = Propel::getConnection();
|
||||
$stmt = $con->prepare($sql);
|
||||
foreach ($paramValueMap as $param => $v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue