1. Question: Rather than using an auto_increment key as the primary key, you may also use char(36). CakePHP will then use a unique 36 character UUID (String::uuid) whenever you save a new record using the Model::save method.

    A
    True

    B
    False

    Note: Not available
    1. Report
  2. Question: Convention of Foreign key name of the related table followed by _id in CakePHP. Example foreign key of category table to the other table would be category_id.

    A
    True

    B
    False

    Note: Not available
    1. Report
  3. Question: Model extensions in CakePHP is called

    A
    Components

    B
    Behavious

    C
    Helpers

    D
    All

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