Advertisement
Device-Cheat

post controller symfony 2020 april 24.04.20

Apr 24th, 2020
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. // To search for posts
  2. $posts = $this->getDoctrine()->getRepository('BlogBundle:Post')->findByAuthorName('Karim');
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement