Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: groupBy() undefined in Model.php
Post: groupBy() undefined in Model.php

hello in my model i use PHP Code: -- $this->select('.....')      ->join('.....','left')     ->groupBy('.....'); -- phpstan return an error Code: -- Call to an undefined method App\Model...
1,350 Views
2 Replies
08-17-2022, 08:31 AM
paul
    Thread: phpUnit test working directory
Post: RE: phpUnit test working directory

Taras Wrote: (11-25-2021, 07:20 AM) -- Do you try to run tests from public? You should run them from your projects dir like "./vendor/bin/phpunit" and it should work without any tweaks. -- I run te...
1,803 Views
3 Replies
11-25-2021, 08:01 AM
paul
    Thread: phpUnit test working directory
Post: phpUnit test working directory

hello i try to add phpUnit test to my codeigniter 4 application i use composer when the code run in phpUnit, I have an error on a file path that is relative i thinks the working directory in ph...
1,803 Views
3 Replies
11-25-2021, 05:53 AM
paul
    Thread: Best practice for date in entity
Post: Best practice for date in entity

hello in a form i have a date in format 'dd/mm/yyyy' i use entity and i want save the date in sql with model i do in my model Code: -- $myEntity = new TheEntity($data);         if ($this...
1,309 Views
2 Replies
10-12-2020, 11:59 AM
paul
    Thread: database table backup and duplicate
Post: database table backup and duplicate

Hello Is there a solution for duplicate a table from a database to an other and for backup a database in codeigniter 4
3,125 Views
2 Replies
04-24-2020, 09:44 AM
paul
    Thread: Minifier - asset minification and versioning library
Post: RE: Minifier - asset minification and versioning l...

I tried used this package in manual installation mode and all the command php spark minify:* are not found do you know how to fix it
14,827 Views
15 Replies
04-15-2020, 02:53 AM
paul
    Thread: Minifier - asset minification and versioning library
Post: RE: Minifier - asset minification and versioning l...

yes and i think it's useful if the public directory is not at the same level of the assets directory
14,827 Views
15 Replies
04-14-2020, 11:44 AM
paul
    Thread: Minifier - asset minification and versioning library
Post: RE: Minifier - asset minification and versioning l...

this package is good but maybe the Dir config will be upgrade for me the URL to css is css.mydomaine.com/mycss.css and the dir to css file in php is ../system/assets/css/mycss.css i think the fo...
14,827 Views
15 Replies
04-14-2020, 11:26 AM
paul
    Thread: Minifier - asset minification and versioning library
Post: RE: Minifier - asset minification and versioning l...

yes that works thanks
14,827 Views
15 Replies
04-13-2020, 11:34 PM
paul
    Thread: Minifier - asset minification and versioning library
Post: RE: Minifier - asset minification and versioning l...

hello i tried this library and used the installation via composer but the function Minifier() is not found "Call to undefined function Minifier()" do you know how to fix it thx
14,827 Views
15 Replies
04-13-2020, 01:42 PM
paul
    Thread: Myth:Auth Helper usage
Post: RE: Myth:Auth Helper usage

ok  Thx mgatner InsiteFX: the controller of the login page don't exdend of BaseController because he is inside the Myth:Auth package
7,474 Views
7 Replies
01-28-2020, 08:07 AM
paul
    Thread: Myth:Auth Helper usage
Post: Myth:Auth Helper usage

i am testing the Myth:Auth module and i have a issue with the helper "auth" i use the helper fonction logged_in() in the top banner of my layout template it work fine in all my pages but in th...
7,474 Views
7 Replies
01-28-2020, 05:53 AM
paul
    Thread: Pagination Library with URI segment
Post: Pagination Library with URI segment

Hello I want use the Pagination Library with URI segment instead of the page query parameter www.mysite.com/controller/function/1      instead of www.mysite.com/controller/function?page=1 it seems t...
1,858 Views
0 Replies
08-28-2019, 03:42 PM
paul
    Thread: Reduce quality in Image Manipulation Class
Post: RE: Reduce quality in Image Manipulation Class

Thx MGatner That is what i wanted maybe it should be added to the documentation
3,542 Views
4 Replies
08-28-2019, 05:02 AM
paul
    Thread: Reduce quality in Image Manipulation Class
Post: Reduce quality in Image Manipulation Class

Hello Is it possible to set quality when Image Manipulation Class with ImageMagick or GD ? It is possible in CI3 but it does not look possible CI4 :s
3,542 Views
4 Replies
08-27-2019, 05:07 AM
paul
    Thread: Reduce loading time
Post: RE: Reduce loading time

Now i am look at server response time not load times Is there a solution to test my web hosting without test my Codeigniter application?
24,582 Views
20 Replies
05-08-2017, 01:29 PM
paul
    Thread: Reduce loading time
Post: RE: Reduce loading time

InsiteFX Wrote: (05-07-2017, 02:59 AM) -- The SELECT * will slow your queries down, your better off specifying you database fields. -- ok i will change that but i think the requetes time is not t...
24,582 Views
20 Replies
05-07-2017, 03:06 AM
paul
    Thread: Reduce loading time
Post: RE: Reduce loading time

6 database query https://img4.hostingpics.net/pics/622519sql.png (https://www.hostingpics.net/viewer.php?id=622519sql.png)
24,582 Views
20 Replies
05-07-2017, 02:54 AM
paul
    Thread: Reduce loading time
Post: RE: Reduce loading time

Yes i want reduce the execution time on the server  server caching will be a solution but i want know what is so long on my controler execution time
24,582 Views
20 Replies
05-07-2017, 02:21 AM
paul
    Thread: Reduce loading time
Post: RE: Reduce loading time

this is in the html header https://img4.hostingpics.net/pics/560235css.png (https://www.hostingpics.net/viewer.php?id=560235css.png) And this is the loading time see wiht firefox https://img4...
24,582 Views
20 Replies
05-06-2017, 04:22 AM
paul

Theme © iAndrew 2016 - Forum software by © MyBB