In CodeIgniter3 Router class methods was changed, if CI3 is detected …#6
In CodeIgniter3 Router class methods was changed, if CI3 is detected …#6ig0rb wants to merge 1 commit intoyidas:masterfrom
Conversation
…the new methods are used
|
Hi @ig0rb , Could you provide the official change of CI Router class methods for our reference? Thank you for your support |
|
Hi, In the 3.0.0 there was a retrocompatibility, now i'm using 3.2-dev and old method's was removed. You are welcome, you did a very usefull librariy :) |
|
Hi @ig0rb, Good work! I'm considering that we can force change the What do you think? |
|
yes, I agree with you |
|
Great! You can refer to the discussion above to re-PR, I will merge it! |
|
Hello @yidas @ig0rb I'm working on queue processing. Could you share the complete code with me (kdevendra7999@gmail.com)? I'm having trouble understanding it. |
In CodeIgniter3 Router class methods was changed, if CI3 is detected the new methods are used.
I created a version check method to match CI version…the new methods are used