phpwax / phpwax

Full Stack PHP5 MVC Framework
http://php-wax.com
13 stars 2 forks source link

BUG: Scripts.... #6

Open charlesmarshall opened 15 years ago

charlesmarshall commented 15 years ago

Remove the old crap and rewrite!!

rossriley commented 15 years ago

That old crap is full of features.... not a bug

rossriley commented 15 years ago

But on a more serious note... what do we keep around. The list is currently...

controller
model
test
email

These are the old generator functions, much better replaced with textmate templates.

Then there's

run_tests
docs
migrate
data
syncdb
deploy
remote
runner

Obviously migrate is toast and remote and deploy have been superceded by capistrano.

Any other thoughts as to what stays or goes?

charlesmarshall commented 15 years ago

the only one i can think might need in new ones is data for load / import and thats rarely used..