Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: InitController and phpstorm navigation
Post: RE: InitController and phpstorm navigation

You're right, it's better, but  when trying to find methods in Wrote: (02-25-2023, 05:48 AM) -- PHP Code: -- $this->myModel-> i can't find anything with phpstorm Maybe i'm missing someting, i'll tr...
2,634 Views
3 Replies
02-27-2023, 08:54 AM
Kris40
  Thumbs Up Thread: InitController and phpstorm navigation
Post: RE: InitController and phpstorm navigation

Finaly i solved my problem by just adding the missing type :public '\App\Models\my_model' $my_model;now phpstorm can navigate through the modelsKris40 Wrote: (02-21-2023, 02:49 AM) -- Hello, I'm u...
2,634 Views
3 Replies
02-25-2023, 05:10 AM
Kris40
    Thread: InitController and phpstorm navigation
Post: InitController and phpstorm navigation

Hello, I'm using the new constructor initController instead of the php __construct, but i have some problems to navigate through the models with phpstorm : With the old __construct, doing this : ...
2,634 Views
3 Replies
02-21-2023, 02:49 AM
Kris40

Theme © iAndrew 2016 - Forum software by © MyBB