Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Cant access session CI 2.1.3 to subdomain CI 3.0.4
Post: RE: Cant access session CI 2.1.3 to subdomain CI 3...

I got a work around for this. for this to work, we will not use the session library and do it the old way. It can now share session variable between the two.
9,655 Views
7 Replies
04-21-2016, 01:05 AM
insik
    Thread: Cant access session CI 2.1.3 to subdomain CI 3.0.4
Post: RE: Cant access session CI 2.1.3 to subdomain CI 3...

cartalot Wrote: (04-12-2016, 11:53 AM) -- if they share the same database you could also pass a token and use that to store the info. -- But they're expecting different fields in 'ci_sessions' table...
9,655 Views
7 Replies
04-20-2016, 11:31 PM
insik
    Thread: pagination library hide some links
Post: pagination library hide some links

My codeigniter pagination library is creating the links like this. If I have 8 pages 1 2 3 4 5 6 7 8 >> My question is how to hide some links if it is more than 5 links. like this 1 2 3 4 5 ... >> ...
3,656 Views
2 Replies
04-18-2016, 06:03 PM
insik
    Thread: pagination problem
Post: RE: pagination problem

I got it now. I am using twig template engine and it cannot render raw html. So i just changed {{ pagination_links }} to {{ pagination_links | raw }} so twig can render raw html
2,499 Views
1 Replies
04-18-2016, 01:31 AM
insik
    Thread: pagination problem
Post: pagination problem

Why is my ci pagination returns html looked like this when I viewed the source <ul class="pager_wrap"><li><a href="#" class="pager_style current">1</...
2,499 Views
1 Replies
04-18-2016, 01:14 AM
insik
    Thread: Cant access session CI 2.1.3 to subdomain CI 3.0.4
Post: RE: Cant access session CI 2.1.3 to subdomain CI 3...

Narf Wrote: (04-12-2016, 03:16 AM) -- insik Wrote: (04-12-2016, 02:43 AM) -- Narf Wrote: (04-12-2016, 02:20 AM) -- No, they are completely different. -- So there is no way to achieve what I want?...
9,655 Views
7 Replies
04-12-2016, 03:46 AM
insik
    Thread: Cant access session CI 2.1.3 to subdomain CI 3.0.4
Post: RE: Cant access session CI 2.1.3 to subdomain CI 3...

Narf Wrote: (04-12-2016, 02:20 AM) -- No, they are completely different. -- So there is no way to achieve what I want?
9,655 Views
7 Replies
04-12-2016, 02:43 AM
insik
    Thread: Cant access session CI 2.1.3 to subdomain CI 3.0.4
Post: Cant access session CI 2.1.3 to subdomain CI 3.0.4

I cant access session data from "domain.com" to subdomain "sub.domain.com" domain.com -> CI 2.1.3 sub.domain.com -> CI 3.0.4 I know that the version difference is causing this because when I trie...
9,655 Views
7 Replies
04-12-2016, 01:08 AM
insik

Theme © iAndrew 2016 - Forum software by © MyBB