Skip to content
Snippets Groups Projects
Commit 9c40c034 authored by xamgore's avatar xamgore
Browse files

Additional info about deprecated classes

parent 5e190fd9
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ detach - откреплен
NULL - в основной группе
*/
/** @deprecated */
/** @deprecated use Model_Students instead. */
class DataArr_Students {
protected $model;
......
<?php defined('SYSPATH') or die('No direct script access.');
/** @deprecated */
/** @deprecated use Model_Students instead. */
class Model_Admin_Students extends Model
{
/** @deprecated */
......
<?php defined('SYSPATH') or die('No direct script access.');
/** @deprecated */
/** @deprecated use Model_Students instead. */
class Model_DataArr_Students extends Model
{
/** @deprecated */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment