python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Laminas acl navigation with multiple roles
I have question about laminas navigation and acl.
In my application, a user can have multiple roles non hierarchicals. But in the documentation, I have read that only one role should be passed to it v...
Samuel N.
Votes: 0
Answers: 1
How to bypass/disable Foreign Key Constraints on Laravel Queries
Laminas\Db\Adapter\Exception\InvalidQueryException
Statement could not be executed (23000 - 1452 - Cannot add or update a child row: a foreign key constraint fails (lms.student_course_logs, CONSTRAIN...
phpnewbie
Votes: 0
Answers: 0
Laminas Cache config issue after updated to PHP 8.1 from zend3
I work on a project which is recently updated to Laminas and PHP 8.1 from Zend3 and PHP 7.4.
in config/autoload/global.php
'caches' => require __DIR__ . '/caches.php',
and this is caches.php
$ca...
Ali Alinezhad
Votes: 0
Answers: 1
How to bind object to Laminas form with multiple fieldsets using Doctrine Hydrator
How can I bind an object to a laminas form using Doctrine Hydrator? The bind function populates the base fieldset, but will not populate my address fieldset which is a mapped entity in the user/membe...
Troyb
Votes: 0
Answers: 1