Jump to content

skein

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Everything posted by skein

  1. Hello! I decided to restart my old website Fighting Connection from the grounds up! Right now there is not much there, but I'm trying to update it almost every day. Fighting Connection is for people, who enjoy fighting video games and like to know more about their favourite characters, games and more. So if you like the idea of this website then check it out here: http://www.thefightingconnection.com/ Also if you would like to see the OLD version of Fighting Connection you will find it here: http://web.zone.ee/fightingconnection/
  2. what is the regexp sign for [ and ] ???
  3. so im doing this test application. I did everything step by step as said in the book: - I created a table items - i created a file item.php in models folder <?php class Item extends AppModel { var $name = 'Item'; } ?> -I created a items_controller.php in the controllers folder <?php class ItemsController extends AppController { var $name = 'Items'; var $scaffold; } ?> But when I go to http://localhost/testapp/items it says Not Found, but the book says I should get a view rendered. What did I do wrong. Can someone help me please?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.