Answer the question
In order to leave comments, you need to log in
Should I use redbean php instead of PDO?
Should I use redbean php instead of PDO?
It seems that I heard somewhere that redbean is also safe, it kind of contains a little PDO. Is it so?
Or is redbean just made for convenience?
Answer the question
In order to leave comments, you need to log in
Doctrine DBAL is a normal wrapper over PDO. The most popular.
On top of Doctrine DBAL, there is also Doctrine ORM, but here you already need to have experience, it will be difficult for a beginner.
These are different things. From my point of view, ReadBean is extremely poorly designed and it is better to use PDO if you are not using a framework.
"redbean php" is made for convenience and uses PDO itself as far as I know.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question