Home » 
        MCQs » 
        Phalcon MCQs
    
        
    ____ is a sort of code generation in which we direct it to a web application database, resulting in the creation of a simple CRUD (Create, Read, Update, Delete) application
    
    
    
	17. ____ is a sort of code generation in which we direct it to a web application database, resulting in the creation of a simple CRUD (Create, Read, Update, Delete) application.
    
      - Framing
- Constructor
- Scaffolding
- Bootstrap
Answer: C) Scaffolding
    Explanation:
    Scaffolding is a sort of code generation in which we direct it to a web application database, resulting in the creation of a simple CRUD (Create, Read, Update, Delete) application.