6

I'm completely new to this framework and I'm trying to find some sample CRUD application to get started with Kohana 3.

There is a tutorial and information in the unofficial Kohana 3 Wiki (http://kerkness.ca/wiki/doku.php), but even there, there are some aspects that are not covered (the model, validation, etc).

Peter O.
  • 32,158
  • 14
  • 82
  • 96
titel
  • 3,454
  • 9
  • 45
  • 54
  • 1
    @Greelmo the question is: Is there a sample crud application for Kohana? Where can I find it? – titel Jun 14 '10 at 12:49

1 Answers1

5

You might find the example code hosted on shadowhand's github repo useful. It provides the code for a complete website and there are other projects for Kohana3 hosted on github that you should be able to locate without too much trouble that you might find useful.

Steerpike
  • 17,163
  • 8
  • 39
  • 53