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

[eluser]Sean Downey[/eluser]
Hello

I really like your scaffolding.
I have only really used the scaffolding function so far and not the generate but I have made a few changes.
Where can I send the file??

The biggest change is in retrieving the field details from the DB.
//$fields = $this->CI->db->field_data($this->table);
$fields = $this->_db_get_fields();

I have created a new function to get better info about the field types eg enum - and I have added those to the _insertMarkup and _editMarkup functions.

I also put the 1.6 Scaffolding styles into your _header function.

I also changed the field labels from ucfirst($field->name) to ucwords(str_replace("_", " ", $field->name))

I can't remember if I made any other small changes but you could tell using a diff anyway.

I really like your class and how simple it is to get going.

Another feature I think it requires is a "confirm" on deleting records.
After that - to make it a really good start for a backend system would be to try to get the relations between tables to work.


I hope that you continue to develop this class - if you would like help let me know because I think I will try to build on what you started.

Best regards
Sean


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