Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@plusgut This doesn't work most of the time as the errors are mostly because of logic I don't understand correctly. I know exactly what the error is meaning but I don't understand the logic why it appears (sound stupid I know...)
-
C0D4669027y@Dollique
How do you not understand the logic you are writing?, this disturbs me.
Unless your using a template mvc??
My curiousity wants to see what your doing🧐 -
@C0D4 haha yes this disturbs me too, to be honest... Well right now it is because I used a Dependency Injection Container and I don't yet fully understand how it works.
It doesn't work with the MVC I wrote and I don't know if it's because of my messy code or maybe because I use namespaces and the DI Container does not use them... And I am really confused on how that Reflection class works etc. Etc. -
plusgut60137y@C0D4 why does that disturb you? That's quite normal for beginners. At the start it's a game of try and error.
-
@lotd I found out that in php it returns the documentation of the code.
I think I know what the problem is now, yeah 😃 -
So I now know the problem (it is namespaces as I thought) but now I have to change the DI Container to work accordingly... Damn this is hard to understand.
Related Rants
I am writing a simple MVC Framework with PHP for learning and have a lot of small questions which are probably stupid or just typos...
Where is the best place to ask those?
I don't want to spam SO with this because most of the time I just have an error and don't even know what to ask.
question
stupid errors
code questions