Welcome Guest, Not a member yet? Register   Sign In
SparkPlug - Rails inspired Scaffolding
#6

[eluser]Pascal Kriete[/eluser]
[quote author="lifewithryan" date="1202170520"]Do you provide a way to edit what gets generated or how it gets implemented?[/quote]

This is a concept I've been struggling with. For example the basic show view on the released version right now looks like this:
Code:
<? foreach ($fields as $field): ?>
<p>
    <b>&lt;?= ucfirst($field->name) ?&gt;:</b> &lt;?= $result[0][$field->name] ?&gt;
</p>
&lt;? endforeach; ?&gt;
&lt;?= anchor("scaffold_test/show_list", "Back") ?&gt;
I've changed that to only loop through the result array with a foreach (result as key => value) loop, thus eliminating the need to ask for the meta data (which was basically just a dirty hack to get views to work on sunday night Wink ). The other option is to change the function completely and resolve the loop when the code is generated. It's very much personal preference. What do you guys use in your production code?

Since I already have basic variable tags in my views, some clever coding might allow for modifiers to 'choose' eventually. It's not one of my priorities though.


Messages In This Thread
SparkPlug - Rails inspired Scaffolding - by El Forum - 02-03-2008, 02:41 PM
SparkPlug - Rails inspired Scaffolding - by El Forum - 02-03-2008, 05:40 PM
SparkPlug - Rails inspired Scaffolding - by El Forum - 02-03-2008, 06:01 PM
SparkPlug - Rails inspired Scaffolding - by El Forum - 02-04-2008, 12:15 PM
SparkPlug - Rails inspired Scaffolding - by El Forum - 02-04-2008, 12:56 PM
SparkPlug - Rails inspired Scaffolding - by El Forum - 02-04-2008, 03:16 PM
SparkPlug - Rails inspired Scaffolding - by El Forum - 02-05-2008, 06:41 PM
SparkPlug - Rails inspired Scaffolding - by El Forum - 02-10-2008, 05:43 PM
SparkPlug - Rails inspired Scaffolding - by El Forum - 02-10-2008, 06:47 PM
SparkPlug - Rails inspired Scaffolding - by El Forum - 02-11-2008, 03:14 AM
SparkPlug - Rails inspired Scaffolding - by El Forum - 06-01-2008, 03:48 PM
SparkPlug - Rails inspired Scaffolding - by El Forum - 06-01-2008, 06:01 PM
SparkPlug - Rails inspired Scaffolding - by El Forum - 06-30-2008, 04:32 PM
SparkPlug - Rails inspired Scaffolding - by El Forum - 06-30-2008, 04:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB