-
When working with Models inside of RedBean, I don't seem to be able to get the `fetchAs()` method to function correctly.
For example, I have an `Image` bean that is assigned to the `avatar_id` pro…
-
While searching for an easy workaround for the https://github.com/gabordemooij/redbean/issues/834 issue I was trying to use the `RPDO->setPDO()` method.
It didn't work, because the connect() method…
-
When you store a bean RedBean uses `Repository::processGroups()` to determine which of the own beans are additions, which have been removed (trashcan), and which have remained (residue):
```php
pr…
-
Is this project still active? Anything new about Rails 3 Support?
-
A suggestion, in this moment TaskBoard only supports SQLite databases, I think it would be interesting to be able to use other databases such as MySQL/MariaDB and Postgres likes Kanboard.
-
For convenience, I'd sometimes like to use getters and setters to manipulate Beans. This allows us to extract out data management within a system to Repositories and maintain testable code.
For so…
-
Am I using it wrong? I just required the `rb_mysql` file then expected to be able to use `Finder`. Do I need to use or do something to make it work?
-
Hello,
In my e-commerce application, I have a OneToOne relationship:
A product bearing its graphic rule
This graphic rule carries this product
This design is ideal for my application.
The…
-
I am posting this more in order to generate a discussion than an actual issue with the framework, but it seems that GitHub has a more active community than the Google Group, so feel free to delete / c…
-
I have using RedBeanPHP version 5.5. Also I have read the FAQ related to this issue. In the end, you have mentioned
**Note that RedBeanPHP 3.4+ supports so-called beautiful column names, this will …