This is kind of bizarre, but setFlash does not seem to be working for
me in a very specific situation:
I have a setFlash in one of my actions like this:
$this->setFlash('removeAccountKey', $key1);
Firefox - index.php/mymodule/myaction - works
Firefox - /mymodule/myaction - works
Firefox - fronte
Davinder Mahal wrote:
> I'm thinking of rearranging some of the design to create jpgs instead
> of transparent pngs (although this would seriously change the look),
> however, i still would have other css content that needs to be
> adjusted for IE6. So i need some type of conditionals in th
Hi folks,
Is there any way to change the layout dynamically (from inside an action)?
Thanks!
--
Jony dos Santos Kostetzer
| Zend Certified Engineer - PHP
| Linux user #392481
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Go
Hi,
I've got a symfony app that uses transparent pngs which do not
display correctly within IE6. I also have some other css issues with
IE6, all of which are IE 6 bugs.
I need help fixing this.
I've done this before but not within a symfony app. There are
limitations in symfony for css co
Jonathan,
As for the configurations, it should be transparent and the settings should
simply appear in place of the other settings. This should work with out
issue, if you find a bug let me know.
As for the include_partial, it works fine as long as the partial is not
global/something.
if ('g
On Apr 27, 5:21 am, Fabien POTENCIER <[EMAIL PROTECTED]
project.com> wrote:
> Before symfony 1.0, plugins were hosted on pear.symfony-project.com.
>
> With symfony 1.0, all plugins are now hosted in the symfony wiki.
>
> So, I have cleaned up a bit the symfony pear repository and have removed
> a
Luciano A. Andrade wrote:
> you can Lazy load the results iterating trow the resource look
> http://propel.phpdb.org/docs/en/user_guide/chapters/FindingObjects.html#PopulatingSingleObjects
yes .. but I am looking to lazy load the actual connection, since
frequently its not needed due to caching.
you can Lazy load the results iterating trow the resource look
http://propel.phpdb.org/docs/en/user_guide/chapters/FindingObjects.html#PopulatingSingleObjects
On 4/26/07, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I wonder if there is a way to lazy load Propel/Creole .. or at the
David Hodgson wrote:
> Hi,
>
> I figured it out, in case anyone else has a similar problem.
>
> It was the permissions of the .htaccess file.
>
Just so you know, performance wise, it is better to turn off .htaccess
and just put that in the vhost file, since you have access to apache's
confs
Sorry correct is:
propel:
_attributes :{ package: "plugins.sfGuardPlugin.lib.model" }
sf_guard_user:
_attributes: { phpName: sfGuardUser }
id:
propel:
sf_guard_user_profile:
_attributes: { phpName: sfGuardUserProfile }
user_id: { type: integer,
Hi Dustin,
I'm not having much luck with your plugin. This is what I've done...
1. renamed and replaced files; sfLoader.class.php, constants.php
2. created a dimensions.yml...
dimensions:
theme:[if, ds]
3. created a config.php...
$theme);
// no autoloading availabl
Hi,
I figured it out, in case anyone else has a similar problem.
It was the permissions of the .htaccess file.
Thanks,
David
David Hodgson wrote:
> Hi there,
>
> I've just frozen my application and moved it up to a remote server.
>
> I've set up an apache2 vhost and this works fine. However
On 27 Apr 2007, at 11:30, David Hodgson wrote:
> Hi there,
>
> I've just frozen my application and moved it up to a remote server.
>
> I've set up an apache2 vhost and this works fine. However only the dev
> environment works. As soon as you remove frontend_dev.php from the URL
> the routing no lo
Hi there,
I've just frozen my application and moved it up to a remote server.
I've set up an apache2 vhost and this works fine. However only the dev
environment works. As soon as you remove frontend_dev.php from the URL
the routing no longer works. Because its not going through index.php.
Jus
Hi all,
Before symfony 1.0, plugins were hosted on pear.symfony-project.com.
With symfony 1.0, all plugins are now hosted in the symfony wiki.
So, I have cleaned up a bit the symfony pear repository and have removed
all 0.6.3 plugins.
If you still have projects running on the 0.6.3 release, t
On 27 Apr 2007, at 04:07, Rimenes Ribeiro wrote:
> Hello Alexander,
>I've took a look at the latest version of sfGuardPlugin and found
> two constraints named 'unique_name' but in two different tables
> (sfGuardGroup and sfGuardPermission). If you are talking about those
> two constraints it's
Hello,
many people has the problem that he won´t to add a foreign key to the
sf_guard_user table. So the problem is that propel can´t add this why it is in
a nother schema file.
The work around on the plugin site works, but is not a very good db design so
you can fix that if you simple add th
17 matches
Mail list logo