D
D
Danil Ochagov2018-07-02 12:29:08
PHP
Danil Ochagov, 2018-07-02 12:29:08

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

4 answer(s)
O
OnYourLips, 2018-07-02
@OnYourLips

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.

D
Dmitry, 2018-07-02
@php10

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.

A
Alexander Schilling, 2018-07-02
@dignityinside

"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 question

Ask a Question

731 491 924 answers to any question