Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: GoIgniter, Extending CodeIgniter 3.
Post: RE: GoIgniter, Extending CodeIgniter 3.

A lot of update, but here is the summary: 1. ORM getting better by using cache mechanism. 2. Core foundation of CMS module has been partially complete 3. You can now add twig via composer, and Go...
9,549 Views
8 Replies
01-09-2017, 07:50 AM
gofrendi
    Thread: GoIgniter, Extending CodeIgniter 3.
Post: RE: GoIgniter, Extending CodeIgniter 3.

ivantcholakov Wrote: (01-04-2017, 06:52 PM) -- @gofrendi Once installed by you, the composer autoloader always exists (within the vendor folder). If you change your mind, commit composer.json, com...
9,549 Views
8 Replies
01-04-2017, 07:00 PM
gofrendi
    Thread: GoIgniter, Extending CodeIgniter 3.
Post: RE: GoIgniter, Extending CodeIgniter 3.

@Diederik : Excellent insight !!! GoIgniter has some kind of multisite capability. Thus, I should "whitelist" allowed hostname before autoguessing based on $_SERVER['SERVER_NAME'] @ivantcholakov : ...
9,549 Views
8 Replies
01-04-2017, 06:00 PM
gofrendi
  Rainbow Thread: GoIgniter, Extending CodeIgniter 3.
Post: GoIgniter, Extending CodeIgniter 3.

Hi, I've just make a project based on CodeIgniter 3. While it is good to try CodeIgniter 4 and involved in it's development, I want a framework that still works on older server and allow legacy code ...
9,549 Views
8 Replies
01-04-2017, 07:32 AM
gofrendi
    Thread: No-CMS: A Free CodeIgniter based CMS Framework (now with CI 3)
Post: RE: No-CMS: A Free CodeIgniter based CMS Framework...

zenepay Wrote: (09-05-2015, 03:51 AM) -- I d like to try. Btw Facebook change php SDK to 4 and coming 5 , have you fixed in hybrideauth? -- Yeah, already fixed it. Sorry for late reply
13,036 Views
2 Replies
06-13-2016, 07:07 PM
gofrendi
    Thread: No-CMS, A Free CodeIgniter based CMS Framework
Post: RE: No-CMS, A Free CodeIgniter based CMS Framework

zenepay Wrote: (09-15-2015, 02:43 AM) -- Hi Is this version work with Facebook SDK-4? -- Never try it by myself. But I think it should works since PHP version of facebook SDK 4 is actually just P...
9,405 Views
0 Replies
09-16-2015, 01:56 AM
gofrendi
    Thread: [Workaround found] CodeIgniter 3.0 cannot access native $_SESSION
Post: RE: [Workaround found] CodeIgniter 3.0 cannot acce...

I have observe the file. It contains something like this: __ci_last_regenerate|i:1429289613;created_db| How could I decode them into associative array?
31,677 Views
16 Replies
04-17-2015, 10:05 AM
gofrendi
    Thread: [Workaround found] CodeIgniter 3.0 cannot access native $_SESSION
Post: RE: [Workaround found] CodeIgniter 3.0 cannot acce...

gadelat Wrote: (04-16-2015, 05:35 AM) -- You don't necessarily need the same handler, just simply emulate the behaviour a bit. It's quite simple: get value of cookie (by default ci_session) and load ...
31,677 Views
16 Replies
04-16-2015, 11:01 PM
gofrendi
    Thread: [Workaround found] CodeIgniter 3.0 cannot access native $_SESSION
Post: RE: [Workaround found] CodeIgniter 3.0 cannot acce...

Narf Wrote: (04-16-2015, 04:47 AM) -- It is the same session, just with a few more variables set in it by CI - and yes, that makes it very hard to share a session between two applications. That's ...
31,677 Views
16 Replies
04-16-2015, 04:55 AM
gofrendi
    Thread: [Workaround found] CodeIgniter 3.0 cannot access native $_SESSION
Post: RE: CodeIgniter 3.0 cannot access native $_SESSION

Northize Wrote: (04-14-2015, 07:37 AM) -- gofrendi Wrote: (04-14-2015, 07:21 AM) -- RWCH Wrote: (04-14-2015, 07:15 AM) -- Just a guess: session_start() starts a new session or resumes an existin...
31,677 Views
16 Replies
04-14-2015, 08:38 AM
gofrendi
    Thread: [Workaround found] CodeIgniter 3.0 cannot access native $_SESSION
Post: RE: CodeIgniter 3.0 cannot access native $_SESSION

RWCH Wrote: (04-14-2015, 07:15 AM) -- Just a guess: session_start() starts a new session or resumes an existing session". By doing another page request without calling session_start you will loose...
31,677 Views
16 Replies
04-14-2015, 07:21 AM
gofrendi
    Thread: Can not use session out slide application folder in CI 3.0
Post: RE: Can not use session out slide application fold...

How about native session? http://forum.codeigniter.com/thread-61415.html
14,401 Views
8 Replies
04-14-2015, 07:03 AM
gofrendi
    Thread: Can not use session out slide application folder in CI 3.0
Post: RE: Can not use session out slide application fold...

I also have similar problem. Seems that in CI 3, $_SESSION is not an alias for native session. Thus, $_SESSION in you CI application is different from "the real" $_SESSION. I still don't get any ide...
14,401 Views
8 Replies
04-14-2015, 06:18 AM
gofrendi
    Thread: [Workaround found] CodeIgniter 3.0 cannot access native $_SESSION
Post: [Workaround found] CodeIgniter 3.0 cannot access n...

Hi, I'm using CodeIgniter 3.0. CI 3's session can also be accessed as $_SESSION. However this $_SESSION is quiet different from PHP's native $_SESSION. Let's say I have a controller like this: ...
31,677 Views
16 Replies
04-14-2015, 06:00 AM
gofrendi
    Thread: Use more PHP standards (namespaces)
Post: RE: Use more PHP standards (namespaces)

Good, however this won't be like CI we all know. I guess the migration will be very hard.
35,203 Views
21 Replies
04-08-2015, 08:17 PM
gofrendi
    Thread: No-CMS: A Free CodeIgniter based CMS Framework (now with CI 3)
Post: No-CMS: A Free CodeIgniter based CMS Framework (no...

Hi everyone. As CodeIgniter 3 has been released, No-CMS development version is now this newest version. Some changes has been made. If you want to try out, please fork/download it from github : http...
13,036 Views
2 Replies
04-06-2015, 08:39 AM
gofrendi
    Thread: No-CMS, A Free CodeIgniter based CMS Framework
Post: RE: No-CMS, A Free CodeIgniter based CMS Framework

Hi again, No-CMS development version is now compatible with CodeIgniter 3: https://github.com/goFrendiAsgard/No-CMS/tree/development
9,405 Views
0 Replies
04-06-2015, 08:31 AM
gofrendi
    Thread: Multisite with codeigniter HMVC
Post: RE: Multisite with codeigniter HMVC

sanjay Wrote: (11-07-2014, 05:21 AM) -- Can we able to create the multisite with codeigniter HMVC Like i have main domain www.example.com , want to create subdomain like www.demo1.example.com, www...
15,701 Views
0 Replies
11-07-2014, 07:29 PM
gofrendi
    Thread: HMVC into CI itself without third party codes
Post: RE: HMVC into CI itself without third party codes

dmyers Wrote: (10-30-2014, 06:17 AM) -- If we are talking about cascading packages/modules which can contain complete config/controllers/libraries/views/models/etc... then YES. If we are talking abo...
39,893 Views
0 Replies
11-07-2014, 07:25 PM
gofrendi
    Thread: No-CMS, A Free CodeIgniter based CMS Framework
Post: No-CMS, A Free CodeIgniter based CMS Framework

Hi everyone. I'm glad to see that CodeIgniter is still alive (and probably be better). You might or might not here about No-CMS before. It is basically a CodeIgniter based CMS with a lot of battery...
9,405 Views
0 Replies
11-07-2014, 07:20 PM
gofrendi

Theme © iAndrew 2016 - Forum software by © MyBB