fuelphp-storage / fuelphp

FuelPHP framework
http://fuelphp.com
MIT License
274 stars 57 forks source link

FuelPHP CRUD Controller #51

Closed RyanDawkins closed 10 years ago

RyanDawkins commented 10 years ago

I'm not sure if this is the appropriate place to put this. If desired I could create a pull request, or it can just remain as it's own separate repository.. I created a CRUD fuelphp controller.

Here's the repo: https://github.com/RyanDawkins/fuel-crud-controller

emlynwest commented 10 years ago

This is not the correct place for v1 related issues or inquiries. The "fuelphp" organisation is for fuel v2 which is still in ongoing development. Your solution looks ok for very simple examples but does not seem to handle validation, html interfaces and translatable strings so might need some work. It's unlikely that this alone would be accepted as a pull request. It might be better to peruse building it into a fully fledged fuel package.

There are also plans to create a more comprehensive version of this functionality some time soon after v2's release.

WanWizard commented 10 years ago

There is a "Code Share" section in the forum where you can share your work with others.