[symfony-users] Re: sfphpExcelPlugin installation problem

2009-09-06 Thread Sherif
. Sherif --~--~-~--~~~---~--~~ 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 symfony-user

[symfony-users] Re: difficulty with running native SQL command

2009-09-05 Thread Sherif
Interesting problem.. it sounds like maybe the Symfony task is escaping something?... this is a strange one.. On Sep 3, 3:53 pm, wasabhi wrote: > Hi there, > > I'm developing in Symfony 1.2.4, using Propel and MySQL as my > database. > > I've written a task that: > > 1. grabs a set of CSV files

[symfony-users] Re: Identity Management in PHP

2009-08-09 Thread Sherif
Thanks Guys. OpenID is out of the question as they are all 'internal' applications - non-internet facing. Tim - yes, I meant shared passwords not the 'seamless' experience. Custom App or DB or LDAP might be the way I will need to go Sherif On Aug 10, 1:26 am, Tom Boutell

[symfony-users] Identity Management in PHP

2009-08-08 Thread Sherif
nyone use it in their symfony apps? Anyone know of anything else that can do something similar? Sherif --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send e

[symfony-users] Re: Reading mail from smtp with symfony.

2009-07-25 Thread Sherif
Thanks for sharing.. interesting + creative method On Jul 25, 6:37 pm, Crafty_Shadow wrote: > In the end, I went with a task that is called through a corn job. > The task uses php's IMAP set of functions, some of my code is based > onhttp://davidwalsh.name/gmail-php-imapand various other source

[symfony-users] Re: sfBrowser and confirm()

2009-07-18 Thread Sherif
Tom, Great post btw, thanks for sharing that's actually really helpful to know! Sherif On Jul 18, 6:42 am, Tom Haskins-Vaughan wrote: > Sorry guys, premature use of the mailing list. Should have RTFM! > > Anyway, this is what I did: > > $browser = $browser-> > >

[symfony-users] Re: Deployment Strategies

2009-07-11 Thread Sherif
Interesting approach Jonathan - that sounds excellent will have to give it a try. At the moment. The method we use relies on symbolic links for rollback for each app we have a symbolic link pointing to app_version/web. For example: /current -> ./1.1/web /1.1/web /1.1/xyz Where current is poi

[symfony-users] Re: about Doctrine vs Propel performance

2009-07-04 Thread Sherif
Agree with James. At some stage you need to weigh up the value of ORM vs performance if you hit a performance issue. Nothing beats you going straight to the databsae for performance.. but you loose the whole ORM side of things.. its all about trade-offs! On Jul 4, 7:49 pm, Cyrille37 wrote: > Tha

[symfony-users] 2009 Symfony Developers Survey Results

2009-06-13 Thread Sherif
Hey Guys, Just wanted to thank you all for taking the Symfony developers survey. We had over 250+ people take the survey. I've just published the results. Be sure to check them out: http://symfonynerds.com/blog/?p=227 Sherif --~--~-~--~~~---~--~~ You rec

[symfony-users] Re: Best Practices for Schema Changes

2009-05-23 Thread Sherif
guess once that gets too big (large sized db's - 1m rows+) then James Cauwelier's method seems like the way to go... Would be interested to hear how other big sites handle this... Sherif On May 24, 6:18 am, Lawrence wrote: > On May 20, 9:50 am, slinky66 wrote: > > > I h

[symfony-users] Re: Symfony Virtual Machine

2009-05-22 Thread Sherif
s. What you've done is great! Sherif On May 23, 10:53 am, "David Ashwood" wrote: > As we hit the 100th download of the image in 3 days that it's been available > - I just wanted to remind people that  the best place to give feedback is > via:http://project.inspiredt

[symfony-users] Take the 2009 Symfony Developers Survey

2009-05-13 Thread Sherif
f the survey with the community next week! Sherif --~--~-~--~~~---~--~~ 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 t

[symfony-users] Re: http://www.symfony-project.org/plugins/ Unavailable

2009-04-22 Thread Sherif
Works great - thanks! On Apr 22, 7:28 pm, Fabien Potencier wrote: > Should be better now. > > -- > Fabien Potencier > Sensio CEO - symfony lead developer > sensiolabs.com | symfony-project.org | fabien.potencier.org > Tél: +33 1 40 99 80 80 > > Sherif wrote: > &g

[symfony-users] Re: http://www.symfony-project.org/plugins/ Unavailable

2009-04-22 Thread Sherif
Still appearing.. On Apr 22, 5:45 pm, Fabien Potencier wrote: > This is hopefully fixed now. > > -- > Fabien Potencier > Sensio CEO - symfony lead developer > sensiolabs.com | symfony-project.org | fabien.potencier.org > Tél: +33 1 40 99 80 80 > > Sherif wrote: >

[symfony-users] http://www.symfony-project.org/plugins/ Unavailable

2009-04-21 Thread Sherif
I'm unable to login to http://www.symfony-project.org/plugins/ (its been like that for a few hours now). When you try to login, you get a "500 Server error". Just posting it here if anyone knows someone who can fix this, that would be great --~--~-~--~~~---~--~~

[symfony-users] Re: problems installing the sfGuardPlugin

2009-02-23 Thread Sherif
Try to deleve everything in your lib folder, and re-install the plugin On Feb 24, 5:00 am, ckemmler wrote: > I'm not sure. > > But... how do I recover from this situation now? > > On Feb 22, 8:35 pm, Lee Bolding wrote: > > > Did you edit apps//lib/myUser.class.php to extend   > > sfGuardSecurit

[symfony-users] Re: [ Export data To excel ]

2009-02-22 Thread Sherif
I have found PHPExcel to consume a LOT of memory. Was trying to export 30,000 rows, lots of memory issues. Memory issues were resolved when I switched to the pear libary SPREADSHEET_EXCEL_WRITER Which I would recommend, it is a little bit buggy, but will do for most things. Your other option as Fa

[symfony-users] Re: Recommended distibution for Symfony

2009-02-22 Thread Sherif
Development - Ubuntu 8 Production/Test - Red hat enterprise Linux Both seem to work well, would recommend both. On Feb 21, 6:39 pm, Alexandru-Emil Lupu wrote: > i am developing symfony apps on different types of ubuntu (7.10, 8.04 , 8.10 > ), it works perfect. > > On Fri, Feb 20, 2009 at 10:24