Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.82 KB | None | 0 0
  1. Enter a number from the list above,
  2. type in the name of another controller, or 'q' to exit
  3. [q] > 2
  4. Would you like bake to build your views interactively?
  5. Warning: Choosing no will overwrite Countries views if it exist. (y/n)
  6. [n] > y
  7. Would you like to create some CRUD views
  8. (index, add, view, edit) for this controller?
  9. NOTE: Before doing so, you'll need to create your controller
  10. and model classes (including associated models). (y/n)
  11. [y] >
  12. Would you like to create the views for admin routing? (y/n)
  13. [n] >
  14. ---------------------------------------------------------------
  15. You have more than one set of templates installed.
  16. Please choose the template set you wish to use:
  17. ---------------------------------------------------------------
  18. 1. pmroom
  19. 2. default
  20. Which bake theme would you like to use? (1/2)
  21. [1] >
  22. `cake/test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement