Top "Current-page" questions

Get current URL/URI without some of $_GET variables

How, in Yii, to get the current page's URL. For example: http://www.yoursite.com/your_yii_application/?lg=pl&…

php frameworks uri yii current-page
Rails current_page? versus controller.controller_name

I'm implementing current_page? in a view to test if the current controller and action is equal to a certain …

ruby-on-rails controller action current-page
How to redirect to the same page with data in codeigniter

I want to redirect to the same page with data array. $this->load->view('view_name',$data); like …

php codeigniter redirect current-page
Highlight current page navigation link

I've hardcoded a subnavigation and would like to highlight the navbar item of the current page by simply adding a …

jquery navigation addclass current-page
window.open('url', '_self') not working

So i wanted to open a new page replacing the current one, i found that the method should be putting …

javascript html self window.open current-page
"No routes matches" when using current_page in Rails 3

Has anybody experienced routes mysteriously becoming undetectable when using current_page? in Rails 3? Even with a fully generated scaffold complete …

ruby-on-rails ruby ruby-on-rails-3 current-page
How to get the "Page type" for the current page. EPiServer

How can I get the Page Type for the current page. I tried CurrentPage.GetType(); but no success. I need …

types episerver current-page