symfony2 tag

23 questions


1 answers
105 views
0
Can I pass arguments to the Symfony service container?

I'm using 2.7 from Symphony.Can I get arguments from the Symfony controller to the service container?$hoge='any argument';// I want to pass $hoge to the second argument of service$service=$this->ge...

1 years ago

1 answers
106 views
0
Unable to register with mysql if selinux is enforcing (symfony3)

Thank you for your help.I am practicing the code in a Symfony introduction, but if I set selinux to enforcing, I will not be able to register a record in mysql, so could you help me?The error message ...


1 answers
88 views
0
PDOException Occurs in doctorline:generate:entity

PDOException occurs when I try to create a model with symfony2The Entity shortcut name:QuartetBlogBundle:Post→ Enter results in the following error [Doctorline\DBAL\Exception\ConnectionException] An e...

1 years ago

1 answers
71 views
0
Configuring Security for Symfony 2 (Loading Security Users)

Thank you for your help.I'm studying security for Symphony2.It's an English site, but http://symfony.com/doc/current/cookbook/security/entity_provider.htmlI'm doing a lot of things by referring to thi...

1 years ago

1 answers
96 views
0
Configuring Security for Symfony 2 (Loading Security Users)

Thank you for your help.I'm studying security for Symphony2.It's an English site, but http://symfony.com/doc/current/cookbook/security/entity_provider.htmlI'm doing a lot of things by referring to thi...

1 years ago

1 answers
124 views
0
Obtaining Oracle Statistics from the Symfony Command Console

I was using the URL below to create the command, but I didn't know how to get Oracle statistics using Doctrine.http://docs.symfony.gr.jp/symfony2/cookbook/console.htmlIf you run it with the following ...

1 years ago

1 answers
75 views
0
Obtaining Oracle Statistics from the Symfony Command Console

I was using the URL below to create the command, but I didn't know how to get Oracle statistics using Doctrine.http://docs.symfony.gr.jp/symfony2/cookbook/console.htmlIf you run it with the following ...

1 years ago

1 answers
86 views
0
Information About Installing Symphony in a Proxy Environment

If you try to download the Symphony Installer in a proxy environment, a communication error occurs and you cannot download it.I set the environment variable because I thought php didn't know to use th...

1 years ago

1 answers
113 views
0
Style sheet for symfony2 is not reflected

I have a question.To reflect the style sheet I placed the style sheet in the hierarchy below and set up the source.Where is the problem?Thank you for your cooperation.layout.html.twigsymfony_demo/app/...

1 years ago

1 answers
82 views
0
I want to create an entity from a table in Symphony 2.7

This is my first time asking a question.My name is Kaz_dev.I would like to create a web application using Symphony2.After creating the database, I want to generate a class file for the entity.After tr...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.