symfony
How to increase the upload limit for files on a Symfony 2 form?
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[详细]
2023-04-13 08:45 分类:问答Building a form with dynamic widgets
I have 3 classes : Category, Parameter and Product. Category has a one-to-many relationship with Parameters.[详细]
2023-04-13 08:14 分类:问答Symfony2 form builder JavaScript manipulation of form data/structure
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[详细]
2023-04-13 03:04 分类:问答Is it possible to see if a URL / route is protected behind the firewall programatically?
I have a situation where I need to run some code if the user tries accessing a protected URL and is not authenticated / authorized.[详细]
2023-04-13 00:36 分类:问答Display data from database to forms in Symfony2
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).[详细]
2023-04-12 23:18 分类:问答Fixtures organization
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[详细]
2023-04-12 18:28 分类:问答How add BLOB type in Doctrine 2 using Symfony 2
In Symfony 2 I generate a Bundle for storing any type of document into database, but I need the BLOB column type.[详细]
2023-04-12 16:48 分类:问答Capifony and git bare repo
I have this deploy.rb file: set :application, \"UDA\" set :domain,\"10.0.0.59\" set :deploy_to,\"/h开发者_开发问答ome/gitek/www/uda/\"[详细]
2023-04-12 14:11 分类:问答Symfony2 - How to remove the Doctrine Bundle?
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.[详细]
2023-04-12 11:52 分类:问答Symfony2 forms: How do I persist an entity with a nullable association?
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[详细]
2023-04-12 11:21 分类:问答