fuel / oil

Fuel PHP Framework - Fuel v1.x Oil command-line package
http://fuelphp.com/docs/packages/oil/intro.html
106 stars 67 forks source link

Add PHPDoc properties #241

Closed mikepmtl closed 9 years ago

mikepmtl commented 9 years ago

Add PHPDoc Class block with properties for generate::model

Specifically tested with "oil r FromDB:model my_table_name"

emlynwest commented 9 years ago

As stated on IRC I don't feel this should be merged. The use of docblocks is very different for each developer. Having them in there fits your need but might not suit anyone. Seeing that the model code is hard coded it would be better if that string was converted to a view as in other oil generate functions.