phalcon-invo案例源码.zip
所属分类:课程资源 > PHP
文件大小:240.26 KB
上传日期:2020-06-13 18:16
MD5:80ef00d68d************759d18bb43
本站所提供资源仅作为个人学习、交流使用,不可用于任何商业目的与用途。
# | 文件名称 | 大小 | 最后修改时间 |
---|---|---|---|
1 | invo-master | 0 Bytes | 2014/12/24 5:03:59 |
2 | invo-master\.gitignore | 170 Bytes | 2014/12/24 5:03:59 |
3 | invo-master\.htaccess | 128 Bytes | 2014/12/24 5:03:59 |
4 | invo-master\.htrouter.php | 128 Bytes | 2014/12/24 5:03:59 |
5 | invo-master\.phalcon | 0 Bytes | 2014/12/24 5:03:59 |
6 | invo-master\CONTRIBUTING.md | 348 Bytes | 2014/12/24 5:03:59 |
7 | invo-master\README.md | 963 Bytes | 2014/12/24 5:03:59 |
8 | invo-master\app | 0 Bytes | 2014/12/24 5:03:59 |
9 | invo-master\app\config | 0 Bytes | 2014/12/24 5:03:59 |
10 | invo-master\app\config\config.ini | 311 Bytes | 2014/12/24 5:03:59 |
11 | invo-master\app\config\loader.php | 413 Bytes | 2014/12/24 5:03:59 |
12 | invo-master\app\config\services.php | 2.85 KB | 2014/12/24 5:03:59 |
13 | invo-master\app\controllers | 0 Bytes | 2014/12/24 5:03:59 |
14 | invo-master\app\controllers\AboutController.php | 220 Bytes | 2014/12/24 5:03:59 |
15 | invo-master\app\controllers\CompaniesController.php | 4.78 KB | 2014/12/24 5:03:59 |
16 | invo-master\app\controllers\ContactController.php | 1.27 KB | 2014/12/24 5:03:59 |
17 | invo-master\app\controllers\ControllerBase.php | 531 Bytes | 2014/12/24 5:03:59 |
18 | invo-master\app\controllers\ErrorsController.php | 321 Bytes | 2014/12/24 5:03:59 |
19 | invo-master\app\controllers\IndexController.php | 436 Bytes | 2014/12/24 5:03:59 |
20 | invo-master\app\controllers\InvoicesController.php | 1.31 KB | 2014/12/24 5:03:59 |
21 | invo-master\app\controllers\ProductsController.php | 4.86 KB | 2014/12/24 5:03:59 |
22 | invo-master\app\controllers\ProducttypesController.php | 5.01 KB | 2014/12/24 5:03:59 |
23 | invo-master\app\controllers\RegisterController.php | 1.69 KB | 2014/12/24 5:03:59 |
24 | invo-master\app\controllers\SessionController.php | 1.87 KB | 2014/12/24 5:03:59 |
25 | invo-master\app\forms | 0 Bytes | 2014/12/24 5:03:59 |
26 | invo-master\app\forms\CompaniesForm.php | 1.76 KB | 2014/12/24 5:03:59 |
27 | invo-master\app\forms\ContactForm.php | 1.32 KB | 2014/12/24 5:03:59 |
28 | invo-master\app\forms\ProductTypesForm.php | 810 Bytes | 2014/12/24 5:03:59 |
29 | invo-master\app\forms\ProductsForm.php | 1.58 KB | 2014/12/24 5:03:59 |
30 | invo-master\app\forms\RegisterForm.php | 1.94 KB | 2014/12/24 5:03:59 |
31 | invo-master\app\library | 0 Bytes | 2014/12/24 5:03:59 |
32 | invo-master\app\library\Elements.php | 3.35 KB | 2014/12/24 5:03:59 |
33 | invo-master\app\logs | 0 Bytes | 2014/12/24 5:03:59 |
34 | invo-master\app\logs\.gitignore | 0 Bytes | 2014/12/24 5:03:59 |
35 | invo-master\app\logs\error.log | 2.35 KB | 2014/12/24 5:03:59 |
36 | invo-master\app\models | 0 Bytes | 2014/12/24 5:03:59 |
37 | invo-master\app\models\Companies.php | 342 Bytes | 2014/12/24 5:03:59 |
38 | invo-master\app\models\Contact.php | 262 Bytes | 2014/12/24 5:03:59 |
39 | invo-master\app\models\ProductTypes.php | 507 Bytes | 2014/12/24 5:03:59 |
40 | invo-master\app\models\Products.php | 665 Bytes | 2014/12/24 5:03:59 |
41 | invo-master\app\models\Users.php | 755 Bytes | 2014/12/24 5:03:59 |
42 | invo-master\app\plugins | 0 Bytes | 2014/12/24 5:03:59 |
43 | invo-master\app\plugins\NotFoundPlugin.php | 977 Bytes | 2014/12/24 5:03:59 |
44 | invo-master\app\plugins\SecurityPlugin.php | 2.96 KB | 2014/12/24 5:03:59 |
45 | invo-master\app\views | 0 Bytes | 2014/12/24 5:03:59 |
46 | invo-master\app\views\about | 0 Bytes | 2014/12/24 5:03:59 |
47 | invo-master\app\views\about\index.volt | 425 Bytes | 2014/12/24 5:03:59 |
48 | invo-master\app\views\companies | 0 Bytes | 2014/12/24 5:03:59 |
49 | invo-master\app\views\companies\edit.volt | 637 Bytes | 2014/12/24 5:03:59 |
50 | invo-master\app\views\companies\index.volt | 610 Bytes | 2014/12/24 5:03:59 |
51 | invo-master\app\views\companies\new.volt | 683 Bytes | 2014/12/24 5:03:59 |
52 | invo-master\app\views\companies\search.volt | 2.01 KB | 2014/12/24 5:03:59 |
53 | invo-master\app\views\contact | 0 Bytes | 2014/12/24 5:03:59 |
54 | invo-master\app\views\contact\index.volt | 877 Bytes | 2014/12/24 5:03:59 |
55 | invo-master\app\views\errors | 0 Bytes | 2014/12/24 5:03:59 |
56 | invo-master\app\views\errors\show401.volt | 218 Bytes | 2014/12/24 5:03:59 |
57 | invo-master\app\views\errors\show404.volt | 221 Bytes | 2014/12/24 5:03:59 |
58 | invo-master\app\views\errors\show500.volt | 219 Bytes | 2014/12/24 5:03:59 |
59 | invo-master\app\views\index.volt | 558 Bytes | 2014/12/24 5:03:59 |
60 | invo-master\app\views\index | 0 Bytes | 2014/12/24 5:03:59 |
61 | invo-master\app\views\index\index.volt | 1.12 KB | 2014/12/24 5:03:59 |
62 | invo-master\app\views\invoices | 0 Bytes | 2014/12/24 5:03:59 |
63 | invo-master\app\views\invoices\index.volt | 1.23 KB | 2014/12/24 5:03:59 |
64 | invo-master\app\views\invoices\profile.volt | 1.11 KB | 2014/12/24 5:03:59 |
65 | invo-master\app\views\layouts | 0 Bytes | 2014/12/24 5:03:59 |
66 | invo-master\app\views\layouts\companies.volt | 73 Bytes | 2014/12/24 5:03:59 |
67 | invo-master\app\views\layouts\invoices.volt | 75 Bytes | 2014/12/24 5:03:59 |
68 | invo-master\app\views\layouts\main.volt | 767 Bytes | 2014/12/24 5:03:59 |
69 | invo-master\app\views\layouts\products.volt | 75 Bytes | 2014/12/24 5:03:59 |
70 | invo-master\app\views\layouts\producttypes.volt | 75 Bytes | 2014/12/24 5:03:59 |
71 | invo-master\app\views\products | 0 Bytes | 2014/12/24 5:03:59 |
72 | invo-master\app\views\products\edit.volt | 768 Bytes | 2014/12/24 5:03:59 |
73 | invo-master\app\views\products\index.volt | 606 Bytes | 2014/12/24 5:03:59 |
74 | invo-master\app\views\products\new.volt | 682 Bytes | 2014/12/24 5:03:59 |
75 | invo-master\app\views\products\search.volt | 2 KB | 2014/12/24 5:03:59 |
76 | invo-master\app\views\producttypes | 0 Bytes | 2014/12/24 5:03:59 |
77 | invo-master\app\views\producttypes\edit.volt | 647 Bytes | 2014/12/24 5:03:59 |
78 | invo-master\app\views\producttypes\index.volt | 657 Bytes | 2014/12/24 5:03:59 |
79 | invo-master\app\views\producttypes\new.volt | 525 Bytes | 2014/12/24 5:03:59 |
80 | invo-master\app\views\producttypes\search.volt | 1.83 KB | 2014/12/24 5:03:59 |
81 | invo-master\app\views\register | 0 Bytes | 2014/12/24 5:03:59 |
82 | invo-master\app\views\register\index.volt | 2.7 KB | 2014/12/24 5:03:59 |
83 | invo-master\app\views\session | 0 Bytes | 2014/12/24 5:03:59 |
84 | invo-master\app\views\session\index.volt | 1.54 KB | 2014/12/24 5:03:59 |
85 | invo-master\cache | 0 Bytes | 2014/12/24 5:03:59 |
86 | invo-master\cache\volt | 0 Bytes | 2014/12/24 5:03:59 |
87 | invo-master\cache\volt\dummy | 0 Bytes | 2014/12/24 5:03:59 |
88 | invo-master\public | 0 Bytes | 2014/12/24 5:03:59 |
89 | invo-master\public\.htaccess | 213 Bytes | 2014/12/24 5:03:59 |
90 | invo-master\public\css | 0 Bytes | 2014/12/24 5:03:59 |
91 | invo-master\public\css\bootstrap-theme.css.map | 22.53 KB | 2014/12/24 5:03:59 |
92 | invo-master\public\css\bootstrap-theme.min.css | 18.42 KB | 2014/12/24 5:03:59 |
93 | invo-master\public\css\bootstrap.css.map | 215.62 KB | 2014/12/24 5:03:59 |
94 | invo-master\public\css\bootstrap.min.css | 106.95 KB | 2014/12/24 5:03:59 |
95 | invo-master\public\favicon.ico | 232 Bytes | 2014/12/24 5:03:59 |
96 | invo-master\public\fonts | 0 Bytes | 2014/12/24 5:03:59 |
97 | invo-master\public\fonts\glyphicons-halflings-regular.eot | 19.86 KB | 2014/12/24 5:03:59 |
98 | invo-master\public\fonts\glyphicons-halflings-regular.svg | 61.45 KB | 2014/12/24 5:03:59 |
99 | invo-master\public\fonts\glyphicons-halflings-regular.ttf | 40.31 KB | 2014/12/24 5:03:59 |
100 | invo-master\public\fonts\glyphicons-halflings-regular.woff | 22.77 KB | 2014/12/24 5:03:59 |
101 | invo-master\public\index.php | 641 Bytes | 2014/12/24 5:03:59 |
102 | invo-master\public\js | 0 Bytes | 2014/12/24 5:03:59 |
103 | invo-master\public\js\bootstrap.min.js | 31.07 KB | 2014/12/24 5:03:59 |
104 | invo-master\public\js\jquery.min.js | 91.67 KB | 2014/12/24 5:03:59 |
105 | invo-master\public\js\utils.js | 1.41 KB | 2014/12/24 5:03:59 |
106 | invo-master\schemas | 0 Bytes | 2014/12/24 5:03:59 |
107 | invo-master\schemas\createdb.php | 4.96 KB | 2014/12/24 5:03:59 |
108 | invo-master\schemas\invo.sql | 5.63 KB | 2014/12/24 5:03:59 |
请留下有营养的评论,广告灌水一律拉黑处理,谢谢合作!
上一资源: 全国大学生电子设计竞赛单片机应用技能精解.rar
下一资源: weedcms5_6野草CMS最后版本.rar
作者:Desdemona
共上传:11 个