Cool.
That appears to be since Symfony 1.1 - so it's reasonable to use...
if (defined(SYMFONY_VERSION))
{
// SF1.1 or SF1.2 specific stuff here
}
to determine whether the Symfony version is 1.0 or 1.1/1.2?
On 1 Feb 2009, at 15:25, Fabian Lange wrote:
> We have:
> define('SYMFONY_VERSION', '1.2.4-DEV');
> in sfCoreAutoload
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---