richjoslin / rivety

An extension of the Zend Framework for easily building websites with logins, permissions and roles, CMS, etc. [WARNING: ABANDONED]
Other
2 stars 1 forks source link

Add invocation arguments to crudify #13

Closed jaybill closed 12 years ago

jaybill commented 12 years ago

add arguments to crudify so it grabs its templates from a specified location and dumps the results to a specified location. Omitting the arguments just uses the defaults

Usage: crudify.php [table_name] [optional bool is_admin, default false] [optional templates path] [optional modules folder] [optional views folder]

jaybill commented 12 years ago

Okay. Done, but in a slightly different way that initially planned:

Usage: crudify.php [table_name] [optional bool is_admin, default false] [optional template_path] [optional output_basedir]