-
Hi,
I am trying to do some OOP with PHP and RedBeanPHP. I created a database "user" and a simple class "User" which extends Redbeans SimpleModel. The class User has one function "getUsername" whi…
-
The `foreach` loop in `import` isn't correctly handing cases where it's given an array value that doesn't contain arrays of `$listItem` "shape" (i.e. they don't have a `_type` key, or aren't arrays at…
-
Hi,
suggestion to improve the site http://redbeanphp.com/ by adding search.
I wish, if there was a search facility like [found here](http://www.slimframework.com/docs/) provided by [Algolia](https:/…
-
require 'rb.php';
R::setup( 'mysql:host=localhost;dbname=mysite', 'root', 'xxxxx' );
$post = R::dispense( 'userData' );
$post->title = 'My holiday';
$id = R::store( $post );
echo $id;
…
-
i have code like
$nofoextramac = count($config_rule['data']);
if ($nofoextramac) {
$policiesmapper = R::dispense('policiesmapper', $nofoextramac);
for ($i = 0; $i < $nofoextramac; $…
-
When I load a bean (via `$bean = R::findOne(...);`), only change a few values and then call `R::store($bean);`, it can happen that I get an error like:
`Error in SQL query: SQLSTATE[22P02]: Invalid t…
-
Hi,
Currently ReadBean defaults, reserves `_` to represent _many to many_ mapping and don't allow `_` to be used in table names.
Though this limitation could be bypassed [by following this](http://r…
-
Hello folks!
I would like to integrate SAP HANA in RedBean.
SAP Hana can be already used in PHP with its ODBC driver.
Is there anyone that can guide me on how to integrate this DB in RedBean? I reall…
-
In **SQLite** the _xownAnythingList_ with the _DELETE CASCADE_ beyond is only working, if the foreign key suppport within SQLite is enabled. This is currently not the case if RedBeanPHP connects the *…
hausl updated
7 years ago
-
Dear all,
first of all, it seems this is a great application. Go ahead.
My web hoster didn't provide sqllite, but MySQL. Is it intended to support MySQL as well?
Thx and regards
climb4fun