Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter v4.3.8 and v4.4.0 Released!
Post: RE: CodeIgniter v4.3.8 and v4.4.0 Released!

After update I've got a little problem: Call to undefined method Myth\Auth\Entities\User::getAvatar() Im just trying to echo it in controller App\Controllers\Page PHP Code: -- echo user()->getAvat...
21,001 Views
37 Replies
08-28-2023, 08:46 AM
boddah85
    Thread: CI 4 remove index.php
Post: RE: CI 4 remove index.php

InsiteFX Wrote: (12-29-2020, 12:29 PM) -- You can also remove it by using .htaccess in the root with index.php by adding this to the .htaccess file. Code: --    # Remove index.php from URL    R...
20,002 Views
12 Replies
11-08-2022, 02:11 AM
boddah85
    Thread: Error when trying to get property from parent class
Post: RE: Error when trying to get property from parent ...

paulbalandan Wrote: (10-11-2021, 07:32 PM) -- Looking at your BaseController it seems there is really no $saveUserLog property. -- As I said before, maybe Im missing something but for saveUserLog i...
2,175 Views
4 Replies
10-12-2021, 09:33 AM
boddah85
    Thread: Error when trying to get property from parent class
Post: Error when trying to get property from parent clas...

It looks I'm missing something. I'm trying to get property value from parent class (BaseController) and im getting "Trying to get property 'saveUserLog' of non-object". App\Controllers\UserLog Co...
2,175 Views
4 Replies
10-10-2021, 07:19 AM
boddah85
    Thread: Book: CodeIgniter 4 Foundations
Post: RE: Book: CodeIgniter 4 Foundations

any news about next realase ? Cant wait ;-)
97,789 Views
66 Replies
01-23-2021, 11:01 AM
boddah85
    Thread: Updating myth auth library via composer
Post: Updating myth auth library via composer

Hello I still trying to learn ci4 and some new things like composer ;] I've installed framework via composer and then myauth library. I have some problem with filters Code: -- Declaration of ...
1,269 Views
1 Replies
11-25-2020, 12:29 PM
boddah85
    Thread: Book: CodeIgniter 4 Foundations
Post: RE: Book: CodeIgniter 4 Foundations

Bought it and it was worth it. Cant wait for the next chapters. Great job.
97,789 Views
66 Replies
11-16-2020, 10:02 AM
boddah85
    Thread: Caching
Post: RE: Caching

Thanks for Your response. In this approach PHP Code: -- $this->cachePage(120); -- I can't set a page name. In cache folder i see some random names like 'b1547903222aa3e1d99833fa11afc3c3'
1,352 Views
2 Replies
11-03-2020, 04:51 AM
boddah85
    Thread: Caching
Post: Caching

Hello Im trying to start development in codeigniter 4 and I have a little problem with web caching. I have blog where there's for example articles with comments. I would like to cache all pages but w...
1,352 Views
2 Replies
11-03-2020, 01:23 AM
boddah85
    Thread: Best practices for loading models in controllers in CI 4?
Post: RE: Best practices for loading models in controlle...

I think it's good place to ask here about one other thing. What if I want to use some model in only one function. It makes any diffrence to performance if I write: PHP Code: -- use App\Models\Som...
13,589 Views
4 Replies
10-21-2020, 12:35 PM
boddah85
    Thread: CI 4 - beginner problems
Post: CI 4 - beginner problems

Hello Im trying to make a switch from CI3 to CI4. I must admit that I really like ci3, however ci4 looks great and I'm looking forward to make an apps with new version o ci. At the beginning, fo...
1,648 Views
1 Replies
06-01-2020, 05:52 AM
boddah85
    Thread: MsSQL driver
Post: MsSQL driver

Is there any mssql drivers for codeigniter 4? If not, is there any chance we'll see it in the nearest future?
2,935 Views
1 Replies
05-04-2020, 01:11 PM
boddah85
    Thread: [Active Record] Order by field
Post: [Active Record] Order by field

Hi there I'm using CI 3.1.4 and have a problem with 'order by field'. Code: -- ... $this->db->where_in('table.column',$artIDs); $order = sprintf('FIELD(table.column, %s)', implode(', ', $a...
7,502 Views
1 Replies
04-07-2017, 06:46 AM
boddah85
    Thread: Problem with updating session data
Post: RE: Problem with updating session data

Thanks for the response. I'm expecting that when user which had checked "remember me" come back to me, the session will be generated and user_id column will be updated. This works good when user se...
10,792 Views
6 Replies
06-14-2016, 10:01 AM
boddah85
    Thread: Problem with updating session data
Post: RE: Problem with updating session data

PHP Code: -- private function setLoginData($data,$ifAutoLog=0){         if(is_object($data)){                 if($data->user_status==0){                     $this->CI->session->set_flashdata('msg_...
10,792 Views
6 Replies
06-14-2016, 07:02 AM
boddah85
    Thread: Problem with updating session data
Post: Problem with updating session data

Hello I have a strange problem with sessions and after a couple of hours searching how I can fix it I've finally gave up ;/ I created my own authantication library. I'm using database session dr...
10,792 Views
6 Replies
06-14-2016, 05:54 AM
boddah85

Theme © iAndrew 2016 - Forum software by © MyBB