I have a form in Symfony where the user uploads files to. These files can be up to 50Mb in size. However, when I try to upload a file that is about 10开发者_如何学运维Mb (before this, the files were
I have 3 classes : Category, Parameter and Product. Category has a one-to-many relationship with Parameters.
For a while now I\'ve been wrestling with the issue of dynamic forms that change depending on previous input. This is my first Symfony project, so I\'m still getting the hang of how everything works t
I have a situation where I need to run some code if the user tries accessing a protected URL and is not authenticated / authorized.
In this project I\'m building, I have many forms to add data to the database that the site u开发者_如何学运维ses. Obviously, if a user add\'s data they must be able to edit this data (or delete it).
How do you organize your fixtures inside a Symfony2 project. Is there a standard you can respect so that when you use t开发者_高级运维he doctrine:fixtures:load --env=environment command, only fixtures
In Symfony 2 I generate a Bundle for storing any type of document into database, but I need the BLOB column type.
I have this deploy.rb file: set :application, \"UDA\" set :domain,\"10.0.0.59\" set :deploy_to,\"/h开发者_开发问答ome/gitek/www/uda/\"
I am currently working on a project using Symfony2 and I have no need for the Doctrine Bundle. I have tried to remove it on numerous occasions but I keep getting errors that break the install.
When saving form submission data, I\'m having trouble persisting a new entity instance where the entity has a nullable association with another entity and I attempt to set it to null.After creating a