• browetd

    (@browetd)


    I was looking for a plugin to create custom tables in my wordpress database. I found this one. It is secure and very easy to create/modify tables and add/modify fields/records without knowing SQL… I just love it. The table can be used as any other database table in wordpress (the table name you gave is just prefixed with “customtables_table_” and each row of the table is prefixed with “ct_”, all data can be accessed via $wpdb… Data can be extracted and displayed using a PHP function. Perfect in my case.

You must be logged in to reply to this review.