Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Brick Thread: form_checkbox with set_checkbox
Post: form_checkbox with set_checkbox

Is it possible to use set_checkbox helper with form_checkbox function?
1,736 Views
1 Replies
11-26-2018, 12:17 AM
obozdag
    Thread: [Fixed] set_value doc
Post: [Fixed] set_value doc

In Codeigniter4 form helper set_value (https://codeigniter4.github.io/CodeIgniter4/helpers/form_helper.html#set_value) documentation there is a note:  If you’ve loaded the Form Validation Library (...
2,093 Views
1 Replies
11-16-2018, 10:04 PM
obozdag
    Thread: codeigniter4 controller name style like UserGroup
Post: RE: codeigniter4 controller name style like UserGr...

@titounnes and @kilishan thanks for the answers. I will use included power of specifying each route although it is very easy to use auto-routing. :)
4,091 Views
3 Replies
11-08-2018, 11:21 PM
obozdag
    Thread: codeigniter4 controller name style like UserGroup
Post: codeigniter4 controller name style like UserGroup

I name my controller UserGroup according to codeigniter4 coding style (https://github.com/bcit-ci/CodeIgniter4/blob/develop/contributing/styleguide.rst) as it says: Class names and namespaces SHOUL...
4,091 Views
3 Replies
11-08-2018, 05:47 AM
obozdag
    Thread: array in .env file
Post: RE: array in .env file

app.css_files = '["bootstrap.css","fontawesome.css","stylesheet.css"]' is returning a string. In .env file there is an example but I think it doesn't work either. If so, CodeIgniter4 .env file style m...
11,027 Views
4 Replies
10-14-2018, 09:14 PM
obozdag
    Thread: array in .env file
Post: array in .env file

In App.php there is an array variable:     public $toolbarCollectors = [         'CodeIgniter\Debug\Toolbar\Collectors\Timers',         'CodeIgniter\Debug\Toolbar\Collectors\Database',         'Co...
11,027 Views
4 Replies
10-13-2018, 01:04 AM
obozdag
    Thread: form_hidden bug
Post: form_hidden bug

The code below generates duplicate hidden inputs. Because third arg ('id="old_email"') in third row of code is an extra and it is added mistakenly. But this results in duplicate hidden inputs. So is t...
4,923 Views
4 Replies
06-01-2016, 01:37 AM
obozdag
    Thread: default controller in sub folder
Post: RE: default controller in sub folder

2- That means I can assign default controllers for http://website.com/admin (admin is a subfolder in controllers folder) or http://website.com/public (public is a subfolder in controllers folder) but...
18,497 Views
0 Replies
11-07-2014, 12:54 AM
obozdag
    Thread: default controller in sub folder
Post: RE: default controller in sub folder

@Narf 1- It is working in CI 2.2 (folder/controller). 2- In CI 3.0 ChangeLog Core/Routing section it says - Added support for per-directory default_controller and 404_override classes. 3- In Bug Fix...
18,497 Views
0 Replies
11-06-2014, 08:38 PM
obozdag
    Thread: default controller in sub folder
Post: default controller in sub folder

In Tutorial/Create news items/Routing section I see $route['default_controller'] = 'pages/view' line. This means we can assign controller in a subfolder as default controller. But I get 404 Page Not F...
18,497 Views
0 Replies
11-06-2014, 05:45 AM
obozdag

Theme © iAndrew 2016 - Forum software by © MyBB