327 Lillie Road
London SW6 7NR
United Kingdom
London SW6 7NR
United Kingdom
Oops, there seems to have been an error.
There may be a problem, you can try clicking on one of the links to the left, which will take you to our main website (Adobe Flash is required).
Missing Method in NewsController
You are seeing this error because the action company is not defined in controller NewsController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the NewsController::company() in file : app/controllers/news_controller.php
<?php
class NewsController extends AppController {
function company() {
}
}
?>