Development

#2810 (detectModuleAndAction method in the sfCssTabs class)

You must first sign up to be able to contribute.

Ticket #2810 (assigned enhancement)

Opened 11 months ago

Last modified 5 months ago

detectModuleAndAction method in the sfCssTabs class

Reported by: moussa1979 Assigned to: phpleo (accepted)
Priority: minor Milestone:
Component: plugins Version: 1.0.10
Keywords: sfCssTabs Cc:
Qualification: Unreviewed

Description

In the "detectModuleAndAction()" method of the "sfCssTabs" class (that extend the "sfWebRequest" class, the "getPathInnfo()" method is used to set the "actualModule" and the "actualAction" variable. I think it's better to use the "getModuleName()" and "getActionName()" of "sfContext" class.

Change History

01/22/08 16:41:11 changed by phpleo

  • owner changed from fabien to phpleo.
  • status changed from new to assigned.

Thanks for your suggestion, I will take it into account for the new release.

06/25/08 15:25:47 changed by mirtillotta

I agree, it would be better because the plugin would be able to detect the homepage, too.