Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: PHPStan return types when using model() helper
Post: PHPStan return types when using model() helper

Hi all, with the changes here: https://github.com/codeigniter4/CodeIgniter4/commit/60e559eceaf94803b0b499b0cbd32bc5bf540a80 the PHP Code: -- model() -- helper  received the additional annotation...
1,510 Views
1 Replies
11-29-2021, 08:25 AM
aschmitz
    Thread: Using view layouts echoes void return type.
Post: RE: Using view layouts echoes void return type.

That's correct in principle, but we are not echoing anything here :-) The second example works just fine without any echo.
4,208 Views
4 Replies
07-12-2021, 01:36 AM
aschmitz
    Thread: Using view layouts echoes void return type.
Post: Using view layouts echoes void return type.

Hi, while playing around with PHPStan I noticed that the current CI4 analysis level will complain about some basic handling of view layouts. In the Docs (https://codeigniter.com/user_guide/outgoing/v...
4,208 Views
4 Replies
07-11-2021, 02:19 PM
aschmitz
    Thread: Sorting the Toolbar Timeline
Post: Sorting the Toolbar Timeline

Hey all, I am playing around with the toolbar and was wondering why the timeline is so awkwardly sorted. Then I stumbled upon this little comment: PHP Code: --         // Sort it         return...
2,914 Views
1 Replies
06-21-2021, 12:10 PM
aschmitz
    Thread: migrate:status does not detect history
Post: migrate:status does not detect history

I just tried to get into the migrations topic a little more and I'm not sure, if this is supposed to be that way. When running "php spark migrate: status" I get the following output: Quote: ...
1,046 Views
0 Replies
06-07-2021, 11:47 PM
aschmitz
    Thread: Myth:Auth
Post: RE: Myth:Auth

@MGatner, great naming, I will have to steal that :) The idea sounds nice, right now I'm always logging out as SA and back in a someone else but have to remember the passwords for that. Using myth-au...
71,152 Views
56 Replies
11-10-2020, 08:42 AM
aschmitz
    Thread: Myth:Auth
Post: RE: Myth:Auth

Adding a feature request was the eventual intend, but I first wanted to check here if I'm overseeing this functionality or if this is a no-go for the plugin before requesting at github :-)
71,152 Views
56 Replies
11-09-2020, 03:46 PM
aschmitz
    Thread: Tatter\Relations - Feature: Loading additional fields in join tables
Post: RE: Tatter\Relations - Feature: Loading additional...

Thats exactly one of my use-cases. I see the issue with cross-database handling though. Unfortunately, I have no idea about databases other than MySQL. If I can be of any help later on, let me know. ...
3,205 Views
2 Replies
11-08-2020, 09:51 AM
aschmitz
    Thread: Myth:Auth
Post: RE: Myth:Auth

Hey guys, I'm really happy with using Myth-auth so far, many thanks to all contributors :) However, lately I'm wondering if it is possible to view the website from the perspective of other users...
71,152 Views
56 Replies
11-08-2020, 09:33 AM
aschmitz
    Thread: Tatter\Relations - Feature: Loading additional fields in join tables
Post: Tatter\Relations - Feature: Loading additional fie...

Hey all, I'm currently fooling around with the \Tatter\Relations plugin and I'm missing one function. I have two tables 'matches' and 'players' wich have a manyToMany relationship via the table 'mat...
3,205 Views
2 Replies
11-08-2020, 09:22 AM
aschmitz
    Thread: Database Schemas Module
Post: RE: Database Schemas Module

Thanks for the discussion! I guess eventually I went wrong here, thinking that Schemas would also handle data in the end (the plugin name could have been a hint though...). In my case, I sometimes ne...
8,624 Views
7 Replies
10-16-2020, 02:43 PM
aschmitz
    Thread: Database Schemas Module
Post: RE: Database Schemas Module

Alright, going with migrations seems reasonable I guess :) So far I only used them for changes to the schema and not for data.
8,624 Views
7 Replies
10-07-2020, 02:03 AM
aschmitz
    Thread: Database Schemas Module
Post: RE: Database Schemas Module

Hey MGatner, thanks for the great module, espacially Tatter\Relations comes in quite handy for me, as it resembles the way I used to merge relations together manually before. Right now I am deal...
8,624 Views
7 Replies
10-03-2020, 06:54 AM
aschmitz
    Thread: Possible discrepancy in FileLocator between Windows and Linux
Post: RE: Possible discrepancy in FileLocator between Wi...

Okay, I did some further tests to cover most use cases I think (would be nice to have tables here :D): View name: 'Auth/login'   Expected Result:   loaded via file path   Windows:             loa...
3,663 Views
6 Replies
08-17-2020, 12:40 PM
aschmitz
    Thread: Possible discrepancy in FileLocator between Windows and Linux
Post: RE: Possible discrepancy in FileLocator between Wi...

I think I see your point, however, maybe we want to avoid this behaviour as it can lead to misinterpretations. Here ist the result of the view->render() function for both environments: Windows: ...
3,663 Views
6 Replies
08-17-2020, 05:52 AM
aschmitz
    Thread: Possible discrepancy in FileLocator between Windows and Linux
Post: RE: Possible discrepancy in FileLocator between Wi...

I just tried the same behaviour with the current development branch, but the file still gets detected in the Windows environment. Therefore I tried to trace the behaviour back a litte and found that ...
3,663 Views
6 Replies
08-15-2020, 05:42 AM
aschmitz
    Thread: Possible discrepancy in FileLocator between Windows and Linux
Post: Possible discrepancy in FileLocator between Window...

Hi all, I think I stumbled upon a small discrepancy between the handling/output of the FileLocator but wanted to confirm if this is useful to be discussed on GitHub before posting there. Summary...
3,663 Views
6 Replies
08-14-2020, 12:06 AM
aschmitz
    Thread: Rulesets for automatic coding style application
Post: RE: Rulesets for automatic coding style applicatio...

Perfect, thank you for the clarification. I didn't think to look into the scripts ...
1,908 Views
2 Replies
07-16-2020, 11:47 AM
aschmitz
    Thread: Rulesets for automatic coding style application
Post: Rulesets for automatic coding style application

Hi everyone, im pretty new to CI but already started loving the simplicity :) As I really like the coding standards implemented and have never before really paid attention to coding style in my ...
1,908 Views
2 Replies
07-14-2020, 10:44 PM
aschmitz

Theme © iAndrew 2016 - Forum software by © MyBB