-
I suppose you've forgotten to include CUBRID RedBean driver, haven't you? Or should I download the DB plug-in and require_once in the code manually?
Here is the error I receive when I try to connect …
-
Would be nice if you can add multiple databases with a name to the App from the config. But must be studied how.
-
Hi Gabor,
I create a posible solution to join tables when you are using the function "find". My idea is based in the OQL relationships.
If you liked we cant work on that.
this is the file: http://…
-
Currently, RB requires to my understanding high overhead or manual SQL for performing "upserts" against tables with duplicate keys. I'd appreciate a solution that is able to use "REPLACE INTO" or "INS…
andig updated
12 years ago
-
Relevant code:
``` php
-
I have been playing around with trees lately. I have used this part of the manual as a starting point: http://www.redbeanphp.com/manual/trees.
I have found several problems though:
- Each parent can …
ghost updated
12 years ago
-
Cooker documentation here:
http://www.redbeanphp.com/manual/forms_and_cooker
Tells to call to
R::graph($_POST[someform]);
but on RedBean version linked on redbean site to download, the graph meth…
-
function matchesDateTime($value) {
$pattern = "/^([0-9]{2,4})-([0-1][0-9])-([0-3][0-9]) (?:([0-2][0-9]):([0-5][0-9]):([0-5][0-9]))?$/";
return (boolean) (preg_match($pattern, $value))…
-
One of my models looks like this, (it has been stripped down for testing):
``` PHP
ghost updated
12 years ago
-
As of RedBean 2.0, documentation on http://www.redbeanphp.com/manual/custom_mapping is incorrect:
- The three methods are named `formatBeanTable`, `formatBeanID`, and `getAlias`.
- There is no `R::set…