i\'m try开发者_运维知识库ing to develope a file uploading system for my symfony app. I tryed to use the sfWidgetFormInputFile object, but did\'nt know how to use it >_<. Now i\'m trying to do it tr
I\'m creating a project in symfony, but suddenly I\'m having trouble when there are two databases for my project like this:
job_show_user: url:/job/:company/:location/:id/:position class:sfDoctrineRoute options: { model: JobeetJob, type: object }
schema.yml: Shop: title:{ type: string(50) } number: { type: integer(2) } i can set default value for number in ShopForm.class or method save. but how can i make it with address URL?
I\'m currently attempting to generate form elements in Symfony based on the application\'s model. I know the code below is invalid, but I\'m hoping it shows what I\'m trying to do. I\'ve really hit a
I\'ve got a working app and I want to add some fixtures but really all I want to do is load in the new fixture file.
Is possible call filter in Symfony in backend (admin generator) with parameters? In address URL is null. In session are parameters, but how开发者_运维问答 can i this use for calling? For example
I have two links: http://www.mypage.com/phone/show/id/1 and: http://www.mypage.com/phone/show/id/2 I would like makes links for this
i\'m working ona Symfony project and using the bhLDAPAuthPlugin to connect my app with the Company\'s Active Directory.
I have a project which use Extjs4 and symfony. I put extJS source code in symonfy\'s web/js folder and web/css.