Lines Matching refs:INPUT

44         global $INPUT;
53 switch ($INPUT->param('news')['do']) {
65 global $INPUT;
74 switch ($INPUT->param('news')['do']) {
108 global $INPUT;
109 if (!$INPUT->str('news-id')) {
113 $newsId = $INPUT->str('news-id');
140 global $INPUT;
141 $file = ModelNews::getCacheFileById($INPUT->param('news')['id']);
148 $data[$field] = cleanText($INPUT->str('text'));
150 $data[$field] = $INPUT->param($field);
165 if (+$INPUT->param('news')['id'] === 0) {
167 … $this->saveIntoStreams($this->helper->serviceNews->getMaxId(), $INPUT->param('news')['stream']);
169 $news = $this->helper->serviceNews->getById($INPUT->param('news')['id']);
188 global $INPUT;
189 $file = ModelNews::getCacheFileById($INPUT->param('news')['id']);
193 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
195 …$priority = $this->helper->servicePriority->findByNewsAndStream($INPUT->param('news')['id'], $stre…
196 $data = $INPUT->param('priority');
207 global $INPUT;
208 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
209 …$priority = $this->helper->servicePriority->findByNewsAndStream($INPUT->param('news')['id'], $stre…
216 global $INPUT;
217 if (!$INPUT->param('news')['id']) {
225 $f = ModelNews::getCacheFileById($INPUT->param('news')['id']);
234 global $INPUT;
235 if ($INPUT->param('news')['stream']) {
236 …echo p_render('xhtml', p_get_instructions('{{news-stream>feed="5";stream="' . $INPUT->param('news'…
243 global $INPUT;
248 if ($INPUT->param('news')['id'] !== 0) {
249 $data = $this->helper->serviceNews->getById($INPUT->param('news')['id']);
256 $form->setHiddenField('news[id]', $INPUT->param('news')['id']);
258 $form->setHiddenField('news[stream]', $INPUT->param('news')['stream']);