1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-06-26 03:40:56 +03:00
This commit is contained in:
Alexander Yakovlev 2014-01-17 18:39:34 +07:00
parent c3fb5ba3a3
commit 17b5de1e7d
5 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<?php defined('SYSPATH') OR die('No direct access allowed.');
class Model_Client extends ORM {
}

View file

@ -0,0 +1,3 @@
<?php defined('SYSPATH') OR die('No direct access allowed.');
class Model_Letter extends ORM {
}

View file

@ -0,0 +1,3 @@
<?php defined('SYSPATH') OR die('No direct access allowed.');
class Model_Subscription extends ORM {
}

View file

@ -0,0 +1,3 @@
<?php defined('SYSPATH') OR die('No direct access allowed.');
class Model_Task extends ORM {
}

BIN
model.mwb Normal file

Binary file not shown.