What's a good data structure for use in MVC web applications to use to pass data into view to ensure standardization and keep the view as non-coder friendly as possible?
|
|
I like django structure. It's very flexible. Example:
|
||
|
|
|
|
To keep it really simple you could just pass a dictionary with string keys and value. |
||
|
|
|
|
Use a custom model class and keep it as non-coder friendly as possible :) |
||
|
|
