Posts by Fernanda Maria • 55 points
2 posts
-
2
votes1
answer95
viewsQ: Valid times
I have a array with multiple schedules, may sometimes have only 4 and other N times. I just need to get some records. Follows my code: $array = array( 0 => "08:00:00", 1 => "08:02:00", 2 =>…
-
3
votes1
answer231
viewsQ: Modal edit cakephp
I’m doing a CRUD all on my INDEX but I’m having trouble in the bootstrap modal parts. I made an EDIT button where it receives id but when I click it always brings the modal vázio. <a…