[symfony-users] Re: Square Facebook type thumbnail

2008-01-23 Thread Davinder Mahal
Dave,

I'd like to see yui support. I heard it rocks. ;-)


On Jan 23, 2008, at 4:02 PM, Dave Dash wrote:

> :) it's a bit dated, let me know how it works.  I'll probably redo  
> it in a plugin and support either jquery or yui.
>
> On Dec 10, 2007 11:04 AM, Tom Haskins-Vaughan <  
> [EMAIL PROTECTED]> wrote:
>
> kdizza, you've hit the nail on the head! Thanks.
>
> kdizza wrote:
> > http://spindrop.us/2006/09/16/cropping-images-using-dhtml- 
> prototype-and-symfony/
> >
> > On Dec 9, 11:22 pm, Tom Haskins-Vaughan <[EMAIL PROTECTED]>
> > wrote:
> >> Has anybody by any chance created a module that creates a square
> >> thumbnail (like on Facebook) from an uploaded image that they are
> >> willing to share?
> > >
> >
>
>
> gtalk: dave.dash
> >


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Doctrine or Propel 1.3

2008-01-23 Thread Elliott Kember
Hi Lee,

We've just converted our project to Propel 1.3 - the changes required were
fairly minimal and while we haven't benchmarked the site yet, the speed
increase seems very big. The only real change to the code is the way you
execute custom SQL.

But it is tricky having to remember to type propel-13- instead of propel- in
the command line :)

On Jan 24, 2008 1:17 PM, Jonathan Wage <[EMAIL PROTECTED]> wrote:

> Some of the existing propel plugins have been converted to work with
> Doctrine such as sfGuard. It is sfGuardDoctrinePlugin.
>
> However, inheritance is currently being refactored in Doctrine and their
> are issues with inheritance in both 0.9 and 0.10 branch. Unfortunately it
> is probably not a good time to jump ship to Doctrine because of the
> inheritance features.
>
> But, you are right that Doctrine is way more powerful than Propel. The
> downside to using Doctrine currently is that their is overhead with
> developing with beta software.
>
> - Jon
>
> On Jan 23, 2008 6:05 PM, Lee Bolding <[EMAIL PROTECTED]> wrote:
>
> >
> > Hi All,
> >
> > I've hit a bit of a wall with one of my projects, and it seems that in
> > order
> > to get around it I need to use inheritance, which means using either
> > Propel
> > 1.3 or Doctrine.
> >
> > Which should I use? Doctrine's Class table inheritance or column
> > aggregation
> > inheritance is EXACTLY what I need!
> >
> > As far as I understand, most of the Symfony plugins are based around
> > Propel,
> > so I assume these won't work with the Doctrine plugin?
> >
> > Doctrine looks to be much more powerful than Propel 1.3, but I think it
> > will
> > be too much work for me to make necessary changes if it doesn't work
> > with
> > the plugins I intend to use. (as an aside, if this is the case, is there
> > any
> > work being done to port the Propel-based plugins to Doctrine?)
> >
> > Lee Bolding
> >
> > w: http://www.leesbian.net
> >
> >
> >
> > http://www.centresource.com
> > > >
> >

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Doctrine or Propel 1.3

2008-01-23 Thread Jonathan Wage
Some of the existing propel plugins have been converted to work with
Doctrine such as sfGuard. It is sfGuardDoctrinePlugin.

However, inheritance is currently being refactored in Doctrine and their are
issues with inheritance in both 0.9 and 0.10 branch. Unfortunately it is
probably not a good time to jump ship to Doctrine because of the inheritance
features.

But, you are right that Doctrine is way more powerful than Propel. The
downside to using Doctrine currently is that their is overhead with
developing with beta software.

- Jon

On Jan 23, 2008 6:05 PM, Lee Bolding <[EMAIL PROTECTED]> wrote:

>
> Hi All,
>
> I've hit a bit of a wall with one of my projects, and it seems that in
> order
> to get around it I need to use inheritance, which means using either
> Propel
> 1.3 or Doctrine.
>
> Which should I use? Doctrine's Class table inheritance or column
> aggregation
> inheritance is EXACTLY what I need!
>
> As far as I understand, most of the Symfony plugins are based around
> Propel,
> so I assume these won't work with the Doctrine plugin?
>
> Doctrine looks to be much more powerful than Propel 1.3, but I think it
> will
> be too much work for me to make necessary changes if it doesn't work with
> the plugins I intend to use. (as an aside, if this is the case, is there
> any
> work being done to port the Propel-based plugins to Doctrine?)
>
> Lee Bolding
>
> w: http://www.leesbian.net
>
>
>
> >
>


-- 
Jonathan Wage
http://www.jwage.com
http://www.centresource.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Doctrine or Propel 1.3

2008-01-23 Thread Lee Bolding

Hi All,

I've hit a bit of a wall with one of my projects, and it seems that in order
to get around it I need to use inheritance, which means using either Propel
1.3 or Doctrine.

Which should I use? Doctrine's Class table inheritance or column aggregation
inheritance is EXACTLY what I need!

As far as I understand, most of the Symfony plugins are based around Propel,
so I assume these won't work with the Doctrine plugin? 

Doctrine looks to be much more powerful than Propel 1.3, but I think it will
be too much work for me to make necessary changes if it doesn't work with
the plugins I intend to use. (as an aside, if this is the case, is there any
work being done to port the Propel-based plugins to Doctrine?)

Lee Bolding

w: http://www.leesbian.net



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Square Facebook type thumbnail

2008-01-23 Thread Dave Dash
:) it's a bit dated, let me know how it works.  I'll probably redo it in a
plugin and support either jquery or yui.

On Dec 10, 2007 11:04 AM, Tom Haskins-Vaughan <[EMAIL PROTECTED]>
wrote:

>
> kdizza, you've hit the nail on the head! Thanks.
>
> kdizza wrote:
> >
> http://spindrop.us/2006/09/16/cropping-images-using-dhtml-prototype-and-symfony/
> >
> > On Dec 9, 11:22 pm, Tom Haskins-Vaughan <[EMAIL PROTECTED]>
> > wrote:
> >> Has anybody by any chance created a module that creates a square
> >> thumbnail (like on Facebook) from an uploaded image that they are
> >> willing to share?
> > >
> >
>
> >
>


-- 
Dave Dash
612.670.0621
Discover your favorite restaurant: reviewsby.us
gtalk: dave.dash

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: $sf_user in model?

2008-01-23 Thread Kiril Angov

sfContext::getInstance()->getUser()

http://start.gotapi.com

Ian P. Christian wrote:
> [EMAIL PROTECTED] wrote:
>   
>>  static function getStaff($criteria = null, $con = null)
>>  {
>>   
>> 
>
>
> sfContext::getInstance()->getRequest()->getUser()
>
> I think.. something like that.
>
> If I'm wrong, you'll want to read the API docs... I can't rememer off 
> hand where the User sites, if it's part of the context, or part of the 
> request :)
>
> >
>
>   


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: $sf_user in model?

2008-01-23 Thread Ian P. Christian

[EMAIL PROTECTED] wrote:
>   static function getStaff($criteria = null, $con = null)
>   {
>   


sfContext::getInstance()->getRequest()->getUser()

I think.. something like that.

If I'm wrong, you'll want to read the API docs... I can't rememer off 
hand where the User sites, if it's part of the context, or part of the 
request :)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: sfLucenePlugin bug (?)

2008-01-23 Thread Carl Vondrick

Hi,
The change you mentioned is in SVN -- try checking that out.

Carl

On Jan 23, 10:29 am, Tamas Amon <[EMAIL PROTECTED]> wrote:
> I Trying the sfLucenePlugin, but when I try to search some hungarian
> word I get the
>
> Notice: iconv_strlen() [function.iconv-strlen]: Detected an illegal
> character in input string in ...
>
> But when I change in the lib/util/sfLuceneCriteria.class.php
>
> line 55 from
>
> $query = Zend_Search_Lucene_Search_QueryParser::parse($query);
>
> to
> $query = Zend_Search_Lucene_Search_QueryParser::parse($query, 'UTF-8');
>
> This is working, this is good for me, but I don't think this is the
> correct solution
>
> --
> Tamas Amon <[EMAIL PROTECTED]>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] $sf_user in model?

2008-01-23 Thread [EMAIL PROTECTED]

How would you have getStaff, that is called by:
 'Contact',
'control_name' => 'staff_id',
'include_custom' => 'By',
'include_blank' => false,
)); ?>

to includei a value from $sf_user

I currently have
static function getStaff($criteria = null, $con = null)
{
$criteria->add(self::CONTACTTYPE_ID,'3');
if ($sf_user->getProgramId() > 0) {
$criteria->add(self::PROGRAM_ID, 
$sf_user->getProgramId());
}

  $criteria->addDescendingOrderByColumn(self::LAST_NAME);

  return parent::doSelect($criteria, $con);

}

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] sfLucenePlugin bug (?)

2008-01-23 Thread Tamas Amon

I Trying the sfLucenePlugin, but when I try to search some hungarian
word I get the 

Notice: iconv_strlen() [function.iconv-strlen]: Detected an illegal
character in input string in ...


But when I change in the lib/util/sfLuceneCriteria.class.php

line 55 from 

$query = Zend_Search_Lucene_Search_QueryParser::parse($query);

to
$query = Zend_Search_Lucene_Search_QueryParser::parse($query, 'UTF-8');

This is working, this is good for me, but I don't think this is the
correct solution

-- 
Tamas Amon <[EMAIL PROTECTED]>


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



symfony-users@googlegroups.com

2008-01-23 Thread Ian P. Christian

Ian P. Christian wrote:
> Hi guys,
 > 

In a rather strange move, caused by [MA]Pascal on IRC suggesting a 
French translation, and then lots more people suggesting translations 
from other languages we now have the donation site in a number of 
languages!


More so, it's now been opened up for people to view, and change the source!

http://www2.pookey.co.uk/svn/www2/trunk/

Anyone can checkout and commit there (I have to update the site manually).

Feel free to commit new languages, or modify the existing translations. 
  You might want to look at this to see symfony 1.1 in action, or just 
out of curiosity.

If you change anything, email me privately and I'll update the site.

-- 

Ian P. Christian ~ http://pookey.co.uk

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Symfony talk in London - Feb 29th

2008-01-23 Thread [EMAIL PROTECTED]

Hi,

We're a french based company using symfony for some project.

We count 1500+ ppl in SQLI with ~50 trained on symfony.

I'm working in one of the 3 Moroccan agency of the group in Oujda.
(that explain the [MA] in my nick :p)

And we are proud to count lot symfony enthusiasts there :p

Group website : http://www.sqli.com
Our logo : http://media.bestofmicro.com/6/9/58545/original/sqli.jpg

Cheers,
[MA]Pascal

On 23 jan, 13:49, cleve <[EMAIL PROTECTED]> wrote:
> Hi Ian,
>
> We're a UK (Midlands) based company using Symfony called Yelloweb.
> Currently we have 2 full time developers working with symfony.
>
> If you need any more info feel free to get in touch.
>
> Our site:http://www.yelloweb.co.uk
> Our logo:http://yelloweb.co.uk/assets/templates/images/logo_large_32.png
>
> Good luck with your presentation!
>
> All the best,
> John Cleveley
>
> On Jan 12, 1:21 pm, Stefan Koopmanschap <[EMAIL PROTECTED]> wrote:
>
> > Hi Ian,
>
> > We at Ibuildings are are working with symfony, among other frameworks.
> > Currently only in dutch projects, but our UK office definitely also is
> > looking at each project to see which framework fits best. So even
> > though in the UK we are not yet using symfony, we are definitely
> > supporting symfony and when a good occasion comes, we will definitely
> > be moving from supporters to users there as well.
>
> > I hope this helps. Feel free to use the logo fromwww.ibuildings.com
> > :)
>
> > Sincerely,
>
> > Stefan
>
> > On Jan 10, 2:19 pm, "Ian P. Christian" <[EMAIL PROTECTED]> wrote:
>
> > > Hi guys,
>
> > > At the PHPLondonconferencethis year, I will be doing a talk on symfony.
>
> > > I write here for 2 reasons:
>
> > > Firstly, I will be covering employment of symfony developers - I would
> > > like to know from companies using symfony, and how many developers they
> > > employ - in exchange your logo will appear on a slide, free publicity!
>
> > > Secondly, if anyone has any presentation material they want to share,
> > > please feel free to send it on to me :)
>
> > > Thanks,
>
> > > --
>
> > > Ian P. Christian ~http://pookey.co.uk
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Eclipse PDT Zend Debugger

2008-01-23 Thread syllogistic-software

Hi all,

I'm having this same problem with Eclipse 3.3.1.1 and PDT 1.0.1.

Any ideas on how to disable or bypass this rather annoying dialog?

On Jan 13, 4:39 pm, "alessandro cinelli"
<[EMAIL PROTECTED]> wrote:
> hi,
> i use eclipse pdt and Zend debugger.
> I setup everithing, but when i launch the debugger several eclipse windows
> pop up asking to
> "Select local resource that matches remote file"
>
> i have to push the OK button for every class file in /usr/share/php/util.
>
> After pushing every buttons the scipt terminate with exit 0..
>
> how can i solve it?
>
> thanks
>
> cirpo
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Symfony talk in London - Feb 29th

2008-01-23 Thread cleve

Hi Ian,

We're a UK (Midlands) based company using Symfony called Yelloweb.
Currently we have 2 full time developers working with symfony.

If you need any more info feel free to get in touch.

Our site:
http://www.yelloweb.co.uk
Our logo:
http://yelloweb.co.uk/assets/templates/images/logo_large_32.png

Good luck with your presentation!

All the best,
John Cleveley


On Jan 12, 1:21 pm, Stefan Koopmanschap <[EMAIL PROTECTED]> wrote:
> Hi Ian,
>
> We at Ibuildings are are working with symfony, among other frameworks.
> Currently only in dutch projects, but our UK office definitely also is
> looking at each project to see which framework fits best. So even
> though in the UK we are not yet using symfony, we are definitely
> supporting symfony and when a good occasion comes, we will definitely
> be moving from supporters to users there as well.
>
> I hope this helps. Feel free to use the logo fromwww.ibuildings.com
> :)
>
> Sincerely,
>
> Stefan
>
> On Jan 10, 2:19 pm, "Ian P. Christian" <[EMAIL PROTECTED]> wrote:
>
> > Hi guys,
>
> > At the PHPLondonconferencethis year, I will be doing a talk on symfony.
>
> > I write here for 2 reasons:
>
> > Firstly, I will be covering employment of symfony developers - I would
> > like to know from companies using symfony, and how many developers they
> > employ - in exchange your logo will appear on a slide, free publicity!
>
> > Secondly, if anyone has any presentation material they want to share,
> > please feel free to send it on to me :)
>
> > Thanks,
>
> > --
>
> > Ian P. Christian ~http://pookey.co.uk
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Best model for system

2008-01-23 Thread Stefan Koopmanschap

Hi,

I personally would go for two applications, one for visitors, clients
and collectors, and one for administrators. seperating specific
content into modules which are secured for specific credentials. But I
guess this is open for discussion, other people may do it any other
way.

Stefan

On Jan 23, 1:52 pm, "Tiago Z.C" <[EMAIL PROTECTED]> wrote:
> Hi guys
>
> On my actual system i have the users with privileges of administrators,
> clients, and collectors, and i have the simple visitors to the website.
> Administrators, clients, and collectors have to be authenticated to see your
> own pages, witch one with different options. I'm in doubt if i do 4 app to
> my system (website, client, collector, and admin), or if i do 2 app
> (website, and the space for authenticated users).
>
> What model do you think could be the best?
>
> Thank you
>
> --
> Tiago Zortéa de Conto
> Linux User #411735
> Ubuntu User
> MSN: [EMAIL PROTECTED]
> Skype: tiagozc
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Best model for system

2008-01-23 Thread Tiago Z.C
Hi guys

On my actual system i have the users with privileges of administrators,
clients, and collectors, and i have the simple visitors to the website.
Administrators, clients, and collectors have to be authenticated to see your
own pages, witch one with different options. I'm in doubt if i do 4 app to
my system (website, client, collector, and admin), or if i do 2 app
(website, and the space for authenticated users).

What model do you think could be the best?

Thank you



-- 
Tiago Zortéa de Conto
Linux User #411735
Ubuntu User
MSN: [EMAIL PROTECTED]
Skype: tiagozc

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: sfPropel13Plugin and doSelectWithI18n

2008-01-23 Thread Ant Cunningham

On 1/23/08 4:28 AM, "Dustin Whittle" <[EMAIL PROTECTED]>
wrote:
> Ant,
> 
> It is a problem with how recordsets are handled in the propel builder code.
> The fix for the issue in 1.3 is in my branch, but I do not maintain the
> plugin. Josh, do you want to merge the changes?
> 
> - Dustin

Yeah i went digging last night and discovered this so I threw it in my repo
and made the changes as well. It seems to work but I havent had time to
thoroughly test yet so id be interested to compare my changes with
yours/Josh's when theyre committed.

Also the simple changes to line 26 in sfPropel13LogWrapper no longer suffice
because Hans moved all the log methods from PropelPDO to DebugPDO a few
weeks ago... So I tired to tackle that as well last night but didn't get too
far. Have you come up with anything for this?




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] mi primer proyecto en symfony :: http://symfony.creativapymes.com/

2008-01-23 Thread sgwd

Hola,

en la seccion de aplicar un filtro al modulo post de la aplicacion
backend he comprobado que no realiza el filtro usando el campo title.

Pueden indicarme como solucionarlo.
Gracias!

- - - - - - - - - - - - -

Hi,

in the filters seccion, post module of app backend, this have a error
in the filter title, no work.

Who this is resolved?

(sorry for my ingles)

Thanks you

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Performance

2008-01-23 Thread Fabian Lange

Hey Nicolas,
why are you using php? :-)

.: Fabian

-Ursprüngliche Nachricht-
Von: symfony-users@googlegroups.com
Gesendet: 23.01.08 10:57:39
An: symfony-users@googlegroups.com
Betreff: [symfony-users] Re: Performance


On Jan 23, 2008 10:07 AM, Leo Barrientos C.
<[EMAIL PROTECTED]> wrote:

> FYI
> http://wiki.rubyonrails.org/rails/pages/Framework+Performance
>
> Is true?

Yes. If you're looking after the fastest framework of the world, Here it is :



;-) ++

-- 
Nicolas Perriaulthttp://www.clever-age.com
Clever Age - conseil en architecture technique
GSM: +33 6 60 92 08 67  Tél: +33 1 53 34 66 10





_
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=0066


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Performance

2008-01-23 Thread Nicolas Perriault
On Jan 23, 2008 10:07 AM, Leo Barrientos C.
<[EMAIL PROTECTED]> wrote:

> FYI
> http://wiki.rubyonrails.org/rails/pages/Framework+Performance
>
> Is true?

Yes. If you're looking after the fastest framework of the world, Here it is :



;-) ++

-- 
Nicolas Perriaulthttp://www.clever-age.com
Clever Age - conseil en architecture technique
GSM: +33 6 60 92 08 67  Tél: +33 1 53 34 66 10

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: sfPropel13Plugin and doSelectWithI18n

2008-01-23 Thread Dustin Whittle

Ant,

It is a problem with how recordsets are handled in the propel builder code.
The fix for the issue in 1.3 is in my branch, but I do not maintain the
plugin. Josh, do you want to merge the changes?

- Dustin


On 1/22/08 6:36 PM, "Ant Cunningham" <[EMAIL PROTECTED]> wrote:

> 
> Is this method not supported currently?
> 
> I keep getting a 'Fatal error: Call to undefined method
> PDOStatement::next()'... I havent looked into the code yet... just checking
> to see if im doing something wrong or if this is a known issue that needs to
> be patched.
> 
> 
> 
> 
> > 



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Performance

2008-01-23 Thread Fabian Lange

Hi,
why should it be wrong?
The question is: can't you always find a setup that brings the results that you 
want to see?

As long as there are many open questions, and none of the used applications are 
available to try yourself, you either have to believe them or come up with an 
own opinion.

I also doubt that performance is the main criteria to select your framework. 
Indeed it is a factor, but you better try the scenario that your use case fits.
E.g. they did not use caching at all. This is just stupid for high load 
applications. there is always something you can cache. And doing so is greatly 
facilitated by symonfy

.: Fabian

PS: The only performance issue I had with symfony was mysql related. But I 
never built my app a second time with django, so I cannot compare if it would 
be faster :-)


-Ursprüngliche Nachricht-
Von: symfony-users@googlegroups.com
Gesendet: 23.01.08 10:08:45
An: symfony-users@googlegroups.com
Betreff: [symfony-users] Performance

FYI
http://wiki.rubyonrails.org/rails/pages/Framework+Performance

Is true?


_
In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! 
Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Performance

2008-01-23 Thread Sylvain - Com-Océan

The benchmark concern an old version of Symfony : 0.7

Leo Barrientos C. a écrit :
> FYI
> http://wiki.rubyonrails.org/rails/pages/Framework+Performance
>
> Is true?
>
>   

-- 
Sylvain Papet - Développeur Web
Agence de communication Com-Océan
www.com-ocean.com / +33 4 90 66 48 82


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Performance

2008-01-23 Thread Leo Barrientos C.

FYI
http://wiki.rubyonrails.org/rails/pages/Framework+Performance

Is true?

-- 
Leo Barrientos C.
Responsable de operaciones - OpenSistemas Madrid.
www.opensistemas.com
Madrid: 902 10 73 96
Móvil: 662319448
España.



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: cryptographp install problem

2008-01-23 Thread Frank van Noorden

Does the module cryptographp exist in ./apps/frontend/modules/ ?

Kind regards,

Frank

On Jan 22, 4:15 pm, pihentagy <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I've installed cryptographp plugin. However, the url
> example.com/cryptographp returns 404
>
> Tried with and without modifying router.yml
> Modified snippet:
> captcha:
>   url: /cryptographp/*
>   param: {module: cryptographp, action: index}
>
> I cannot find solution to this problem and I also do not know a way to
> debug this.
>
> Has anybody any tips what could cause it?
>
> thanks
> Gergo
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---