Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Important News about Jim Parry and the Project
Post: RE: Important News about Jim Parry and the Project

Wow. I wasn't expecting this. But I believe that this will be the best way to honor him! RIP Jim
142,436 Views
98 Replies
01-15-2020, 07:32 PM
Poetawd
    Thread: Redirect inside Constructor NOT WORKING
Post: RE: Redirect inside Constructor NOT WORKING

kilishan Wrote: (12-02-2019, 10:15 AM) -- "code cleanness" can mean any number of things. For many of those definitions, Controller Filters, as previously mentioned, will keep it clean for you. I...
24,487 Views
13 Replies
12-02-2019, 03:11 PM
Poetawd
    Thread: CodeIgniter 4 Playground
Post: RE: CodeIgniter 4 Playground

MGatner Wrote: (11-27-2019, 07:50 AM) -- We have LOTS to add, but if anyone has requests for examples they would like to see implemented this would be a good place to ask. -- :D It would be ni...
166,187 Views
71 Replies
11-27-2019, 08:11 PM
Poetawd
    Thread: ZipArchive: class not found
Post: RE: ZipArchive: class not found

CI4 is awesome because you can use almost any library with it ! For working with ZIP Files I recommend this one: https://github.com/Ne-Lexa/php-zip It is AWESOME and has some great features ! ...
7,293 Views
6 Replies
11-26-2019, 11:17 AM
Poetawd
    Thread: CodeIgniter 4 Playground
Post: RE: CodeIgniter 4 Playground

Really awesome ! Great idea ! We do need CI4 to become popular again... [hr] I really hope to see some real life examples of controllers, models and views testing ! =D Specially if the HTTP Test...
166,187 Views
71 Replies
11-25-2019, 03:55 PM
Poetawd
    Thread: Questions about the community library
Post: RE: Questions about the community library

Hi ! Since you coming from vanilla PHP to Codeigniter, my suggestion is to go with CI4 ! I believe that CI4 is stable an secure enough to be used... The 4.0 version is coming really soon ! Al...
3,028 Views
4 Replies
11-24-2019, 05:24 PM
Poetawd
    Thread: [split] Ion-Auth with CI4
Post: RE: [split] Ion-Auth with CI4

XTAZ Wrote: (11-12-2019, 12:51 PM) -- How work IonAuth in CI4?? WTF?? I https://github.com/benedmunds/CodeIgniter-Ion-Auth/blob/4/Models/IonAuthModel.php I see $this->db->select(... ->get($this-...
27,630 Views
14 Replies
11-12-2019, 06:31 PM
Poetawd
    Thread: Problem with Project-tests
Post: RE: Problem with Project-tests

I am using the tests folder that comes with the CI4 normal installation... The one available on the DOWNLOADS page... https://codeigniter.com/en/download ... It comes with just tests/support_ ... That...
8,900 Views
13 Replies
11-10-2019, 09:03 PM
Poetawd
    Thread: Problem with Project-tests
Post: RE: Problem with Project-tests

MGatner Wrote: (11-09-2019, 05:45 PM) -- Okay, I think I see what is happening. I believe you have the CodeIgniter "tests" folder in your root (this one: https://github.com/codeigniter4/CodeIgniter4/...
8,900 Views
13 Replies
11-09-2019, 06:09 PM
Poetawd
    Thread: Problem with Project-tests
Post: RE: Problem with Project-tests

No problem... I hope you can solve this... It is a bitch have to change composer everytime...
8,900 Views
13 Replies
11-09-2019, 02:26 PM
Poetawd
    Thread: About IonAuth 4 auth System
Post: RE: About IonAuth 4 auth System

I believe that you are making some confusion... Try to keep it simple... Just load the library in method and BE HAPPY ! Ion Auth is meant to be simple...  :D PHP Code: --     public function...
12,662 Views
5 Replies
11-09-2019, 02:08 PM
Poetawd
    Thread: Starting with Myth:Auth - some questions
Post: RE: Starting with Myth:Auth - some questions

My idea (and that is how my ACL library works) is to eliminate a DB query to check permission every time the user tryes to access a page... Here is the config: PHP Code: --
20,192 Views
16 Replies
11-09-2019, 01:38 PM
Poetawd
    Thread: Problem with Project-tests
Post: RE: Problem with Project-tests

MGatner Wrote: (11-08-2019, 07:12 AM) -- I was actually hoping for the `trace()` output - I'm curious how this is being called to being with, and why it is trying to load the tests registrar in a pro...
8,900 Views
13 Replies
11-08-2019, 12:11 PM
Poetawd
    Thread: Problem with HTTP Feature Testing
Post: RE: Problem with HTTP Feature Testing

By the way... It works just fine if the Home.php controller is under the "Controller" folder....
1,710 Views
1 Replies
11-07-2019, 08:00 PM
Poetawd
    Thread: Problem with HTTP Feature Testing
Post: Problem with HTTP Feature Testing

Hello All ! I found a really annoying problem... I don´t know if it is a BUG or a problem with my code. I followed everything from the manual and made the following code : PHP Code: --
1,710 Views
1 Replies
11-07-2019, 06:39 PM
Poetawd
    Thread: Problem with Project-tests
Post: RE: Problem with Project-tests

Code: -- �������������������������������������������������������������������������������� Called from .../system/Config/BaseConfig.php:208 [CodeIgniter\Config\BaseConfig->registerProperties()] ��...
8,900 Views
13 Replies
11-07-2019, 01:46 PM
Poetawd
    Thread: Problem with Project-tests
Post: RE: Problem with Project-tests

MGatner Wrote: (11-07-2019, 01:10 PM) -- That's an odd one. Just to be clear, you copied the folder from ProjectTests/src into the root of your App, and you also have a regular framework System folde...
8,900 Views
13 Replies
11-07-2019, 01:16 PM
Poetawd
    Thread: Starting with Myth:Auth - some questions
Post: RE: Starting with Myth:Auth - some questions

MGatner Wrote: (11-07-2019, 12:32 PM) -- discoverLocal was a legacy configuration change. We've updated the docs just now, including instructions for manual (non-Composer) installation. -- :D ...
20,192 Views
16 Replies
11-07-2019, 12:43 PM
Poetawd
    Thread: Starting with Myth:Auth - some questions
Post: RE: Starting with Myth:Auth - some questions

Chivinsdev Wrote: (11-06-2019, 04:15 AM) -- Poetawd Wrote: (11-01-2019, 09:25 AM) -- kilishan Wrote: (11-01-2019, 09:16 AM) -- Poetawd Wrote: (11-01-2019, 09:13 AM) -- Another question, is auto-lo...
20,192 Views
16 Replies
11-06-2019, 08:05 PM
Poetawd
    Thread: Problem with Project-tests
Post: Problem with Project-tests

First, Thank you MGatner for all the effort on this GREAT CI4 code ! Really awesome ! Also, thank you very much for all the help you have being given me ! The first problem I encountered with...
8,900 Views
13 Replies
11-06-2019, 07:23 PM
Poetawd

Theme © iAndrew 2016 - Forum software by © MyBB