1. Question: $this->request->is() takes a single argument in CakePHP, which can be

    A
    request method: get, put, post, delete

    B
    Some request identifier: ajax

    C
    None

    D
    Both

    Note: Not available
    1. Report
  2. Question: Which is the correct syntax of defining CakePHP form helper?

    A
    public $helper=array('Form');

    B
    public $helper='Form';

    C
    public $helpers=array('Form');

    D
    $this->helper=array('Form');

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd