Quote:
Originally Posted by AroseKhanNiazi
After following the tutorial i won't need to create the tables or anything just enter the mysql data base pass user ip etc and done ?
|
The table must have been created before.
Quote:
Originally Posted by AndreT
First thing that needs to be done is creating an ORM instance by calling id = orm_create(table_name[]) where the table_name array consists of your MySQL table name that you wish the ORM instance to control.
|