Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Extending View?
Post: RE: Extending View?

Killishan thank you very much! It works :)  This is the code I wrote based on your suggestion.  PHP Code: -- $path = APPPATH . 'views/themes/default/'; // {$this->theme} $view = \Config\S...
2,857 Views
2 Replies
05-06-2020, 11:24 AM
easyD
    Thread: Extending View?
Post: Extending View?

Hello! I'm trying to extend dashboard.php view with layout.php view. Layout.php is one level up compared to dashboard.php. I tried "../layout.php" "Views/..path../layout.php" but nothing see...
2,857 Views
2 Replies
05-06-2020, 09:50 AM
easyD
    Thread: CodeIgniter v4.0.3 released
Post: RE: CodeIgniter v4.0.3 released

salmon Wrote: (05-02-2020, 06:44 AM) -- Thank you Lonnie and framework and user guide dev. team! Working with CI4 has been great so far! but, I'm new here, how do I update version 4.0.2 to the lates...
39,422 Views
21 Replies
05-04-2020, 01:58 PM
easyD
    Thread: CodeIgniter v4.0.3 released
Post: RE: CodeIgniter v4.0.3 released

Thank you!
39,422 Views
21 Replies
05-01-2020, 06:43 AM
easyD
    Thread: Where can I report bugs which I find on CI4 (official) Documentation?
Post: Where can I report bugs which I find on CI4 (offic...

For example here https://codeigniter.com/user_guide/helpers/url_helper.html?highlight=url_title#url_title (https://codeigniter.com/user_guide/helpers/url_helper.html?highlight=url_title#url_title) ...
1,884 Views
2 Replies
04-30-2020, 02:36 PM
easyD
    Thread: Does CI4 has something similar than it is Laravel's Collection?
Post: RE: Does CI4 has something similar than it is Lara...

Thx both for the help.
2,656 Views
3 Replies
04-30-2020, 01:55 PM
easyD
    Thread: How can I turn the debug bar on?
Post: RE: How can I turn the debug bar on?

Rename env to .env and add CI_ENVIRONMENT = development And then in app/Config/App.php put correct baseUrl... for example app.baseURL = "http://localhost/your-project/public/" and I'm sure de...
19,883 Views
17 Replies
04-30-2020, 01:59 AM
easyD
    Thread: Does CI4 has something similar than it is Laravel's Collection?
Post: Does CI4 has something similar than it is Laravel'...

For easy manipulation with arrays? Like sorting, checking if element exists etc.?
2,656 Views
3 Replies
04-28-2020, 11:03 AM
easyD
    Thread: Simple validation
Post: RE: Simple validation

Thank you :)
1,636 Views
2 Replies
04-28-2020, 10:54 AM
easyD
    Thread: Simple validation
Post: Simple validation

Hello, I have one noobie question. I just started to learn CI4. I would like to validate data in the array. For example... $data = [ 'id' = 10, 'name' = 'whatever' ] $validation = \Config\Services::...
1,636 Views
2 Replies
04-28-2020, 09:58 AM
easyD

Theme © iAndrew 2016 - Forum software by © MyBB