Displaying 1 result from an estimated 1 matches for "sql_tablenam".
Did you mean:
sql_tablename
2006 Mar 23
6
easy scaffold question(s)
...9;m doing very well with the Hibbs Rolling on Rails tutorial. I have an
easy question for my personal notes. I''m coming up with a simple framework
of steps for creating a basic database. It includes the following maxims to
make original app creation easy:
app_name = MySQL database name
SQL_tablename = model_name
model_name = controller-name
Is this going to work for getting the simple structure set up? This naming
convention seems easy to me and should work. I''d like feedback on this
before I "make it real" for my process notes.
Second question. with this convention I&...