Hi Guys,
Does anyone know how can i retrieve data from database from front-end specifically from a view, how can the code below be translated into front-end javascript code:
Any help please. telecastg emillod item
thanks
Does anyone know how can i retrieve data from database from front-end specifically from a view, how can the code below be translated into front-end javascript code:
Code:
$collection = $entityManager ->getRDBRepository($entityType) ->where([ // where clause 'type' => 'Customer', ]) ->find();
thanks
Comment