diff --git a/module/design/control.php b/module/design/control.php index f8d357aec1..eaea1483e0 100644 --- a/module/design/control.php +++ b/module/design/control.php @@ -16,7 +16,7 @@ class design extends control * * @param int $productID * @param string $type all|HLDS|DDS|DBDS|ADS - * @param string $param + * @param string $param myQueryID|queryID(This is a number) * @param string $orderBy * @param int $recTotal * @param int $recPerPage diff --git a/module/stage/control.php b/module/stage/control.php index 440d7a99e7..fefa558edd 100644 --- a/module/stage/control.php +++ b/module/stage/control.php @@ -12,7 +12,7 @@ class stage extends control { /** - * Browse designs + * Browse stages. * * @param string $orderBy * @access public @@ -30,7 +30,7 @@ class stage extends control } /** - * Create a stage + * Create a stage. * * @access public * @return void @@ -63,7 +63,7 @@ class stage extends control } /** - * Batch create + * Batch create stages. * * @access public * @return void @@ -95,7 +95,7 @@ class stage extends control } /** - * Edit a stage + * Edit a stage. * * @param int $stageID * @access public @@ -132,7 +132,7 @@ class stage extends control } /** - * Set type + * Set type. * * @access public * @return void @@ -160,7 +160,7 @@ class stage extends control } /** - * Delete a stage + * Delete a stage. * * @param int $stageID * @param string $confirm diff --git a/module/stage/model.php b/module/stage/model.php index 0914c4fea0..9d4bd1e366 100644 --- a/module/stage/model.php +++ b/module/stage/model.php @@ -14,7 +14,7 @@ class stageModel extends model { /** - * Create a stage + * Create a stage. * * @access public * @return int|bool @@ -33,7 +33,7 @@ class stageModel extends model } /** - * Batch create + * Batch create stages. * * @access public * @return bool @@ -64,7 +64,7 @@ class stageModel extends model } /** - * Update a stage + * Update a stage. * * @param int $stageID * @access public @@ -86,7 +86,7 @@ class stageModel extends model } /** - * Get stages + * Get stages. * * @param string $orderBy * @access public @@ -98,7 +98,7 @@ class stageModel extends model } /** - * Get pairs + * Get pairs of stage. * * @access public * @return array @@ -117,7 +117,7 @@ class stageModel extends model } /** - * Get by id + * Get a stage by id. * * @param int $stageID * @access public