"item" is replaced whenever possible at the moment
This commit is contained in:
@@ -478,7 +478,7 @@ class DBA
|
||||
* @return boolean|object
|
||||
*
|
||||
* Example:
|
||||
* $table = "item";
|
||||
* $table = "post";
|
||||
* $fields = array("id", "uri", "uid", "network");
|
||||
*
|
||||
* $condition = array("uid" => 1, "network" => 'dspr');
|
||||
@@ -505,7 +505,7 @@ class DBA
|
||||
* @return int
|
||||
*
|
||||
* Example:
|
||||
* $table = "item";
|
||||
* $table = "post";
|
||||
*
|
||||
* $condition = ["uid" => 1, "network" => 'dspr'];
|
||||
* or:
|
||||
|
||||
@@ -1512,7 +1512,7 @@ class Database
|
||||
*
|
||||
*
|
||||
* Example:
|
||||
* $table = 'item';
|
||||
* $table = 'post';
|
||||
* or:
|
||||
* $table = ['schema' => 'table'];
|
||||
* @see DBA::buildTableString()
|
||||
@@ -1575,7 +1575,7 @@ class Database
|
||||
* @return int
|
||||
*
|
||||
* Example:
|
||||
* $table = "item";
|
||||
* $table = "post";
|
||||
*
|
||||
* $condition = ["uid" => 1, "network" => 'dspr'];
|
||||
* or:
|
||||
|
||||
Reference in New Issue
Block a user