I\'m currently developing a small app, which is basically a form to capture data. I\'m having a small problem though, with the form validation.
In a Symfony project, I have the following php code inside a YML file.I was hoping this code would read another yml file and modify the content based upon its value.However, sfYaml::load is returning
I am very new to Symfony 1.4 and basically know just how to creat开发者_开发问答e basic actions/templates.I have install the sfDoctrineGuard and the sfForkedDoctrineApplyPlugin which provides for user
I have a shared hosting account in which I want to install my symfony 1.4 and deploy and application. I bumped into some issues because of theinability to change the apache config on the production se
Imagine i want to search a phone number in my DB but they are saved with different formats Exemple : 12345678
I use symfony with doctrine. So I use this tutorial (google cache). So I have category and subcategory I make next :
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?
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\'m working ona Symfony project and using the bhLDAPAuthPlugin to connect my app with the Company\'s Active Directory.