STEP 1: database loaded
STEP 2: packages query OK
STEP 3: fetch OK
Array
(
    [total] => 8
)
STEP 4: SELECT data
STEP 5: SELECT full OK
Array
(
    [0] => Array
        (
            [id] => 3
            [name] => Champion
            [description] => 
            [membership_fee] => 1650000.00
            [registration_fee] => 250000.00
            [billing_cycle] => quarterly
            [duration_months] => 3
            [status] => active
        )

    [1] => Array
        (
            [id] => 4
            [name] => Elite
            [description] => 
            [membership_fee] => 3000000.00
            [registration_fee] => 250000.00
            [billing_cycle] => semester
            [duration_months] => 6
            [status] => active
        )

    [2] => Array
        (
            [id] => 6
            [name] => EX250
            [description] => 
            [membership_fee] => 250000.00
            [registration_fee] => 0.00
            [billing_cycle] => monthly
            [duration_months] => 1
            [status] => active
        )

    [3] => Array
        (
            [id] => 7
            [name] => EX300
            [description] => 
            [membership_fee] => 300000.00
            [registration_fee] => 0.00
            [billing_cycle] => monthly
            [duration_months] => 1
            [status] => active
        )

    [4] => Array
        (
            [id] => 8
            [name] => EX350
            [description] => 
            [membership_fee] => 350000.00
            [registration_fee] => 0.00
            [billing_cycle] => monthly
            [duration_months] => 1
            [status] => active
        )

    [5] => Array
        (
            [id] => 9
            [name] => EX400
            [description] => 
            [membership_fee] => 400000.00
            [registration_fee] => 0.00
            [billing_cycle] => monthly
            [duration_months] => 1
            [status] => active
        )

    [6] => Array
        (
            [id] => 5
            [name] => Flex
            [description] => 
            [membership_fee] => 200000.00
            [registration_fee] => 250000.00
            [billing_cycle] => visit
            [duration_months] => 
            [status] => active
        )

    [7] => Array
        (
            [id] => 1
            [name] => Warrior
            [description] => 
            [membership_fee] => 600000.00
            [registration_fee] => 250000.00
            [billing_cycle] => monthly
            [duration_months] => 1
            [status] => active
        )

)