codeigniter-queue-worker
codeigniter-queue-worker copied to clipboard
In CodeIgniter3 Router class methods was changed, if CI3 is detected …
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
Hi @ig0rb ,
Could you provide the official change of CI Router class methods for our reference?
Thank you for your support
Hi, https://codeigniter.com/user_guide/installation/upgrade_300.html?highlight=fetch_directory
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 fetch_directory to a new attribute which supports all version 3 series.
In this way, we can delete the CI version detection method and the IF statement.
What do you think?
yes, I agree with you
@ig0rb
Great!
You can refer to the discussion above to re-PR, I will merge it!