Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged symfony

0 votes
880 views
1 answer
    I am trying to order an entity form field witch is translated. I am using the symfony translation tool, so i can't order ... ' => '---', ) ) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I need to do a search like this: //ProjectMyBundleRepository $query = $this->getEntityManager()->getRepository(' ... Symfony 2.1.6. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
856 views
1 answer
    I've already read How does Symfony2 detect where to load templates from? and another ton of articles on the ... my poor english and thank you See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
684 views
1 answer
    I have 2 entity: /** * @ORMEntity * @ORMTable(name="users") */ class User { /** * @ORMManyToMany(targetEntity= ... the groups that has no user. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    Using doctrine in symfony2, i have a simple user model with the following fields: Username Email Password How can ... based on email address? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
773 views
1 answer
    i would like to start the session when the login executed not before. I found out, that teh csrf token starts ... : //some access Control pages See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
957 views
1 answer
    I would like to know how can i return an image from the controller without any template. I would like to use it ... link (file not found...) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
919 views
1 answer
    I'm trying to return the users like this, but of course it doesn't work, I need the data as JSon ... new Response(json_encode($response)); } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
753 views
1 answer
    I am using FOSUserBundle in my Symfony2 project. I added 'birthday' field in User entity, because it is required ... form_errors(form)}} </div> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
907 views
1 answer
    I would like to send an array as an argument in a twig command like: {{ render(controller("AppBundle:Default:Test" ... Thank you so much, Stef. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
876 views
1 answer
    I am trying to create my own authentication provider like in http://symfony.com/doc/current/cookbook/ ... /NativeFileSessionHandler.php line 56 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
691 views
1 answer
    I have successfully configure my symfony webapp to sending email using SMTP. But all my sending email are ... path: %kernel.root_dir%/spool See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to develop a friends system, and I need a Many-To-Many relation on my User entities ; for now, ... you have some ideas ? Thanks ! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
691 views
1 answer
    i have downloaded a sonata admin bundle, and have placed in /var/www/Symfony/vendor/symfony/src/Symfony/Bundle, ... is downloaded. Thanks Ravi.M See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
665 views
1 answer
    I am creating a custom block for dashboard and where I want to display information persisted into the DB. How ... has come out so far See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
718 views
1 answer
    I'm trying to show an user oriented choice list in a form and I don't manage to access to the container to get ... than in the Type. Any Idea? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
929 views
1 answer
    I'm trying to disable "Soft Deleteable" filter during functional testing and I do it as follow: First option: ... work. Any advice? Solution? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
739 views
1 answer
    So, I am trying to make a new project, but something is happening with kernel, which I don't really ... m getting crazy because of that! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
526 views
1 answer
    i'm using JMSSerializer to deserialize a JSON request and i'm having troubles with ManyToOne relations. I would ... it out Thanks in advance See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
770 views
1 answer
    I'm using SwiftMailer bundle with Symfony 2. I pass my smtp user/password settings in config.yml file, it ... any setter methods. many thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
913 views
1 answer
    First off I want to say I've read through all the docs and googled this plenty before posting this question. I know ... ); $em->flush(); Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have followed the instructions from this tutorial: http://symfony.com/doc/current/cookbook/doctrine/ ... of the function. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I get "InvalidArgumentException: The current node list is empty." running functional tests through PHPUnit. Here is test i ... count() > 0); } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    How can I clear form values after successful form submission? These didn't help: How to clear field value with ... ); return $brands; } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I want to create a Symfony CRUD application. These are the steps I did: Downloaded and installed XAMPP from here ... Thanks a lot guys! Musa See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
769 views
1 answer
    so im reading the internals documentation for symfony2 http://symfony.com/doc/current/book/internals.html and i dont ... MASTER / SUB REQUEST ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
809 views
1 answer
    I use Symfony Standard 2.0.0BETA1 and tried to configure http_basic authentication exactly the same as in this book ... and how to fix it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
627 views
1 answer
    The usual solution when you create routes in symfony and you want to have one route like /{username} so that it ... of this routes in this case? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...