PDA

View Full Version : akostaff has limitations?


Vogue
01.06.2004, 19:31
Hello,

We see if somebody knows to say to me, the limitations (if it has them) of the component akostaff, I talk about if it has some limitation in the number of cards, as well as in the number of categories to create, and in case they exist, if you know, where to be called on to clear those limitations, because me you say it, if you are so amiable. :wink:

Thanks.

MamboZ
01.06.2004, 23:32
@vogue

Take a look at the XML file in AkoStaff. There are two lines for the creation of the table:

`id` int(11) unsigned NOT NULL auto_increment,
`catid` int(11) NOT NULL default '0',


See here for details on numeric types in mySQL:
http://dev.mysql.com/doc/mysql/en/Numeric_types.html