Skip to content

Hidden no longer works with symfony update

Currently, I am updating the system running on the existing Symfony 2.3 (currently 3.0.9), and I am verifying the operation. HiddenType is used for the function that when you select a value in the search form, only the data that is the status is displayed. I changed from ‘hidden’ toHiddenType :: c…

SQL join codeigniter 4

Codeigniter 4 is throwing the following error: Argument 2 passed to view() must be of the type array, null given called in D:xampphtdocslordeCIappControllersBlog.php on line 35 That is about the block of code below: I am very grateful to who help me with that. Answer First you can remove the first select *, y…