Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Ignas R
Ignas R has asked
9
questions and find answers to
22
problems.
Stats
328
EtPoint
45
Vote count
9
questions
22
answers
About
Ignas R questions
Should controllers in MVC web applications be unit-testable?
Why do so many MVC web frameworks favor grouping multiple controller actions in a single class?
Why is the usage of "#" comments frequently discouraged in PHP?
Is it possible to overuse late static binding in PHP?
Is there any replacement for PHPDocumentor that supports PHP 5.3?
Is there a well-established naming convention for PHP namespaces?
Ignas R answers
PHP how to check if a MySQLi query needs to be closed?
PHPUnit getMock() with namespace
Should I access POST-Parameters in the model or pass as method arguments from controller?
Dynamic Routing with an MVC Foundation - i18n and l10n
Can you have nested classes in PHP?
What are the Practical Differences Between "associate" and "indexed" Arrays in PHP?