Home
Forums
Members
Search
Help
New topics
Todays topics
Website
Welcome Guest, Not a member yet?
Register
Sign In
Login
Username:
Password:
Remember me
Lost Password?
CodeIgniter Forums
Archived Discussions
Archived General Discussion
new CI URI question
Share on Google
Share on Facebook
Share on Twitter
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend
Linear Mode
Threaded Mode
new CI URI question
El Forum
Guest
#1
02-12-2008, 05:32 AM
[eluser]EugeneS[/eluser]
:\
in the previous version of CI i was able to write:
$this->CI->uri->router->class
$this->CI->uri->router->method
where can i find this now ?
how to determine which class/method is used now ?
El Forum
Guest
#2
02-13-2008, 04:28 AM
[eluser]EugeneS[/eluser]
no one knows ?
in previous version of CI i was able to load appropriate view depending on controller and method called ....
how to define now which controller/method is called ?
do not see anything related to this info in $this
El Forum
Guest
#3
02-13-2008, 03:00 PM
[eluser]wakextreme[/eluser]
Hi EugeneS. I am wondering the same thing. The router class can be still be used like this
Code:
$RTR =& load_class('Router');
$class = $RTR->fetch_class();
$method = $RTR->fetch_method();
But i also would like to know if there is any access to the already initialized router object.
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Events
-- Lounge
-- Regional User Groups
Using CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- Choosing CodeIgniter
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Spotlight
-- Learn More
-- Jobs
-- Addins
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © iAndrew 2016 -
Forum software by © MyBB