Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Thumbs Up Thread: CodeIgniter 3.1.10 Released
Post: RE: CodeIgniter 3.1.10 Released

It took me 1 minute to update to new version. :) Thank you! Long life to CI3!
59,603 Views
23 Replies
02-04-2019, 11:36 AM
Balenus
    Thread: CodeIgniter 4 installation shall not require composer
Post: RE: CodeIgniter 4 installation shall not require c...

ciadmin Wrote: (12-10-2018, 10:37 AM) -- The issue of composer or not composer has come up in a number of different contexts, and been resolved some time ago (over a year). Your poll appears to be fo...
11,353 Views
10 Replies
12-10-2018, 11:03 AM
Balenus
    Thread: CodeIgniter 4 installation shall not require composer
Post: RE: CodeIgniter 4 installation shall not require c...

ciadmin Wrote: (12-10-2018, 09:41 AM) -- CodeIgniter 4 does NOT REQUIRE composer for a basic install. You have the *option* of using it! Composer is "required" only if you want to use the "framewor...
11,353 Views
10 Replies
12-10-2018, 10:29 AM
Balenus
    Thread: CodeIgniter 4 installation shall not require composer
Post: CodeIgniter 4 installation shall not require compo...

IMHO one of the main thing that makes CodeIgniter attractive to the developer that approaches for the first time an MVC framework, and what makes it different from big frameworks (like Sinfony and Lar...
11,353 Views
10 Replies
12-10-2018, 08:14 AM
Balenus
    Thread: Once the model is loaded by the controller all model methods are exposed to view
Post: RE: Once the model is loaded by the controller all...

ciadmin Wrote: (12-08-2018, 07:37 PM) -- By the way, our website and repository are quite clear on the procedure for reporting security concerns - through an email to our security team, or through a ...
5,163 Views
5 Replies
12-10-2018, 07:55 AM
Balenus
    Thread: Once the model is loaded by the controller all model methods are exposed to view
Post: Once the model is loaded by the controller all mod...

If in Controller I do this: Code: -- $this->load->model('mymodel'); //...do some stuff with mymodel... //calling the view $vars['somedata'] = 'mydata'; $this->load->view('someview', $vars); -- In...
5,163 Views
5 Replies
12-08-2018, 05:11 PM
Balenus
    Thread: Adding property in all Contrellers: MY_Controller vs BaseController
Post: RE: Adding property in all Contrellers: MY_Control...

Thanks, I fixed the code in OP. dave friend Wrote: (12-06-2018, 08:13 AM) -- In case you're interested there are other ways to get the controller. Here's one way that's a tiny bit more efficient ...
6,170 Views
3 Replies
12-06-2018, 08:52 AM
Balenus
  Question Thread: Adding property in all Contrellers: MY_Controller vs BaseController
Post: Adding property in all Contrellers: MY_Controller ...

I would like each controller in my app to have a property called $controller_url that I would set to $this->config->item('base_url') . $this->uri->segment(1); In this way in each controller I will a...
6,170 Views
3 Replies
12-06-2018, 05:53 AM
Balenus
    Thread: Delete all the index.html file "Directory access is forbidden." when using .htaccess
Post: RE: Delete all the index.html file "Directory acce...

dave friend Wrote: (12-02-2018, 08:23 AM) -- Balenus Wrote: (12-01-2018, 10:00 AM) -- jreklund Wrote: (12-01-2018, 09:20 AM) -- They protect from a miss configured sever. If you open an folder with...
23,492 Views
14 Replies
12-02-2018, 08:37 AM
Balenus
    Thread: Delete all the index.html file "Directory access is forbidden." when using .htaccess
Post: RE: Delete all the index.html file "Directory acce...

dave friend Wrote: (12-02-2018, 08:05 AM) -- To me "top folder" implied the "public" folder. -- No, my structure is this one Code: -- index.php --private    --application    --CodeIgniter-3.1.9   ...
23,492 Views
14 Replies
12-02-2018, 08:23 AM
Balenus
    Thread: Delete all the index.html file "Directory access is forbidden." when using .htaccess
Post: RE: Delete all the index.html file "Directory acce...

jreklund Wrote: (12-01-2018, 12:02 PM) -- You asked what they where for. You can of course protect it in other ways. -- Ok, thanks! I simply wanted to make sure I was not missing something. ;)
23,492 Views
14 Replies
12-01-2018, 03:58 PM
Balenus
    Thread: Delete all the index.html file "Directory access is forbidden." when using .htaccess
Post: RE: Delete all the index.html file "Directory acce...

dave friend Wrote: (12-01-2018, 03:03 PM) -- Well, first of all, "Deny from all" is deprecated in Apache v > 2.4 syntax and it should be "Require all denied". -- In the .htaccess I'm using: Code: ...
23,492 Views
14 Replies
12-01-2018, 03:57 PM
Balenus
    Thread: Delete all the index.html file "Directory access is forbidden." when using .htaccess
Post: RE: Delete all the index.html file "Directory acce...

jreklund Wrote: (12-01-2018, 09:20 AM) -- They protect from a miss configured sever. If you open an folder without a index.html file, it will display the content instead. Like this: http://mirror...
23,492 Views
14 Replies
12-01-2018, 10:00 AM
Balenus
    Thread: Delete all the index.html file "Directory access is forbidden." when using .htaccess
Post: RE: Delete all the index.html file "Directory acce...

dave friend Wrote: (11-30-2018, 08:24 PM) -- They protect against an imperfect server setup that could allow someone to obtain a list of files in the directory. These are tiny files so it's a very sm...
23,492 Views
14 Replies
12-01-2018, 06:50 AM
Balenus
    Thread: Delete all the index.html file "Directory access is forbidden." when using .htaccess
Post: Delete all the index.html file "Directory access i...

Hello, I have got  a simple question. After installation I saw CodeIgniter puts in each folder an index.html file with the following content: Code: --  403 Forbidden Directory acc...
23,492 Views
14 Replies
11-30-2018, 01:26 PM
Balenus

Theme © iAndrew 2016 - Forum software by © MyBB