Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
23ee726cfd
2 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
class Application_Common_Database{
|
||||
public static function prepareAndExcute($sql, $paramValueMap, $type='all'){
|
||||
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