18/05/2012 3:24pm

PHP | Problem -


	static $db = array(

"RightBarTitle" => "Varchar(100)",
"RightBarContent" => "HTMLText"
);
public static $has_one = array(
);


1 Comments Solutions

18/05/2012 3:25pm

PHP | Problem - Anonymous

	static $db = array(
"RightBarTitle" => "Varchar(100)",
"RightBarContent" => "HTMLText"
);
public static $has_one = array(
);

Post Comment