about the database,
Yii DB
Yii Active Record
Cycle via Yii Cycle package
Doctrine via Yii Doctrine package
PDO
I used activeRecord in yii2, Doctrine in symfony, and I am learning about cycle orm.
Excuse me, which one is recommended?
about the database,
Yii DB
Yii Active Record
Cycle via Yii Cycle package
Doctrine via Yii Doctrine package
PDO
I used activeRecord in yii2, Doctrine in symfony, and I am learning about cycle orm.
Excuse me, which one is recommended?
It depends on your project’s requirements there isn’t a single recommended choice for everyone.
I’d ditch PDO from the list, leaving Yii DB which is way more convenient and allows quite low level things to be done.