-
http://redbeanphp.com/shared_lists
This section:
"..., RedBeanPHP will make a link table army_village to associate the armies with their villages."
Should be:
"..., RedBeanPHP will make a link table…
-
I'm using Restler 3 library and I want to make a post request from php .
I tried this way :
POSTing JSON Data With PHP cURL
```
$data=array('name'=>'ddddd','email'=>'sdfsdf@sdgdsg'); …
-
Is this module still under development?
-
Many places over the readbean codebase database exceptions are assumed to be OK even when not in frozen mode.
This causes SQL misspelled column names remain hidden to the developer, which is not a go…
-
Since the documentation for 3.4 was generated the handy search functionality in the API documentation (Doxygen generated) is missing. Is it possible to get it back?
http://redbeanphp.com/api
-
On this page:
http://redbeanphp.com/shared_lists
The following is stated:
$armies = $village->sharedArmies;
Shouldn't it be:
$armies = $village->sharedArmy;
-
c.f. https://github.com/gabordemooij/redbean/blob/master/RedBean/QueryWriter/AQueryWriter.php#L74
The above references a `Redbean_Exception_Security`, where in fact I think it should be a `RedBean_Ex…
-
http://redbeanphp.com/cooker
"
In this example we convert the array 'musician' to a bean of type 'musician'. The bean can now be stored in the database.
"
However, the type specified in the array is…
-
The following example http://redbeanphp.com/downloads/beancan.txt uses the class "ReadBean_BeanCan" but in the latest release this class is called "RedBean_Plugin_BeanCan".
-
I'm trying to use redbean to setup a small app that let's me sync data between two sources. The problem I have is that I can't take advantage of beans because the 3rd party table uses Id instead of i…