Does any developper has an idea for that ??
On 27 oct, 09:05, Belgacem TLILI wrote:
> hi for all Sf developers,
>
> we have some probleme , may be it's a configuration probléme , really
> i dont know
> this is the our condition:
> we are with Symfony 1.4
hi for all Sf developers,
we have some probleme , may be it's a configuration probléme , really
i dont know
this is the our condition:
we are with Symfony 1.4 & doctrine ORM
we use ckWebServicePlugin for our WebService
and we use an authentification with certeficat,
i would like get the value of
please i have an urgent project,
i want to use this plugins sfCKEditorPlugin
i have do all configuration in the read-me page of the plugins
but i have all time
CKEditor class not found
any help plz
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfon
, abbbassi abidi
wrote:
> just owverride the _form_field.php or change itin the generator.yml :)
>
> 2010/8/10 Belgacem TLILI
>
> > hi for all Sf developers
>
> > i have a backend module containing a form with an embeded form
> > i would like to change the order o
hi for all Sf developers
i have a backend module containing a form with an embeded form
i would like to change the order of the fields in my form (also the
fields of the embed form)
i have used the generator.yml file but i can't find a way to organise
the fields of the embed form
please help
hello for all Sf Developpers
i have add a field in my form , i use it to get an ajax list in a
secondfield
when saving the form i must delete the first object because it does
not an element of my object form
so i get all time : Unexpected extra form field named "firstfield"
i'n thinking to mo
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
> So you might want to remove the >"< again.
>
> Did you include the JS-Helper?
>
>
> Am 06.04.2010 00:13, schrieb Belgacem TLILI:
>
> > i'm using jquery to get the ajax action
>
> > this my code in the template
>
> >
> > $("
i'm using jquery to get the ajax action
this my code in the template
$("#MyButton").click(function() {
remote_function(array("update"=>"item_list","url"=>"cap/new"));
});
i have not any result ?
--
If you want to report a vulnerability issue on symfony, please send it to
security at symf
Heim wrote:
> try:
>
> echo javascript_tag("remote_function(array(
> 'update' => 'myzone',
> 'url' => 'mymodule/myaction',
> ))"
> ) ?>
>
> you need the >"< because otherwise its inte
i'm using sf 1.4
and i'm searching to embed a form using ajax
i start with
echo javascript_tag(
remote_function(array(
'update' => 'myzone',
'url' => 'mymodule/myaction',
))
) ?>
i have use the java script helper in my template
but i have an error
Fatal error: Call to undefine
im' searching to do a personnal forms
but i have not any idea how to build it
plz help meee
--
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" gro
i'm searching for an exemple of how to embed form in a main form using
ajax
i have an idea about but i can't find an exemple to do this
plz help me
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because yo
it's an array
On Mar 23, 5:40 pm, Tom Haskins-Vaughan
wrote:
> But is it an array or an object with an array interface?
>
> On Tue, Mar 23, 2010 at 12:19 PM, Belgacem TLILI
> wrote:
> > $a[0] means it will return the 1st box of my array,
>
> > On Mar 23, 5:02 pm
$a[0] means it will return the 1st box of my array,
On Mar 23, 5:02 pm, Tom Haskins-Vaughan
wrote:
> What does this produce:
>
> var_dump($a);
>
> On Tue, Mar 23, 2010 at 11:57 AM, Jérémie wrote:
> > Belgacem TLILI wrote:
>
> >> now i have save the form fiels
now i have save the form fiels in an array
then i have save this array in the user session
$forms1= Array($form->getValues());
$this->getUser()->setAttribute('etab',$forms1);
then:
$a=$this->getUser()->getAttribute('etab');
$b=$a[0];
this return null ??
On Mar 23, 3:09 pm, Tom Haskins-Vaughan
w
ve an object in database for every step (in the user
cancel his inscription for exemple )
On Mar 23, 1:14 pm, Tom Haskins-Vaughan
wrote:
> I don't think storing objects is recommended. I think the prefered
> method is to save the object and store the id in the user session.
>
>
i have save an object ($book) in the user session with the name bk
$this->getUser()->setAttribute('bk',$book);
i need to save this object in the database after other actions
i use
$book= $this->getUser()->getAttribute('bk');
$book->save();
but this return all time null
anybody have an idea
any one have an idea please this is the biggest problem in my project
Alexandru-Emil Lupu thanks for all your help
On 19 mar, 13:50, Belgacem TLILI wrote:
> i have an error about getEmbededForm
>
> other things the function unsetAllFieldsExcept is in the file :
> BaseFormDoctri
pt(array( 'name','email' , 'form2[books]' ) );
>
> to :
>
> $this->unsetAllExcept(array( 'name','email' ) );
>
> if ($this->getEmbededForm('form2') instanceof form2Form )
> {
> $this->getEmbededForm(
Hello for all Sf dev,
i'm using the function unsetAllFieldsExcept to get a form in 2 steps
like this exemple
http://www.iw2.fr/2009/08/28/symfony-formulaire-en-plusieurs-etapes/
my problem is : i would like to unset a fields for an embed form
i call the unsetAllFieldsExcept function here to uns
pe: integer(4)
> primary: true
> autoincrement: true
> job_category_id: integer
> sub_category:
> type: string(50)
> relations:
> jobCategory:
> type: one
> foreignType: many
> onDelete: SET NULL
>
> jobCategory:
> col
will get more feedback.
>
> Ciao
>
> On 13 Mrz., 01:02, Belgacem TLILI wrote:
>
> > i have this class
> > job:
> > connection: doctrine
> > tableName: job
> > columns:
> > id_marchandise:
> > type: integer(4)
> &g
i have this class
job:
connection: doctrine
tableName: job
columns:
id_marchandise:
type: integer(4)
primary: true
autoincrement: true
category:
type: string(50)
sub_category:
type: string(50)
i would like have the data of this table in (of my databas
; 2. Override the save or saveEmbededForms method
> 3. Make sure that you are using the 3rd form ... the rest should be
> embeded...
> Form2 is embeded in Form1 which is embeded Form3 ...
> After just call new Form3();
>
> Alecs
>
> On Thu, Mar 11, 2010 at 8:52 PM, Belgace
f main form with the foreignkey from form2
3=> and finally save the object of form3 with the key from the
mainform
i don't know if i must define the save function or what ? help me
please
On Mar 11, 4:49 pm, Eno wrote:
> On Thu, 11 Mar 2010, Belgacem TLILI wrote:
> > hello for all
hello for all symfony users,
i have a problem with my symfony project
i have two forms
** main form for user
** embed form for phonenumber
the relation between user and phonenumber is one-many
in the model phonenumber i have a column id_user
in the file : UserForm.class.php
i have ahh this line
27 matches
Mail list logo