One Page template Single page template for displaying the CRUD and Form

You can also display crud and form on a single page.

  
                            $pdocrud = new PDOCrud();
                            echo $pdocrud->dbTable("book")->render("ONEPAGE");
                            

One page template using PDOCrud