Error: The action B is not defined in controller PrintedsController
Error: Create PrintedsController::B() in file: app/controllers/printeds_controller.php.
<?php
class PrintedsController extends AppController {
var $name = 'Printeds';
function B() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp