View Single Post
XLN's | [Lo]Phreak^n^c
Senior Member
Join Date: May 2006
Location: Argentina
Old 10-20-2014 , 14:06   Re: Database ORM (MySQL Data Wrapper) v1.1
Reply With Quote #36

so.. the one with Int types.. not tested but check this

Code:
// Usage: new Array:Columns = ArrayCreate(ClassColumnStruct, Number_Of_Columns)
enum _: ClassColumnStruct
{
    _ColumnName[16],            // name of the column
    ClassColumnType: _Column,    // either Column_Varchar or Column_Int
    _MaxLen                        // maxlen of the field. Use 11 for ints.
};
__________________
::: If u're 555 then I'm 666 :::
XLN's | [Lo]Phreak^n^c is offline