Trying to use strict MVC with backend grids - Joomla! Forum - community, help and support
i trying keep strict mvc format while producing backend grid of multiple rows.
if call out table (jtable method)in model, how can iterate rows?
in fact, don't see how form , view code can interact loops in feed-forward scenario.
does php in form cause m-v-c sequence happen on every loop through after writes each row?
in many cases, author has count() method in form php implies can loop though mvc in order it's job.
the api shows load() calls loadassoc() 1 row @ time deal.
i'm confused...
if call out table (jtable method)in model, how can iterate rows?
in fact, don't see how form , view code can interact loops in feed-forward scenario.
does php in form cause m-v-c sequence happen on every loop through after writes each row?
in many cases, author has count() method in form php implies can loop though mvc in order it's job.
the api shows load() calls loadassoc() 1 row @ time deal.
i'm confused...
Comments
Post a Comment