Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1462 Add new method for Phalcon\Mvc\Dispatcher #1464

Merged
merged 1 commit into from
Oct 30, 2013
Merged

Fix #1462 Add new method for Phalcon\Mvc\Dispatcher #1464

merged 1 commit into from
Oct 30, 2013

Conversation

dreamsxin
Copy link
Contributor

See #1462

$this->dispatcher->getPreviousControllerName();
$this->dispatcher->getPreviousActionName();

@phalcon
Copy link
Collaborator

phalcon commented Oct 28, 2013

I think this is something a developer could implement using plugins, this would add more overhead to every request in every application, doesn't it?

@dreamsxin
Copy link
Contributor Author

Only call forward will set these two values and very useful, I had wanted to establish a list of saved repeatedly foward

phalcon pushed a commit that referenced this pull request Oct 30, 2013
Fix #1462 Add new method for Phalcon\Mvc\Dispatcher
@phalcon phalcon merged commit df5b93a into phalcon:1.3.0 Oct 30, 2013
@phalcon
Copy link
Collaborator

phalcon commented Oct 30, 2013

Thanks

@dreamsxin dreamsxin deleted the 1462 branch April 15, 2014 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants