|  | @@ -19,6 +19,7 @@ class L_category extends DooModel {
 | 
												
													
														
															|  |  				'asArray' => TRUE 
 |  |  				'asArray' => TRUE 
 | 
												
													
														
															|  |  		) );
 |  |  		) );
 | 
												
													
														
															|  |  	}
 |  |  	}
 | 
												
													
														
															|  | 
 |  | +	
 | 
												
													
														
															|  |  	public function getCategoryInCid($cidString = '') {
 |  |  	public function getCategoryInCid($cidString = '') {
 | 
												
													
														
															|  |  		Doo::loadClass ( 'XDeode' );
 |  |  		Doo::loadClass ( 'XDeode' );
 | 
												
													
														
															|  |  		$XDeode = new XDeode ( 5 );
 |  |  		$XDeode = new XDeode ( 5 );
 | 
												
											
												
													
														
															|  | @@ -35,6 +36,7 @@ class L_category extends DooModel {
 | 
												
													
														
															|  |  		}
 |  |  		}
 | 
												
													
														
															|  |  		return $list;
 |  |  		return $list;
 | 
												
													
														
															|  |  	}
 |  |  	}
 | 
												
													
														
															|  | 
 |  | +	
 | 
												
													
														
															|  |  	public function getCategoryById($cid = 0, $othercid = "") {
 |  |  	public function getCategoryById($cid = 0, $othercid = "") {
 | 
												
													
														
															|  |  		if (! empty ( $othercid ))
 |  |  		if (! empty ( $othercid ))
 | 
												
													
														
															|  |  			return $this->find ( array (
 |  |  			return $this->find ( array (
 |