Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to list mysql results grouped by one column value, groups listed bellow
Post: RE: How to list mysql results grouped by one colum...

Using your code as an example, I would to the following: PHP Code: -- // controller $types = $this->db->query("SELECT DISTINCT type FROM properties")->getResult(); $items= []; foreach($types ...
499 Views
2 Replies
08-16-2024, 12:44 PM
christianberkman
    Thread: Shield - Permission constraint?
Post: Shield - Permission constraint?

Hi all, currently my project is using a custom built authorization system. I am considering implementing Shield instead. However the way I need permissions is slightly different from Shield. I coul...
220 Views
0 Replies
08-15-2024, 11:50 AM
christianberkman
    Thread: [RedirectClass] toReferrer
Post: [RedirectClass] toReferrer

In my project is is likely users will open multiple tabs but continue navigating on the original tab. In this case, using redirect()->back() produces unexpected behavior. Example user opens /list/...
505 Views
2 Replies
06-24-2024, 08:06 AM
christianberkman

Theme © iAndrew 2016 - Forum software by © MyBB