-
Hey, It would be really nice if someone could help me out with this,
I'm new to React. I'm getting a 404 on API Call for newly created Route.
I've modified the Department Model, Controller and ad…
-
Ok so I think the issue here is that export and exportAll are not doing the same thing.
The first one (`$bean->export()`) will simply take your bean as you give it and transform it in an array.
Th…
-
In **PHP 5.6** this code working fine:
```php
function create($tab ,$keys, $values)
{
$value = R::dispense($tab);
for ($i = 0; $i < count($keys); $i++) $value -> $keys[$i] = $values[$i];
…
-
This feature is nothing more than (in frozen mode):
try {
R::store( $bean )
} catch (..) {
R::freeze( FALSE );
R::store( $bean );
R::freeze( TRUE );
}
It might essentially be a super simpl…
-
Hi,
I'm just curious, is there anyway to traverse in LimeBean much like in redbeanphp (without writing a class for each table)? e.g. $page->book->title
Thank you.
-
No users, no boards, no actions, no buttons to make new ones. Only a spinner saying it's loading them.
-
Trying to use findMulti to preload the parent bean, dataset is around 10k postcodes and 3k stores.
Sql query time is ~0.0006s uncached
execution time is ~3s
The culprit (this will run 3000*10…
-
Hi, i do run v1.4.6 on ubuntu. My setup is classic read-write splitting between 1 master and 5 slaves and all slaves have same weight.
I have read the threads here and what i understood proxysql do…
-
Currently running `R::begin()` on a fluid database will be silently ignored.
I suggest it logging a php warning
plus the manual should read (https://www.redbeanphp.com/index.php?p=/database)
Fr…
-
I know composer is not recommended but RedBean is part of a larger system and needs to be installed without any intervention so composer it is.
There have been strange errors/warnings for a while …