oh also your action should be changeAppCulture if your method is
executeChangeAppCulture
James
On Oct 14, 2008, at 12:39 AM, James wrote:
> function needs to be called executeChangeAppCulture()
>
> James
>
>
> On Oct 14, 2008, at 12:18 AM, Reynier Perez Mira wrote:
>
>>
>> Hi every:
>> I have
function needs to be called executeChangeAppCulture()
James
On Oct 14, 2008, at 12:18 AM, Reynier Perez Mira wrote:
>
> Hi every:
> I have this routing defined:
>
> cambiar_cultura:
> url: /change/lang/*
> param: { module: geslicsoft, action: ChangeAppCulture }
> requirements: { lang: (?:e
Hi every:
I have this routing defined:
cambiar_cultura:
url: /change/lang/*
param: { module: geslicsoft, action: ChangeAppCulture }
requirements: { lang: (?:es|en|fr|it) }
I have this link in my template:
link_to(image_tag('icn_spanish',array('title'=>__('espanol'),'alt'=>__('espanol')))
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
Hi,
I am not able to create YAML datamodel from existing database with the
instructions given in the "book" /
www.symfony-project.org/book/1_1/08-Inside-the-Model-Layer.html
some exception is happening, please do let
I found my way but had to change the sfForm class.
If someone has a better way, not messing with the "core", please help.
I had to change the sfForm::offsetGet as below:
public function offsetGet($name)
{
if (!isset($this->formFields[$name]))
{
if (!$widget = $this->widgetSchema[
hello staff would like to help with a following question
I have the tables Pessoa and Pessoa Fisica
pessoa:
_attributes: { idMethod: native }
id: { type: INTEGER, required: true, autoIncrement: true,
primaryKey: true }
created_at: { type: TIMESTAMP }
updated_at: { type: TIMESTA
Hi there,
I made the following class to render my decimal numbers with commas
instead of dots. But if the form does not validate, then the render
function is called with the user entered value. So the first time, for
instance, its called with 14.54(dot) to show the form. It is shown as
14,54(comm
2008/10/13 Sumedh <[EMAIL PROTECTED]>:
>
> Hi Friends,
>
> I want to send an email to web-admin of my site whenever there is 404
> or 500 error...
>
> I am being able to send the email successfully on 404...however, I
> don't get valid referer value in the error action...what might be the
> reason
You should change it to
trivia_scores:
_attributes: { phpName: triviaScores }
id:
username: varchar(128)
score: integer
last_level: varchar(10)
And rebuild your model and database.
>
> Thanks for your help!
>
> Cindy
>
> On Oct 13, 2008, at 8:13 AM, Yuretsz wrote:
>
> Show
I figured it out.
I had to change both the database AND the schema to integer, rebuild
the model and clear the cache.
I had done bits and pieces of that, but never all at the same time.
Thanks for everyone's help!
Cindy
On Oct 13, 2008, at 8:22 AM, Cindy Cullen wrote:
> Here is my schema:
>
Hi all,
I am making a very simple page using Symfony, and have already run
into a bit of a problem using forms.
After successfully building the model, I want to generate the
corresponding form.
Here is what happens:
symfony propel:build-forms
>> propelgenerating form classes
Fatal erro
Hi.
We had the same problem here:
# pear list -a
Installed packages, channel __uri:
==
(no packages installed)
Installed packages, channel pear.php.net:
=
Package Version State
Archive_Tar 1.3.2 stable
Consol
Here is my schema:
trivia_scores:
_attributes: { phpName: triviaScores }
id:
username: varchar(128)
score: varchar(10)
last_level: varchar(10)
Thanks for your help!
Cindy
On Oct 13, 2008, at 8:13 AM, Yuretsz wrote:
> Show me schema
>
> On Mon, Oct 13, 2008 at 2:37 P
Show me schema
On Mon, Oct 13, 2008 at 2:37 PM, Cindy Cullen <[EMAIL PROTECTED]>wrote:
> I've tried it both ways - I can make it either, but currently it is set to
> varchar.
> On Oct 13, 2008, at 5:17 AM, Yuretsz wrote:
>
> Your Score field is iteger or varchar?
>
> On Mon, Oct 13, 2008 at 5:49
1.0 version i am using
On Oct 10, 7:38 pm, Kris Wallsmith <[EMAIL PROTECTED]
project.com> wrote:
> Hi Michael,
>
> What version of symfony are you using?
>
> Kris
>
> On Oct 10, 10:15 am, "[EMAIL PROTECTED]"
>
> <[EMAIL PROTECTED]> wrote:
> > Which log do you mean? Symfony logs many informations
Hi Friends,
I want to send an email to web-admin of my site whenever there is 404
or 500 error...
I am being able to send the email successfully on 404...however, I
don't get valid referer value in the error action...what might be the
reason?
Secondly, I want a similar behavior for internal err
I've tried it both ways - I can make it either, but currently it is
set to varchar.
On Oct 13, 2008, at 5:17 AM, Yuretsz wrote:
> Your Score field is iteger or varchar?
>
> On Mon, Oct 13, 2008 at 5:49 AM, Cindy Cullen <[EMAIL PROTECTED]
> > wrote:
>
> I'm using PropelFinder and I need to ord
Your Score field is iteger or varchar?
On Mon, Oct 13, 2008 at 5:49 AM, Cindy Cullen <[EMAIL PROTECTED]>wrote:
>
> I'm using PropelFinder and I need to order my results numerically:
>
> $this->scores = sfPropelFinder::from('Scores')->orderBy(Score','desc')-
> >find();
>
> I want them in order n
seems like i need to uninstall creole too : sudo pear uninstall phpdb/
creole
On Oct 13, 10:31 am, DigitalBase <[EMAIL PROTECTED]> wrote:
> I created a ticket :http://trac.symfony-project.org/ticket/4650
> Now when i uninstall propel from pear (runtime & generator) i get this
> error :
>
> [wrapp
i think its working with symfony 1.0 only at this moment, is not it?
i use NuSphere PhpED, love it! there is console, db editing tool... so
i don`t need putty or navicat.
On Oct 13, 9:05 am, Pankaj Jain <[EMAIL PROTECTED]> wrote:
> Go for eclipse+PDT+Symfoeclipse
> its the best
> Pankaj Jain
>
>
Netbeans for PHP IDE
Symfony would be supported soon ... we hope
On Oct 13, 11:10 am, Alex <[EMAIL PROTECTED]> wrote:
> i think its working with symfony 1.0 only at this moment, is not it?
>
> i use NuSphere PhpED, love it! there is console, db editing tool... so
> i don`t need putty or navicat.
Couldn't find the cause of this error. What I did was start over again
with a new symfony 1.0 project and I didn't get the error any more.
Hope this helps others.
On Oct 12, 4:20 pm, Ludens <[EMAIL PROTECTED]> wrote:
> When trying to install the sfGuardPlugin for symfony 1.0, I get the
> followin
I created a ticket : http://trac.symfony-project.org/ticket/4650
Now when i uninstall propel from pear (runtime & generator) i get this
error :
[wrapped: Unable to load driver class:
symfony.plugins.sfPropelPlugin.lib.creole.drivers.sfDebugConnection]
Is this the same problem ? (autoloader not f
I solved the problem : use Sf_user with an array which save in the
session the content of the list.
Read the following example about Caddie to understand :
http://trac.symfony-project.org/wiki/Documentation/fr_FR/easy_ajax/trunk
Bye
Pierrix
On 6 oct, 23:45, pierrix <[EMAIL PROTECTED]> wrote:
J'ai trouvé la solution, voir le lien ci-dessous :
http://trac.symfony-project.org/wiki/Documentation/fr_FR/easy_ajax/trunk
Merci tout de même !
A+
Pierre
On 7 oct, 21:29, pierrix <[EMAIL PROTECTED]> wrote:
> Bonjour,
>
> je voudrais glisser déplacer des éléments d'une liste vers une autre
25 matches
Mail list logo