log
This commit is contained in:
		
							parent
							
								
									a348b4c738
								
							
						
					
					
						commit
						fe90503491
					
				|  | @ -12,8 +12,10 @@ class JobModel extends BaseModel { | |||
|     public int $id; | ||||
|     public float $budget; | ||||
|     public static function Initialize() { | ||||
|         echo "init "; | ||||
|         if (static::$query === null) { | ||||
|             ststic::$query = new JobQuery($this); | ||||
|             echo "query "; | ||||
|             static::$query = new JobQuery($this); | ||||
|         } | ||||
|     } | ||||
|     public static function GetLast10() { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue