-
Hi. I don't know if I should be asking this using the issue system on github, but I have no idea how to otherwise contact anyone.
I was wondering if this whole "[namespaces suck](http://redbeanphp.co…
-
I get a fatal error as soon as I require the library. Using rb.php from
http://redbeanphp.com/downloads/RedBeanPHP3_3Beta3.tar.gz
Fatal error: Declaration of RedBean_Logger_Default::log() must be co…
-
Currently, the "key" in the results array has no meaning.
I use RedBean (http://www.redbeanphp.com/) for ORM and what it does is that when an array of objects is returned the key of each array elemen…
ghost updated
12 years ago
-
I'm trying to save some simple PHP objects using RedBeanPHP. It works fine, except that on string fields, it reaches a point where there is an accented vowel, ie á or 'í' and just skips the rest of th…
-
The PHPUnit 2.0 autoload override some dynamic loading (especially with a framework i use called Redbean PHP)
On app => config => bootstrap :
spl_autoload_register(function($class) {
global $roo…
-
Hi there,
I don't know if im at the right place, but I'm having an issue with my shared lists.
Im having a 'training' which has to have 2 sharedlists with the same types.
So I want something like thi…
-
Have you thought of hosting the rb.php download on github?
upload it here for each release, deleting the old one each time? https://github.com/gabordemooij/redbean/downloads
-
Hi Gabor,
just ran into a problem with R::findall. If your index starts at a number other than 1. It appears to work normally with R::getall.
In my table, I have 1 record :
id description
5 fg…
-
I use
``` php
$data = R::exportAll($category->ownProduct);
```
to get all products in a specific category. In plain SQL this would be a single query but redbean iterates over all ownProducts, calls …
-
If I have a many-to-many relationship and I want to store some extra data with the many-to-many relationship (link), I can do:
```
$x = R::dispense('x');
$x->name = 'test';
R::store($x);
$y = R::dis…
ghost updated
12 years ago