View Single Post
  #2  
Old 08-26-2014, 08:12 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: X-cart 5 module developer conflicts

One possible solution about tables names is XC5 to force devid_ in front of table name. Right now when adding table XC5 forces xc_ (default) in front of the table name - so if my table is csi_table_name it becomes xc_csi_table_name - I don't like this in particular as this table is not part of the stock XC tables, I would much more prefer to be without the xc_ in front.

But if the code itself will be forcing DEVID_ in front we need to know or tbales will end up with devid_devid_table_name....

Same can be for targets I guess.

So maybe if the default XC5 code itself forces devid_ in front of everything that can be in conflict there is no need for us to watch out for it... Just a suggestion, not sure how difficult is for this to be included or what happens when you have devid - thisismydevidnomatterwhat
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote