Answers for "orm"

-1

orm

namespace App\Model\Entity;

use Cake\ORM\Entity;

class Article extends Entity
{
  // code
}
Posted by: Guest on April-20-2021
0

orm

Object-relational mapping (ORM)
 
 it's creates, in effect, a "virtual object database"
Posted by: Guest on August-10-2021

Browse Popular Code Answers by Language