fron-end equivalent orm

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • item
    Active Community Member
    • Mar 2017
    • 1476

    fron-end equivalent orm

    Hi,
    what is in front-end the equivalent of orm, sample :

    PHP Code:
    $entity = $entityManager->getEntityById($entityType, $id); 
    
    something so exist?
    PHP Code:
    
    let contact = this.fetch('Contact', idOfContact); 
    
    Thanks
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​
  • azidevnom
    Junior Member
    • Oct 2019
    • 20

    #2
    Yes.

    Comment


    • item
      item commented
      Editing a comment
      thanks,
      i understand a little more front-end
      this link resolved my question
Working...