[symfony-users] Re: How to use cli task command in linux cron?

2009-04-09 Thread whalexis
Hi, I use this syntax en LInux and it work fine */15 * * * * /path/to/application/symfony task param Hope it helps On Apr 9, 8:13 am, Jan De Coster wrote: > In 1.0 you could just create a 'Batch' and then run it by php > /path/to/symfony/batchname > > For example: > > j...@lab:~/projects/lab$

[symfony-users] Re: Add Foreign Key to mysql table

2009-04-02 Thread whalexis
Hi you should have a look at this http://dev.mysql.com/doc/refman/5.1/en/innodb-foreign-key-constraints.html Everything you need is there On Apr 2, 4:10 am, DeepakBhatia wrote: > I have two tables as given below. I need to add a column in > project_table which is INT and refers to the projectty

[symfony-users] Re: Using Form framework in admin module

2009-02-25 Thread whalexis
Hi, I'm trying to use the code displayed in the documentation, but it doesn't work. As I am currently running sf1.1, am I able to use the form framework in generated admin modules? Or this feature is usable only in sf1.2? Thanks for answers Alexis On 24 fév, 16:01, whalexis wrot

[symfony-users] Re: Using Form framework in admin module

2009-02-24 Thread whalexis
Thank you, I'll have a look at that On 24 fév, 14:34, Tomasz Ignatiuk wrote: > On 24 Lut, 20:18, whalexis wrote: > > > Hi everyone, > > > I was wondering if I can use the Form framework in generated admin > > modules. I read the documentation, but I didn&

[symfony-users] Using Form framework in admin module

2009-02-24 Thread whalexis
Hi everyone, I was wondering if I can use the Form framework in generated admin modules. I read the documentation, but I didn't find answers. Did I miss something? Is it possible? Is there a documentation? Thanks Alexis --~--~-~--~~~---~--~~ You received this me

[symfony-users] unable to load a Class

2009-02-17 Thread whalexis
Hi, I have some trouble to autoload a class I wrote. The class is in the file myPropelBaseTask.class.php located in lib/ task folder. Actually that class extends sfPropelBaseTask and is an abstract class. I'm trying to extend that class to write the end user tasks. The problem is that the file m