Welcome Guest, Not a member yet? Register   Sign In
Weird in 1.72
#9

[eluser]kodai[/eluser]
[quote author="kodai" date="1259043968"][quote author="aptereket" date="1258777930"]don't use quotes `[/quote]

please copy paste this code and run it Smile

$this->db->orderby("concat(MENU_PATH,if(ID_MENU>999,'',if(ID_MENU>99,'0',if(ID_MENU>9,'00','000'))),ID_MENU)");

then you will know what the problem is Smile[/quote]

Still the same error :

Thanks for your help, but please create the table and try your self :
Code:
CREATE TABLE "tbl_menu" (
  "ID_MENU" int(11) NOT NULL AUTO_INCREMENT,
  "ID_MENU_PARENT" varchar(10) DEFAULT NULL,
  "MENU_NAME" varchar(255) DEFAULT NULL,
  "SEQUENCE_NUMBER" int(11) DEFAULT NULL,
  "MENU_URL" varchar(255) DEFAULT NULL,
  "MENU_ICON" varchar(50) DEFAULT NULL,
  "MENU_ATTRIBUTE" varchar(255) DEFAULT NULL,
  "MENU_TYPE" varchar(20) DEFAULT NULL,
  "STATUS_ACTIVE" int(11) DEFAULT NULL,
  "MENU_PATH" varchar(255) DEFAULT NULL,
  PRIMARY KEY ("ID_MENU")
) AUTO_INCREMENT=1;


Messages In This Thread
Weird in 1.72 - by El Forum - 11-19-2009, 04:18 AM
Weird in 1.72 - by El Forum - 11-19-2009, 04:37 AM
Weird in 1.72 - by El Forum - 11-19-2009, 05:23 AM
Weird in 1.72 - by El Forum - 11-19-2009, 05:28 AM
Weird in 1.72 - by El Forum - 11-20-2009, 03:53 PM
Weird in 1.72 - by El Forum - 11-20-2009, 04:32 PM
Weird in 1.72 - by El Forum - 11-20-2009, 06:11 PM
Weird in 1.72 - by El Forum - 11-23-2009, 06:26 PM
Weird in 1.72 - by El Forum - 12-07-2009, 09:27 AM
Weird in 1.72 - by El Forum - 12-08-2009, 04:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB