feat: add Member entity, mapper, and sub-entity classes (Closes #20) #69
Reference in New Issue
Block a user
Delete Branch "feature/issue-20-create-member-entity-and-mapper"
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
Memberentity class with alloc_mv_memberscolumns mapped, includingJsonSerializableimplementationMemberMapperwith query methods:findById,findAll,findByFamily,findByStatus,findByStufe,search,countAllAddress,Phone,Emailentities and their mappers withfindByMemberIdanddeleteByMemberIdmethodsQBMapperwith parameterized queriesFiles Created
lib/Db/Member.php/MemberMapper.phplib/Db/Address.php/AddressMapper.phplib/Db/Phone.php/PhoneMapper.phplib/Db/Email.php/EmailMapper.phpCloses #20