[MokoJoomMembership] [FEATURE] Admin Table classes for all database entities #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
No Joomla Table classes exist for any of the 6 database tables. Table classes are required for all CRUD operations.
Required Tables
PlanTablefor#__mokojoommembership_plansSubscriptionTablefor#__mokojoommembership_subscriptionsPaymentTablefor#__mokojoommembership_paymentsCouponTablefor#__mokojoommembership_couponsInvoiceTablefor#__mokojoommembership_invoicesEmailTablefor#__mokojoommembership_emailsLocation
admin/src/Table/Requirements
Joomla\CMS\Table\Tablecheck()with field validationBlocks
All admin CRUD views, all service classes, frontend subscribe flow
Built: Admin Table classes already exist — PlanTable, SubscriptionTable, PaymentTable, CouponTable.