member_subscriptions : scaffold the whole set
Created by: thejoelinux
- The schema migration :table member_subscription id + start_date, end_date, membership_type_id, payment_method_id, credit boolean, price, comments, created_at, updated_at
- The model : classes/member_subscription.php
- The controller
- Views : list and edit