Device-Cheat

doctrine 2020

Apr 24th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. // To search for posts
  2. $posts = $this->getDoctrine()->getRepository('BlogBundle:Post')->findByAuthorName('Artur');
  3. // To save new post in database
  4. $this->getDoctrine()->getRepository('BlogBundle:Post')->persist($post);
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. Give me follow on Github:
  12.  
  13. http://github.com/shfx17
Add Comment
Please, Sign In to add comment