Can anyone explain why sfFactoryConfigHandler creates sfWebRequest
with 5 arguments instead of 4? Is it bug or no?
sfFactoryConfigHandler::execute {
case 'request':
$parameters['no_script_name'] = sfConfig::get
('sf_no_script_name');
$instances[] = sprintf(" \$class = sfConfig::get
('sf_factory_request', '%s');\n \$this->factories['request'] = new \
$class(\$this->dispatcher, array(), array(), sfConfig::get
('sf_factory_request_parameters', %s), sfConfig::get
('sf_factory_request_attributes', array()));", $class, var_export
($parameters, true));
break;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" 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-devs?hl=en
-~----------~----~----~----~------~----~------~--~---