Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cakephp-tutorial/7f0da069827815c3fe3a to your computer and use it in GitHub Desktop.
Save cakephp-tutorial/7f0da069827815c3fe3a to your computer and use it in GitHub Desktop.
<?php
#/app/controller/AuthorsController.php
class AuthorsController extends AppController{
public $scaffold; //attiviamo lo scaffold per poter procedere al CRUD di cakephp
}
#/app/controller/BooksController.php
class BooksController extends AppController{
public $scaffold; //attiviamo lo scaffold per poter procedere al CRUD di cakephp
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment