-
![untitled](https://cloud.githubusercontent.com/assets/4592971/7507282/20a62c5a-f4a0-11e4-96f9-255c1741ae58.png)
is here are right?
-
Does anyone know a preferered ( cloud based ) way allowing users to upload a photo to a photo gallery in UF?
I am thinking of creating one.
I need to combine a gallery per user and each user will hav…
-
Is it possible to add table prefix from the config?
-
With UF, we're walking a thin line between having as few dependencies as possible (so no massive one-size-fits-all frameworks) and having a manageable codebase. However, I am starting to wonder if we…
-
Hello to all!
Let's continue there the discussions about the SMVC third incarnation, **Nova Framework**. :smile:
All the best!
PS: @jimgwhit We will continue to argue into this issue! :smirk:
-
Is it possible to get number of selected rows using Medoo? I havent found anything about it in the documentation.
num_rows() in mysqli or rowCount in pdo.
-
Parse error: syntax error, unexpected '?>', expecting function (T_FUNCTION) in .\libs\medoo.min.php on line 15
-
Following code will show PHP fatal error because age column doesn't exist in DB
$medoo->has('user', array('age'=>10))
Can you throw exception for this case?
-
could not find php_pdo_dblib in php.ini
and wamp say:
Fatal error: Uncaught exception 'Exception' with message 'could not find driver' in F:\wamp\www\medoo.php on line 125
Exception: could not find dr…
-
When I tried to run this query :
$orders = $db->select('orders','order_id',[
'AND' => [
"order_id" => [1,2,3],
"done" => false
]
…