-
This code affects me as I do a lot of underscore on my table names for convention as an example I have a table name `zn_host_userdata` but in other functions like `R::findAll()` I don't face the issue…
-
Hey!
I have the following structure:
- listglish
- id
- topic text
- script
- id
- text text
- listglish_script
- id
- listglish_id
- script_id
- position smallint
- A…
-
I hope that my request is not wrong here.
It's about the redesign of my last project, a PHP API for a customer / appointment management.
The structure is quite simple, there are **employees**, **c…
-
https://redbeanphp.com/index.php
-
There appears to be an unescaped `\` character in the documentation regarding the new [TypedModel](https://redbeanphp.com/index.php?p=/models#typedmodel). I think the snippet should be as follows:
…
-
i'm new in graphql.
I'm try to config graphql mutation via siler+swoole php framework, that use webonyx/graphql-php.
When i post query i'm get error "Schema is not configured for mutations", but…
-
As in subject, i'd like to add some rest apis to **beanCan**, for example make it call a _CSVimport_ extension
(something like `R::CSVimport($data)`)
Which should be the correct way to add my cust…
marmz updated
2 years ago
-
Plugin 'seed' does not exist, add this plugin using: R::ext('seed'). Have issues
-
PHP 8.1.7
RB 5.7.2
$user->company_id is `NULL`
```php
$user = \R::load('user', 1);
\R::loadJoined([$user], 'company');
```
Throws on https://github.com/gabordemooij/redbean/blob/0a599233f3c…
-
We have noticed some odd behaviour in RedBean, which I suspect may be related to `fetchAs` and models. For instance, in our `Organization` model, we have the following getter defined:
```php
/**
…