Posts by siesler • 43 points
3 posts
-
4
votes1
answer82
viewsQ: "Unexpected tag name" syntax error in Symfony2/Twig
My list has the code below: <h1>Posts</h1> {% for posts in post %} <article> <h2> {% post.titulo %} </h2> <div class="content"> {% post.conteudo %} </div>…
-
0
votes1
answer845
viewsA: ZF2 + Doctrine: generate entities returns 'no Metadata classes to process'
Alternatively, I created the getters and setters by netbeans code generator.
-
0
votes1
answer845
viewsQ: ZF2 + Doctrine: generate entities returns 'no Metadata classes to process'
Good morning. In my project, I tend to create entities from the database (php5.4 + zf2 + Doctrine). I’ve circled the command below: bin/doctrine-module orm:convert-mapping --filter="Category"…