[symfony-users] Re: how to write to an html file and display?

2007-12-17 Thread Angelina Talley
the following instead until you upgrade: $var = $this-getPresentationFor($module_name, $action_name); On Dec 15, 1:47 pm, Angelina Talley [EMAIL PROTECTED] wrote: Well, the core issue is this. At the time I go through the action, I have certain user data that we do not store that I wish

[symfony-users] Re: how to write to an html file and display?

2007-12-15 Thread Angelina Talley
the browser to that html file? If so, why? Or is it that you want to display the actual html code on the screen? Both of these can be done - the first in multiple ways. What are you looking for exactly? On Dec 14, 11:32 am, Angelina Talley [EMAIL PROTECTED] wrote: Hello! I'd like to know if what

[symfony-users] how to write to an html file and display?

2007-12-14 Thread Angelina Talley
Hello! I'd like to know if what I want to do is even possible. I'd like to create an action that when it displays, it writes the entire page as it would appear on screen to an html file and then displays to the user. Is this possible? Any suggestions on how it could be done? Thanks!

[symfony-users] Flash messages not disappearing

2007-11-14 Thread Angelina Talley
that it doesn't go away? I am running symfony 1.0.6 on Linux with Apache 1.3.37 and php 5.2.3. Thanks for your help! -Angelina Talley (code follows) *snippet from layout.php: * ** ?php if ($sf_flash-has('error')): ? div class=errorspan?php echo $sf_flash-get('error') ?/span/divbr / ?php

[symfony-users] Re: Flash messages not disappearing

2007-11-14 Thread Angelina Talley
PROTECTED] wrote: On 14 Nov 2007, at 14:02, Angelina Talley wrote: Hello folks! Hey there, I have a symfony app that's puzzling me. Currently, as an action executes I set a flash message saying the action succeeded or failed. I then return sfView::SUCCESS or just let the action

[symfony-users] cannot install plugins

2007-07-25 Thread Angelina Talley
! -Angelina Talley c:\\SYMFON~1symfony plugin-install http://plugins.symfony-project.com/sfThumbnailPlugin c:\\SYMFON~1symfony cc file+ C:\\symfonyproj/prod_dev.lck chmod 777 C:\\symfonyproj\prod_dev.lck file- C:\\symfonyproj/prod_dev.lck file+ C:\\symfonyproj

[symfony-users] Re: cannot install plugins

2007-07-25 Thread Angelina Talley
, Angelina Talley wrote: I have symfony running successfully on Windows Vista. So far, everything I've built is working fine. But, I need to install some plugins. For some reason, I cannot install any. The command does nothing. I tried manually copying the files from the .gz into the plugins