-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
.vimproject
66 lines (66 loc) · 1 KB
/
.vimproject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
quickstart=/home/matthew/git/zf-quickstart CD=. filter="*.php *.phtml *.ini *.sql .htaccess" {
application=application {
Bootstrap.php
configs=configs {
application.ini
}
controllers=controllers {
ErrorController.php
GuestbookController.php
IndexController.php
}
forms=forms {
Guestbook.php
}
layouts=layouts {
scripts=scripts {
layout.phtml
}
}
models=models {
Guestbook.php
GuestbookMapper.php
User.php
DbTable=DbTable {
Guestbook.php
}
}
views=views {
helpers=helpers {
}
scripts=scripts {
error=error {
error.phtml
}
guestbook=guestbook {
index.phtml
sign.phtml
}
index=index {
index.phtml
}
}
}
}
library=library {
}
public=public {
index.php
.htaccess
}
scripts=scripts {
load.sqlite.php
data.sqlite.sql
schema.sqlite.sql
siegerc
}
tests=tests filter="*.php *.xml" {
phpunit.xml
application=application {
bootstrap.php
}
library=library {
bootstrap.php
}
}
}