-
I'm using the latest stable version, if I have to update for version 5, let me know.
$user = R::dispense('user');
$user->fname = 'man';
$user->lname = '00';
$user->setMeta("build…
-
Hi,
I really enjoy using redbean. I have a set up right now where we are using this, but for some reason I was told to try to get a php package from github. Here I followed the instructions and we…
-
In Repository::processGroups():
```
return array(
array_merge( $additions, array_diff( $current, $originals ) ),
array_merge( $trashcan, array_diff( $originals, $current ) ),
array_merge(…
-
Basic features are working, but I'm pulling my hair out trying to get registration to work so that I can use the API functions. The database is setup in mariadb, the info is set in index.php, but no m…
-
Is there a specific reason the Readme suggests the use of `class_alias()` when installing RB via Composer, as opposed to the `use` statement? For example, the following works just as well:
use …
-
Hi there!
I absolutely love your ORM :) and I have a major issue. I need to download the version of redbean that works with php 5.2. I don't have the option to have the server upgraded to 5.3 or h…
-
```php
R::dispense('buy_from');
```
Will throw `'RedBeanPHP\RedException' with message 'Invalid type: buy_from'`
While
```php
R::findOneOrDispense('buy_from', 'key = :key', array('key' => 'd…
-
I have a table called items, it has `size_id` and `color_id` as foreign keys.
the table color has id, and name.
the table size has id and name.
I want to echo all items and `$color->name Where …
-
## Scenario
**R::Store** Is not detected by MySQL Triggers!
**RedBeanPHP 4.3.4**
### Target MySQL TABLE
```
CREATE TABLE `sysxmltasks` (
`id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,…
-
taskboard.db file missing
https://github.com/kiswa/TaskBoard