symfony-1.4
edit sfForkedDoctrineApplyPlugin user/settings
I wan\'t to edit the user/settings page made by s开发者_StackOverflow中文版fForkedDoctrineApplyPlugin.[详细]
2023-04-12 23:15 分类:问答Symfony sorted model with having request
I have two models : Operation and OperationHistory Operation: columns: startdate:{ type: timestamp, notnull: true }[详细]
2023-04-12 18:43 分类:问答setting up symfony in a 'shared hosting' environment
I am trying to setup symfony1.4 on a server that is using Plesk. So far I have uploaded everything to the httpdocs (httpdocs/apps, httpdocs/lib etc)folder, which is the web root.[详细]
2023-04-12 17:30 分类:问答How to implement SSL in symfony 1.4?
Currently our project is not having any SSL Security. All of the URLs in the project can be accessed by urls like http://www.something.com.[详细]
2023-04-12 04:20 分类:问答Is it possible to catch errors that are not exceptions in Symfony?
I have a try-catch block that iterates over a set of records like this: try { foreach ( $json[\'location\'] as $records ) {[详细]
2023-04-12 03:35 分类:问答Doctrine does not return null for NULL values when you use get magic methods
I have a Symfony application configured with Doctrine, and I have designed a one-to-many relationship between two models: a Item belongs to a Customer, which is an alias for sfGuardUser.[详细]
2023-04-12 00:05 分类:问答Symfony: form field access with no sfForm object
i\'m working on a symfony project and i developed a form to upload a file and save its info to a table in my model. And didn\'t use the sfForm class to implement my form.[详细]
2023-04-11 20:16 分类:问答set value for a field after the form is rendered in processForm
I want to set a userID while a form is processed in processForm, located in actions.class.php. The problem is, I have unset the userID field and somehow I can\'t set a value for that. I\'ve searched b[详细]
2023-04-11 20:14 分类:问答how to set default value in backend form?
i generated admin in Symfony 1,4. I have there DoctrineChoice. I would like set this list select in action.class.php.[详细]
2023-04-11 16:28 分类:问答Is it possible to define more than one post-validator in Symfony?
I need to perform several post-validations in a Symfony form. First time I came across this issue I wrote this:[详细]
2023-04-11 12:42 分类:问答