Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [split] What's it look like?
Post: [split] What's it look like?

jlp Wrote: (09-13-2018, 12:25 PM) -- It's been a long time coming, but we have frozen the CI4 initial release features, and are getting ready to launch 4.0.0-a1 :) Many thanks to the community me...
5,261 Views
1 Replies
09-14-2018, 11:23 PM
HEKuiper
    Thread: 3.2.0 Dev version
Post: RE: 3.2.0 Dev version

ciadmin Wrote: (02-01-2018, 02:11 PM) -- Line 58 of the [CI bootstrap](https://github.com/bcit-ci/CodeIgniter/blob/develop/system/core/CodeIgniter.php) identifies the in-progress version as 3.2.0-dev...
6,261 Views
4 Replies
02-02-2018, 01:18 AM
HEKuiper
    Thread: CodeIgniter 3.1.7 News Tutorial ERROR
Post: RE: CodeIgniter 3.1.7 News Tutorial ERROR

InsiteFX Wrote: (02-01-2018, 12:41 PM) -- // WRONG!                $this->load->helper('url_helper'); // Should be...                $this->load->helper('url'); I just did the complete News...
2,906 Views
1 Replies
02-01-2018, 01:47 PM
HEKuiper
    Thread: 3.2.0 Dev version
Post: 3.2.0 Dev version

Hello Everyone, I heard a rumor about a 3.2.0 Dev version. I did a search before writing this and there were no results. Is It True? Is a version 3.2.0 being worked on? Thanks, HEKuiper
6,261 Views
4 Replies
02-01-2018, 01:40 PM
HEKuiper
  Sad Thread: [split] composer installs (I think)
Post: [split] composer installs (I think)

jlp Wrote: (12-12-2017, 03:05 AM) -- The easiest way to install it is by using Composer (https://packagist.org/packages/codeigniter4/codeigniter4-standard). -- The beauty of past versions was the s...
8,607 Views
8 Replies
01-04-2018, 05:31 AM
HEKuiper
    Thread: Why I chose CodeIgniter <= 3
Post: RE: Why I chose CodeIgniter <= 3

Narf Wrote: (10-04-2017, 01:39 PM) -- HEKuiper Wrote: (10-04-2017, 01:18 PM) -- Narf Wrote: (10-04-2017, 06:41 AM) -- Wordpress is a CMS. CodeIgniter will never be a CMS. -- Okay, I'm confused.....
20,981 Views
11 Replies
10-04-2017, 02:03 PM
HEKuiper
    Thread: Multiple Database Connection
Post: RE: Multiple Database Connection

dave friend Wrote: (10-04-2017, 08:13 AM) -- HEKuiper Wrote: (10-04-2017, 03:26 AM) -- In the User Guide it says: Connecting to Multiple Databases If you need to connect to more than one database ...
8,224 Views
7 Replies
10-04-2017, 01:34 PM
HEKuiper
    Thread: Why I chose CodeIgniter <= 3
Post: RE: Why I chose CodeIgniter <= 3

Kaosweaver Wrote: (10-04-2017, 06:23 AM) -- Why would they compete with the most popular blog framework?   8< snip... -- I guess I come from a different culture.  Where I grew up I was taught that...
20,981 Views
11 Replies
10-04-2017, 01:25 PM
HEKuiper
    Thread: Why I chose CodeIgniter <= 3
Post: RE: Why I chose CodeIgniter <= 3

Narf Wrote: (10-04-2017, 06:41 AM) -- Wordpress is a CMS. CodeIgniter will never be a CMS. -- Okay, I'm confused...  CodeIgniter cannot manage content??   Please enlighten me what it does then....
20,981 Views
11 Replies
10-04-2017, 01:18 PM
HEKuiper
    Thread: Why I chose CodeIgniter <= 3
Post: RE: Why I chose CodeIgniter <= 3

skunkbad Wrote: (10-04-2017, 11:14 AM) -- I'll never understand the constant enamoring of HMVC. I've checked out some other people's projects that used it, and from what I could tell it was just used...
20,981 Views
11 Replies
10-04-2017, 01:17 PM
HEKuiper
    Thread: Why I chose CodeIgniter <= 3
Post: Why I chose CodeIgniter <= 3

CodeIgniter up to and including version 3 is great for the following reasons:  -> With the 1 exception of a C++ based framework CodeIgniter is the fastest PHP framework!  -> It may be lightweight ...
20,981 Views
11 Replies
10-04-2017, 04:58 AM
HEKuiper
    Thread: Multiple Database Connection
Post: RE: Multiple Database Connection

ciadvantage Wrote: (07-20-2017, 11:20 AM) -- I m using three DBs on my company projects.  it is easy as 1,2,3.  Configure it from database.php -- In the User Guide it says: Connecting to Multiple ...
8,224 Views
7 Replies
10-04-2017, 03:26 AM
HEKuiper
    Thread: $autoload['libraries'] = array('session'); error
Post: RE: $autoload['libraries'] = array('session'); err...

ciadmin Wrote: (08-30-2017, 12:26 PM) -- Is the error message the same as from your original post? or are you getting a different error message now? -- How weird is that... I just re-loaded the ses...
12,088 Views
7 Replies
08-30-2017, 12:32 PM
HEKuiper
    Thread: $autoload['libraries'] = array('session'); error
Post: RE: $autoload['libraries'] = array('session'); err...

ciadmin Wrote: (08-30-2017, 11:12 AM) -- Your session configuration shows that you are using the *files* driver, but you have not set the *session_save_path* to a valid folder for the session driver ...
12,088 Views
7 Replies
08-30-2017, 11:52 AM
HEKuiper
    Thread: $autoload['libraries'] = array('session'); error
Post: RE: $autoload['libraries'] = array('session'); err...

Narf Wrote: (08-30-2017, 09:47 AM) -- The error message literally tells you what the problem is. -- From my config file: $config['sess_driver'] = 'database'; $config['sess_cookie_name'] = 'sess...
12,088 Views
7 Replies
08-30-2017, 11:06 AM
HEKuiper
    Thread: $autoload['libraries'] = array('session'); error
Post: RE: $autoload['libraries'] = array('session'); err...

It's a freshly unzipped setup and I have no idea where to the invalid path is... Please enlighten me.
12,088 Views
7 Replies
08-30-2017, 10:56 AM
HEKuiper
  Sad Thread: $autoload['libraries'] = array('session'); error
Post: $autoload['libraries'] = array('session'); error

Hello, Running localhost Apache with PHP Version 7.1.8 OS X Yosemite, I copied CodeIgniter into the webserver/Documents folder. I tested it in Chrome and Safari, it works.  I started to ...
12,088 Views
7 Replies
08-30-2017, 07:03 AM
HEKuiper

Theme © iAndrew 2016 - Forum software by © MyBB