Pass data to a partial inside a loop |
(06-21-2020, 04:46 AM)nneves Wrote: Hi Hello ! This question has already been answered in the user manual. Carefully study the code blocks that were provided as an example, especially pay attention to the block with the code that is called in the view itself on line No. 9, here's the record: PHP Code: <?php foreach ($todo_list as $item):?> Read the: User_Guide#Creating-Loops p.s. I have not coded for a long time and therefore I can be mistaken in my last sentence. P.S. Sorry my English. I would change this world, but God doesn't give me the source.
|
Messages In This Thread |
Pass data to a partial inside a loop - by nneves - 06-21-2020, 04:46 AM
RE: Pass data to a partial inside a loop - by Digital_Wolf - 06-21-2020, 11:20 AM
RE: Pass data to a partial inside a loop - by nneves - 06-22-2020, 01:32 AM
RE: Pass data to a partial inside a loop - by Digital_Wolf - 06-22-2020, 05:27 AM
RE: Pass data to a partial inside a loop - by ralomach - 10-26-2020, 03:36 PM
RE: Pass data to a partial inside a loop - by InsiteFX - 10-26-2020, 04:40 PM
RE: Pass data to a partial inside a loop - by clsmedia - 05-30-2022, 10:40 AM
|