class= " lineNumbers "
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:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
|
class=
>< " class= " id= " codeSnippet928485 GetList (блок (блок («adId», «>», 0)));
$top_results = блок ();
$other_results = блок ();
$bottom_results = блок ();
$used_values = блок ();
? >
id= " содержание "
php
foreach ($adsList как $theAd) {
$tags_array = взрывают («,», $theAd->tags);
foreach ($tags_array как $theTag) {
$tag = новая бирка ();
$tag->Get ($theTag);
если (strtolower, то == strtolower ($tag->tagText) ($_GET [«s»]) || strtolower == strtolower ($theAd->companyName) ($_GET [«s»])) {
array_push ($top_results, $theAd);
array_push ($used_values, $theAd->adId);
} //close если
} бирка foreach //close
} //close если в бирках или имени компании
foreach ($adsList как $theAd) {
если (strpos, то (strtolower ($theAd->Title), strtolower ($_GET [«s»])) || strpos (strtolower ($theAd->Description), strtolower ($_GET [«s»]))) {
если (! in_array ($theAd->adId, $used_values)) {
array_push ($other_results, $theAd);
array_push ($used_values, $theAd->adId);
} //close если
} //close если в названии или описании
} foreach //close
$search_terms = взрывают (««, $_GET [«s»]);
foreach ($adsList как $theAd) {
foreach ($search_terms как $term) {
если (strpos, то (strtolower ($theAd->Title), strtolower ($term)) || strpos (strtolower ($theAd->Description), strtolower ($term))) {
если (! in_array ($theAd->adId, $used_values)) {
array_push ($bottom_results, $theAd);
array_push ($used_values, $theAd->adId);
} //close если
} //close если в названии или описании
} термин поиска foreach //close
} foreach //close
$all_results = array_merge ($top_results, $other_results);
? >
php
если (отсчет ($all_results) > 0 отсчетов && ($bottom_results) > 0) {, то
? >
Результаты Top для отголосок $_GET php [«s»]. » (". отсчет ($all_results); ? >)
php
} //close если
elseif (отсчет ($all_results) > 0) {
? >
Результаты Search для отголосок $_GET php [«s»]. » (". отсчет ($all_results); ? >)
php
}
foreach ($all_results как $theAd) {
$ratings = новая номинальность ();
$ratingsList = $ratings->GetList (блок (блок («AdId», «=», $theAd->adId)));
$submitter = новый потребитель ();
$submitter->Get ($theAd->PostedBy);
? >
href= " ad_single.php - adId php; ? > " title= " отголосок $theAd->Title php; ? > " > отголосок $theAd->Title php; ? >
изображение " href= " ad_single.php class= " - adId php; ? > " title= " отголосок $theAd->Title php; ? > " >
php
если (== «0» $theAd->Type) {, то
embed_video_thumbnail ($theAd->URL);
} //close если видеоий
если (== «1» $theAd->Type) {, то
embed_image_thumbnail ($theAd->URL, $theAd->Title);
} //close если изображение
? >
>< " даты " class= - PostedDate)); ? >
class= " потребитель " - Submitted отголосок $submitter->Username php; ? >
- Greenwashing номинальность индекса: php если ($theAd->AvgRating! = 0) {отголосок круглый ($theAd->AvgRating, 2); } еще {отголосок «пока занявший в рейтинге»; }? >
php если ($theAd->AvgRating! = 0) {? >
href= " ad_single.php - adId php; ? >< номинальностей " title= " >#ratings количество "? отсчет отголоска php ($ratingsList) + 1; ? > rating php если (отсчет, то ($ratingsList)! = 0) {? >s php}? >
php}? >
php
} //close для каждого объявления
если (отсчет ($bottom_results) > 0) {, то
если (<= 0 отсчета ($all_results)) {, то
? >
Результаты Search для отголосок $_GET php [«s»]. » (". отсчет ($bottom_results); ? >)
php
} //close если
еще {
? >
href=
php
} //close другое
? >
id= " more_results "
php
} //close если больше результатов
если (<= 0 отсчета && <= 0 отсчета ($all_results) ($bottom_results)) {, то
? >
поиск results No
php
} //close если
? >
php вклюают («sidebar.php»); ? >
php вклюают («footer.php»); ? >
|