PHP Classes

create table

Recommend this page to a friend!

      Dframe Database  >  All threads  >  create table  >  (Un) Subscribe thread alerts  
Subject:create table
Summary:create table
Messages:2
Author:kreops
Date:2019-02-20 14:13:56
 

 


  1. create table   Reply   Report abuse  
Picture of kreops kreops - 2019-02-20 14:13:56
hi, how to use your script to create a table ? regards

  2. Re: create table   Reply   Report abuse  
Picture of Slawomir Kaleta Slawomir Kaleta - 2019-02-23 22:27:00 - In reply to message 1 from kreops
You can do by

$this->db->exec('CREATE TABLE ....');