Re: [symfony-users] Using sfPHPExcelPlugin in Symfony 1.4

2010-05-17 Thread ReynierPM
at http://groups.google.com/group/symfony-users?hl=en -- ReynierPM -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To post

Re: [symfony-users] excel

2010-05-10 Thread ReynierPM
%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- ReynierPM -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you

Re: [symfony-users] Error message No description for object of class...

2010-02-23 Thread ReynierPM
this and tell us back -- Cheers ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com

[symfony-users] Re: Problems installing Apostrophe CMS

2010-02-22 Thread ReynierPM
that is more illuminating. No it's a partial piece of output, before it creates models, forms and so on based on schema but when it try to creates the tables this error come up -- Cheers ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users

[symfony-users] Problems installing Apostrophe CMS

2010-02-21 Thread ReynierPM
Query: CREATE INDEX triple3 ON tag (triple_value). Failing Query: CREATE INDEX triple3 ON tag (triple_value) Can any help me with this? -- Regards ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email

Re: [symfony-users] Re: Why this don't take the real ID values from DB?

2010-02-16 Thread ReynierPM
On 2/16/2010 10:12 AM, Tom Ptacnik wrote: Is ID set as primary key in the TEspecialidad table? I found the problem, the PK is compound by 3 fields and Doctrine have problems with this (as far as I know). The solution: leave the PK with just one field. -- Cheers ReynierPM -- You received

[symfony-users] Why this don't take the real ID values from DB?

2010-02-15 Thread ReynierPM
and thx in advance ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com. For more

[symfony-users] admin-generator: how to avoid string instead of id

2010-02-11 Thread ReynierPM
1Province 1 2Province 2 t_state: id_state - id_province - name 1 1 State 1 2 1 State 2 3 2 State 3 Understand now? -- Saludos ReynierPM -- You received

Re: [symfony-users] admin-generator: how to avoid string instead of id

2010-02-11 Thread ReynierPM
(); } } I've to do something else? -- Cheers ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr

Re: [symfony-users] admin-generator: how to avoid string instead of id

2010-02-11 Thread ReynierPM
the getNombre() return the string I don't know why it don't work -- Cheers ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email

Re: [symfony-users] Admin generator without CSS

2010-02-09 Thread ReynierPM
this manually? -- Cheers ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com

[symfony-users] Misterious behaviour with admin-generator

2010-02-09 Thread ReynierPM
ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com. For more options, visit this group

[symfony-users] How to deal with sequences (PostgreSQL) and Doctrine

2010-02-08 Thread ReynierPM
: integer(4), primary: true, autoincrement: true } But I'm not so sure about the result, I mean this create sequences in PostgreSQL? How yours deal with this? -- Cheers ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group

[symfony-users] Strange problem with Doctrine and SF

2010-02-07 Thread ReynierPM
t_entidad t I check the model, database, schema and not reference to field t.reup (the problem) appears. What's wrong with this? I'm using the latest version of Symfony, 1.4.1, and Doctrine bundled with this release. -- Cheers and thanks in advance ReynierPM -- You received this message because

[symfony-users] sfDoctrine and admin-generator questions

2010-02-07 Thread ReynierPM
a new State (this one belongs to a Province) I get this No description for object of class TProvincia in the combo (select), why? -- Cheers and waiting for your help ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group

[symfony-users] Changing where sfDoctrineGuard login form is

2010-02-06 Thread ReynierPM
Hi: I want to change the position of the form generated by sfDoctrineGuard plugin to the header of my page. Does any body knows if this is possible? Can I use a partial to do this? -- Cheers and thanks in advance ReynierPM -- You received this message because you are subscribed to the Google

[symfony-users] How to know if a user is logged in

2010-02-05 Thread ReynierPM
Hi: I need to know if a user is logged in or not from my layout.php file, is this possible? How? -- Cheers ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com

Re: [symfony-users] How to know if a user is logged in

2010-02-05 Thread ReynierPM
('Logowanie', '@sf_guard_signin') ? /li li ?php echo link_to('Rejestracja', '@sf_guard_register') ? /li ?php endif; ? Regards, M Thx a lot, both of you -- Saludos ReynierPM -- You received this message because you are subscribed to the Google

Re: [symfony-users] Re: sfDoctrineGuard and more than one Profile

2010-02-01 Thread ReynierPM
relations between tables perhaps can work but how I can handle all this from one single interface? I mean adding a Profile to sfDoctrineGuard can handle just one profile table but then I break my DB integrity due to mix tables. Understand now? -- Cheers ReynierPM -- You received this message because

Re: [symfony-users] Re: sfDoctrineGuard and more than one Profile

2010-02-01 Thread ReynierPM
user profiles, both pointing at the user table. Is this what you are talking about? Yes, it's what I'm talking about. I'll give a try and let you know how goes -- Cheers and thx ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group. To post

Re: [symfony-users] Problems while trying to create a new project and using --installer option

2010-02-01 Thread ReynierPM
On 1/25/2010 12:59 PM, Eno wrote: Have you tried using an absolute path? Hi Eno: I move my development enviroment to a dedicated Linux server. So I try this 3 commands: 1) r...@ep-reynier:/var/www/sfwebacula# symfony generate:project --installer=./installer.php sfwebacula ReynierPM

[symfony-users] It's possible to use two differents DB in the same application

2010-02-01 Thread ReynierPM
with this in the same application? I mean for example if I work with sfDoctrineGuard modules then the DB to use will be db2 and for others reports will be used db1. Can any help me here? -- Cheers and thx ReynierPM -- You received this message because you are subscribed to the Google Groups

Re: [symfony-users] It's possible to use two differents DB in the same application

2010-02-01 Thread ReynierPM
file goes the entries related to the sfDoctrineGuard plugin? You also need to add db1 and db2 connection properties in the databases.yml Any sample on this? -- Cheers ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group. To post

[symfony-users] sfDoctrineGuard and more than one Profile

2010-01-31 Thread ReynierPM
Hi every: I'm building a application based on Symfony and sfDoctrineGuard. The ER design of the DB have a lot of tables asociated to sf_guard_users table so exists more than one table storing profiles fields. Wich are the better ways to deal with this? -- Cheers and thx in advance ReynierPM

[symfony-users] Problems while trying to create a new project and using --installer option

2010-01-25 Thread ReynierPM
Hi every: I need to create a installer for a project and I run this command for accomplish this task: D:\WebServer\varwww\sfwebaculasymfony generate:project sfwebacula ReynierPM --installer=./installer.php But get this error: The installer ./installer.php does not exist. What I'm doing

Re: [symfony-users] Changes in models?

2010-01-25 Thread ReynierPM
::doSelect() in D: \Serwer\www\palmgames\apps\palmgames\modules\news\actions \actions.class.php on line 26 You will need to check specific ORM manual, this changes are not related to Symfony (I think maybe I'm wrong ;) ), see the changes maded to the API and so on. -- Cheers ReynierPM -- You

[symfony-users] sfDoctrineGuard Plugin Status

2010-01-13 Thread ReynierPM
Hi every: I didn't know if this is the right place to ask if not please my apologies. I'm using sfDoctrineGuard plugin for a while in some projects. For now I have latest release 4.0.1 but I have a question: the SVN version is updated and ready to use in production enviroments or not? --

Re: [symfony-users] Strange sfGuard bug/problem

2009-12-02 Thread ReynierPM
: sf_guard_plugin: success_signin_url: @my_route?param=value success_signout_url: module/action To your app.yml file and the problem is solved, at least for me works -- Cheers ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group

Re: [symfony-users] Re: The template TestTwigSuccess.php does not exist or is unreadable in .

2009-11-22 Thread ReynierPM
-render(array()); return sfView::NONE; But it didn't show me the template content. Why? Cheers -- ReynierPM -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from

[symfony-users] The template TestTwigSuccess.php does not exist or is unreadable in .

2009-11-19 Thread ReynierPM
Hi every: I'm trying to use Twig on Symfony 1.4RC1. After read the docs I've wrote this piece of code: function preExecute() { require_once sfConfig::get('sf_lib_dir').'/twig/Autoloader.php'; Twig_Autoloader::register(); } public function executeTestTwig() { $loader = new

Re: [symfony-users] Re: My first work with Twig template

2009-11-18 Thread ReynierPM
Matt Robinson wrote: I'd like to use Twig in Symfony 1.3 too. A couple of years ago I implemented phpTAL pretty easily in Symfony 1.0 by writing a custom view class and telling Symfony to use that instead of its usual sfPHPView. Perhaps Twig would be similarly easy? Well if you can provide me

[symfony-users] Re: My first work with Twig template

2009-11-16 Thread ReynierPM
Davide Borsatto wrote: It's just my opinion but... Using the templating component in sf 1.X is not a great idea. It offers a few advantages, but as far as I've seen it's quite hard to implement (it replaces a whole layer of the MVC architecture, it IS a big deal) without strange hacks and

[symfony-users] My first work with Twig template

2009-11-15 Thread ReynierPM
Hi every: I've working in my first project based on Symfony 1.3 and Twig (latest). For that I check first the doc but I missing something because I'm getting a error. See what I've done. class installActions extends sfActions { public function preExecute() {

[symfony-users] Some question regarding SF plugins

2009-11-09 Thread ReynierPM
tarballs are updated? Personally I prefer to download the tarball and install it on my local server. Cheers and thanks in advance -- Saludos ReynierPM --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group

[symfony-users] It's possible use Template component in SF 1.3

2009-11-08 Thread ReynierPM
Hi every: I'm asking if it's possible to use Template Component in a SF 1.3 Project. I need to develop my application skinnable and I tough that Template Component will be nice for this purpose. If it wasn't possible: any others suggestions? -- Cheers ReynierPM