Hi,
Two questions here, any advice will be apreciatted:
1- I'm using "sfWidgetFormChoice" in a form. The problem that i'm
having is that i need to place the options tags generated by de widget
into of a table instead using that the widget generates by
default. Is there any way of rendering this
Hi, i need some help, i'm a symfony newbie.
i have a new object and when i create one in the form i have the
author field, which is conect to sf_guard_user table, so in that field
apears a list of every users to me chose one.
i wanna get the author automatically by the author which is logged.
How c
yeah! everything works! thanks Gareth McCumskey and the others ;)
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group,
i'm using Sf1.4
i have a form that contain a captcha fiels
in my computer all things work perfect.
i have upload my projet to my server
when i open my form i get this error
Fatal error: Class 'sfWidgetFormReCaptcha' not found
i have check all files have exist in the server
i have do symfony cc
Is anyone in the group familiar with Hl7 formats? I am looking to hire a
developer for a small project.
Thank you.
(sorry is this out of topic..)
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you
Hi All,
today I have added the start of routing-engine for grids.
DigitalBase has provided a redmine issue-tracker for us at
https://symfony.digitalbase.eu/
This way we can report bugs and cooperate much easier, so feel free to
report and improve the plugins!
On 12 apr, 15:11, E_lexy wrote:
> L
There's several workflow plugins in the plugin repo that may be worth
investigating (pageflow, especially)
I know there's a pretty complex one based around the eZ Workflow component - I
looked at that a while back with a view to creating a plugin along the lines of
Spring WebFlow...
On 13 Apr
Hi everyone,
I bumped into an issue when using sfCacheSessionStorage. Because it
doesn't set a Cache-Control header, a page generated for a user can be
delivered to the wrong user from a web proxy allowing him to take over
another user credentials, even if by accident.
The complete details a
Greeting again --
I was able to get the following schema to work for an M:M relationship
between people and days-of-the-week (A person can have many days of
the week) ...
Can a doctrine_admin_check_list be used in the Edit admin-generator to
manage this relationship?
# Schema.yml
---
Person:
Tahnks
On Apr 13, 9:21 pm, Gábor Fási wrote:
> You have to enable it in the project's configuration.
>
> On Tue, Apr 13, 2010 at 21:09, Javier Garcia wrote:
> > Hi,
>
> > i have the folder plugin/sfDoctrineGuardExtraPlugin in a project and it's
> > working ok.
>
> > I want to copy it to another
You have to enable it in the project's configuration.
On Tue, Apr 13, 2010 at 21:09, Javier Garcia wrote:
> Hi,
>
> i have the folder plugin/sfDoctrineGuardExtraPlugin in a project and it's
> working ok.
>
> I want to copy it to another project so i copied that folder to the folder
> 'plugins' of
Hi,
i have the folder plugin/sfDoctrineGuardExtraPlugin in a project and
it's working ok.
I want to copy it to another project so i copied that folder to the
folder 'plugins' of the other project.
I have typed "plugin:publish-assets" in the second project but it doesnt
show the new plugin.
On Apr 13, 7:55 pm, Alan Bem wrote:
> Well, by default there is no frontend.php - there's only index.php. Maybe
> that is your answer.
Thanks! works.
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because
Well, by default there is no frontend.php - there's only index.php. Maybe
that is your answer.
2010/4/13 Michał Piotrowski
> 2010/4/13 Javier Garcia :
> > Hi,
> >
> > after deploying using sf 1.3, where is frontend.php? I didn't get any
> error
> > during the deployment process.
>
> Did you used
2010/4/13 Javier Garcia :
> Hi,
>
> after deploying using sf 1.3, where is frontend.php? I didn't get any error
> during the deployment process.
Did you used rsync?
What's in config/rsync_exclude.txt ?
>
> How should i access my project in production? In sf 1.2 i did somethig like
> this : http:
Hi,
after deploying using sf 1.3, where is frontend.php? I didn't get any
error during the deployment process.
How should i access my project in production? In sf 1.2 i did somethig
like this : http://www.tirengarfio.com/rs1/web/frontend.php but now?
--
Javi
Ubuntu 8.04
--
If you want to
Hey there,
ah, ok. In that case I think throwing custom exceptions that extend
the sfValidatorError would be in order.
Just catch those in the actions, and depending on their type you'll
know which error occurred.
I'm doing something similar where in my setup the credit card
validator can throw a
Is the standard way to go through a mult-step work-flow? I would like
to know too.
I don't think you will have a problem with your approach. I think back
in the day I had problems serializing forms because some widgets had
an unrealizable database/pdo handle bound to them, but I think its a
non i
Hi all,
I'm working on a simple form so my user can update his firstname, lastname,
email and password informations, here is was I've done so far :
useFields(array(
'first_name',
'last_name',
'email_address',
));
$ws = $this->widgetSchema;
$vs = $this->validat
On Tue, 13 Apr 2010, xris wrote:
> i recently trained on symfony and wanted to install the same projects
> we did to my ubuntu box back at home. i have already done the
> webserver configuration but when i try to access the jobeet
> application i get the following error:
> my previous user was sym
http://blog.adryjanek.eu/2009/03/24/symfony-12-and-multipage-form-wizard/
On 13 апр, 14:03, Juampy72 wrote:
> Hi all,
>
> I need to split a form it in various steps.
>
> So far, I have created a single Form class with all the fields but,
> how could I implement in in consecutive pages? I was thin
Hi,
i recently trained on symfony and wanted to install the same projects
we did to my ubuntu box back at home. i have already done the
webserver configuration but when i try to access the jobeet
application i get the following error:
my previous user was symfony and current user is phpfreakcgithi
Hi all,
I need to split a form it in various steps.
So far, I have created a single Form class with all the fields but,
how could I implement in in consecutive pages? I was thinking about
saving form data from step 1 to step 2 in the session, but I may have
problems with form serialisation.
Any
Great, many thanks! Any latest guide on how to make an action into a
task? I have discovered several but do not know which one is proper for
Symfony 1.4
Take care!
Original Message
Subject: Re: [symfony-users] Time schedule of an action
From: Richard U
To: symfony-users@go
The answer is easy. It needs to be required first. If it is over
max_length it just ignores it because its not required, so just add a
'required'=>true to the validator array
$this->setValidators(array(
'LoginId' => new sfValidatorString(array(
'max_length' => 6,
'requi
Oh and the accessing the form values from contact[%s] ... the point of
the forms framework is that you shouldn't have to acess them directly
with getParameter() as those values are still unvalidated:
$form_object = new FormObject();
$form_object->bind($request->getParameter('contact'));
if ($form
On Tue, Apr 13, 2010 at 9:35 AM, fRAnKEnSTEin wrote:
> Hi,
>
> Thank you very much Dennis Benkert and Peter Petrik help me alot!
>
> 1- About the debbuging app i already installed xdebug on my system,
> but rather than use that with an IDE like netbeans or eclipse, i just
> one to print the value
Hi,
Thank you very much Dennis Benkert and Peter Petrik help me alot!
1- About the debbuging app i already installed xdebug on my system,
but rather than use that with an IDE like netbeans or eclipse, i just
one to print the value of some variable in the screen. Just as simple
as that, for exampl
Try to set a widget and validator in different way e.g.
$this->validatorSchema['LoginId'] = new sfValidatorString(
array('required' => true, 'max_length' => 255),
array('required' => 'Fill it !!')
);
, maybe you find out that the problem is somewhere else... maybe you
don't trigge
Hi,
On Ut, 2010-04-13 at 09:12 +0200, Dennis Benkert wrote:
> Hi
>
> > 1- Why in symfony all the HTML elements like inputs, selects etc
> > should be created using php rendering? dont understand what are the
> > benefits of this, i mean, instead of using
> > i must create a form class, then cre
Hi
> 1- Why in symfony all the HTML elements like inputs, selects etc
> should be created using php rendering? dont understand what are the
> benefits of this, i mean, instead of using
> i must create a form class, then create inside this class all the
> widgets that the form will use, and finall
Hi,
you can get the dates out from trac.
http://trac.symfony-project.org/browser/tags
- Dennis
2010/4/13 User :
> Thank you for the information, but do you know the dates in which the
> three versions actually became stable frameworks?
>
> On Apr 12, 12:28 am, Gábor Fási wrote:
>> If you mean
32 matches
Mail list logo