Documentation
This commit is contained in:
parent
4886d78356
commit
108de76fbd
23 changed files with 100 additions and 29 deletions
|
|
@ -26,6 +26,11 @@
|
|||
* @file
|
||||
* @brief abstract of the table public.forecast_category
|
||||
*/
|
||||
/**
|
||||
* @class Forecast_Category_SQL
|
||||
*
|
||||
* @brief ORM abstract of the table public.forecast_category
|
||||
*/
|
||||
class Forecast_Category_SQL extends Table_Data_SQL
|
||||
{
|
||||
|
||||
|
|
@ -62,4 +67,4 @@ class Forecast_Category_SQL extends Table_Data_SQL
|
|||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue