-
```
['id' => '2',
'title' => 'Title',
'public' => '1',
'ownPhoto' => [
['_type' => 'photo', 'url' => 'trol']
]
]
```
The above array can be imported into a bean without problem…
-
I use `R::useJSONFeatures(true);` i was expecting that it would also decode json from the database, have i done something wrong or have i suppose to put json_decode on all the json fields? I also trie…
-
When using Composer and RedBeanPHP, we have run into some issues using Models within our application. For example:
```
namespace RedBeanPHP;
class Model_User extends RedBean_SimpleModel { }
```
…
-
If I have a 'product' bean, and an 'upload' bean and I have two properties:
```PHP
/**
* A wrapper for creating multiple dispense properties on products
*
* @param $bean …
-
I rather use mysql then sqlight so I have the rd.php file setup in the taskboard api directory and I commented out rows 28, 29 and 30 and added
require('rb.php');
R::setup('mysql:host=*****;dbname=…
-
I have a script with a loop which retrieves ~20k rows from mysql using redbean in every iteration. Every time it retrieves data the php.exe memory usage increases until it reaches the maximum allowed …
-
I have this query (output by symfony/var-dumper, so it contains literal `\n`)
```
"""
\n
SELECT s.*, (COALESCE(s.name, '') || '_' || COALESCE(s.interface, '') || '_' || COALESCE(s.inte…
-
The `runQuery()` method in `RPDO` throws away the original `PDOException` at [around line 191](https://github.com/gabordemooij/redbean/blob/e5e9409dc7b00a2d9d9199479f53193286059788/RedBeanPHP/Driver/R…
-
Could not find any, but was wondering because on the homepage and here, you find the information to download this version.
* https://redbeanphp.com/index.php?p=/download (version 5 is recommended)
…
k00ni updated
7 years ago
-
Hi guys,
I have a question, Can i use ORM fuel without framework ? if it's possible how can i install it ?
Thanks!