mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-02 14:23:34 +02:00
initial commit
This commit is contained in:
commit
cd7b4628c3
56 changed files with 1829 additions and 0 deletions
8
app/Model/Item.php
Normal file
8
app/Model/Item.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
class Item extends AppModel {
|
||||
|
||||
var $belongsTo = array('User');
|
||||
var $order = "Item.barcode ASC";
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue