Вход Регистрация
Файл: concrete5.7.5.6/concrete/blocks/external_form/form/controller/test_form.php
Строк: 19
<?php
namespace ConcreteBlockExternalFormFormController;
use 
ConcreteCoreControllerAbstractController;

class 
TestForm extends AbstractController
{

    public function 
action_test_search($bID false)
    {
        if (
$this->bID == $bID) {
            
$this->set('response't('Thanks!'));
            return 
true;
        }
    }

    public function 
view()
    {
        
$this->set('message't('This is just an example of how a custom form works.'));
    }
}
Онлайн: 0
Реклама