[symfony-users] Problems running doctrine:build-all task

2009-10-09 Thread Reynier Pérez Mira
Hi every: First of all my apologies if this isn't the right place to ask this. I have created a schema.yml file from scratch containing this: ProjectData: actAs: Timestampable: Searchable: fields: [pid, pname, pdescription, pstatus] columns: id: ~ pid: string(50) pna

[symfony-users] Re: Component- Templating

2009-09-21 Thread Reynier Pérez Mira
Fabien Potencier wrote: > > Simone Fumagalli wrote: > > The templating component will be used in Symfony 2 for the view. It's > not used by symfony 1. So ... I can't use with Symfony 1.2.8 unless I follow this guide: http://components.symfony-project.org/templating/trunk/book/01-Templating-In

[symfony-users] Re: Problems getting no_script_name to work

2009-09-10 Thread Reynier Pérez Mira
Tugdual SAUNIER wrote: > > Le 10/09/09 17:37, Reynier Pérez Mira a écrit : > Replace "AllowOverride None" by "AllowOverride All" because with > "AllowOverride None" your .htaccess will not work. > > Rgds, > Thanks a lot, it work

[symfony-users] Re: Problems getting no_script_name to work

2009-09-10 Thread Reynier Pérez Mira
ing_enabled:off -- Ing. Reynier Pérez Mira --~--~-~--~~~---~--~~ 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

[symfony-users] Problems getting no_script_name to work

2009-09-10 Thread Reynier Pérez Mira
mments for line RewriteBase in .htaccess and nothing get the same error. Can any help me? Cheers and thanks in advance -- Ing. Reynier Pérez Mira --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" gro

[symfony-users] Re: Newsletter plugin?

2009-09-02 Thread Reynier Pérez Mira
Lambert wrote: > Hello, > Is there a symfony newsletter plugin (no, I cannot find it...), has > someone developed it or is someone interested in co-developing one for > publication? > I could help you, just let me know what you need and what is my part here Cheers -- Ing. Rey

[symfony-users] Working with filters

2009-09-01 Thread Reynier Pérez Mira
admin module for every class(symfony doctrine:generate-admin backend %model%) Now I want filter by group in RelacionEstudiantesCursos (relacion_estudiantes_cursos) admin module. Knows any how to do this? Any tutorial or doc for how to work with filters? Cheers and thanks -- Ing. Reynier Pérez

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-13 Thread Reynier Pérez Mira
josesilva wrote: > I have not enabled. I use pgsql > Then you have to enable pdo_pgsql try this and tell us Cheers -- Ing. Reynier Pérez Mira --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony u

[symfony-users] Datagrid for Doctrine

2009-07-13 Thread Reynier Pérez Mira
Hi: I'm need a Datagrid functionality in my application but for Doctrine not for Propel. I saw a sfDatagrid but it only works with Propel. Any help on this? Cheers and thanks in advance -- Ing. Reynier Pérez Mira --~--~-~--~~~---~--~~ You received this me

[symfony-users] Accessing ROOT_DIR from actions

2009-07-08 Thread Reynier Pérez Mira
alled statically, assuming $this from incompatible context in D:\Server\www\sfwebacula\plugins\sfControlPanelPlugin\modules\sfControlPanel\actions\actions.class.php on line 131 -- Ing. Reynier Pérez Mira --~--~-~--~~~---~--~~ You received this message because yo

[symfony-users] Problems with sfDoctrinePager

2009-06-25 Thread Reynier Pérez Mira
I can paginate using DoctrinePager methods like getFirstPage(), getLastPage() and some others? I try directly from $results var but this show me an error because $results contains a Doctrine Collection. Regards, -- Ing. Reynier Pérez Mira --~--~-~--~~~---~--~~ Yo

[symfony-users] Re: SOT: Help with Doctrine query

2009-06-25 Thread Reynier Pérez Mira
ow the results in templates? Any tutorial? Cheers -- Ing. Reynier Pérez Mira --~--~-~--~~~---~--~~ 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@googlegroup

[symfony-users] Re: SOT: Help with Doctrine query

2009-06-20 Thread Reynier Pérez Mira
7;)") > ->orderBy('j.starttime, j.jobid') > > Bertrand > Nothing, I get this error insted: 500 | Internal Server Error | Doctrine_Table_Exception Unknown relation alias Status Cheers -- Ing. Reynier Pérez Mira --~--~-~--~~~---~--~--

[symfony-users] Re: SOT: Help with Doctrine query

2009-06-20 Thread Reynier Pérez Mira
Bertrand Zuchuat wrote: > Use addWhere on your query for second and next. Thanks for your reply Bertrand. I change the query as you suggested and see the result: $q = Doctrine_Query::create() ->select('j.*, (j.endtime - j.starttime) as duration, s.jobstatuslong, c.name, p.name, f.*')

[symfony-users] Re: SOT: Help with Doctrine query

2009-06-19 Thread Reynier Pérez Mira
Reynier Pérez Mira wrote: > Reynier Pérez Mira wrote: >> Hi every: >> I'm newbie using Doctrine and also DQL I only know basic SQL and a bit >> of Propel. I need to create a complex query with REST operation and also >> with some Joins. I read the Doctrine doc

[symfony-users] Re: SOT: Help with Doctrine query

2009-06-19 Thread Reynier Pérez Mira
Reynier Pérez Mira wrote: > Hi every: > I'm newbie using Doctrine and also DQL I only know basic SQL and a bit > of Propel. I need to create a complex query with REST operation and also > with some Joins. I read the Doctrine documentation but I can't build the > query

[symfony-users] SOT: Help with Doctrine query

2009-06-19 Thread Reynier Pérez Mira
Hi every: I'm newbie using Doctrine and also DQL I only know basic SQL and a bit of Propel. I need to create a complex query with REST operation and also with some Joins. I read the Doctrine documentation but I can't build the query as the doc suggest. I do this: $last1day = date('Y-m-d H:i:s'

[symfony-users] Problems with i18n

2009-06-16 Thread Reynier Pérez Mira
Hi every: I'm developing a web application and I need to show the content for now in this 4 languages: English, Spanish, French y Detusch. I read slowly the chapter 19 from Jobeet book. I created the component, the template and the action. Additionally I created 3 files: * Deutsch: messages.de

[symfony-users] nahoPropelOptimizerPlugin error

2008-07-03 Thread Reynier Pérez Mira
opment/sfwebacula/plugins/nahoPropelOptimizerPlugin/lib/SfOptimizedExtensionPeerBuilder. I'm using Symfony 1.1, Any help? - Cheers and thanks in advance Ing. Reynier Pérez Mira Grupo Soporte al Desarrollo - Dirección Técnica IP --~--~-~--~~~---~--~~ You receive

[symfony-users] Downloable Doc for Symfony 1.1

2008-07-01 Thread Reynier Pérez Mira
Hi every: I'm asking if exists any way to get the Symfony 1.1 Doc as downloable PDF or CHM or whatever. Any ideas? - Cheers and thanks in advance Ing. Reynier Pérez Mira Grupo Soporte al Desarrollo - Dirección Técnica IP --~--~-~--~~~---~--~~ You received