Giter Club home page Giter Club logo

kohana3-examples's Introduction

These example files demonstrate basic Kohana 3 functionality, including:

  • Base template controller
  • Form usage & validation
  • Email using SwiftMailer
  • Messages
  • ORM & models
  • Validation in the model
  • Authentication (signin, signup, change profile, lost password)
  • OAuth (twitter)
  • OpenID (using PHP OpenID)
  • Pagination
  • Base module, admin module
  • Media compression & caching (using the Media module)

Purpose of these files:

  • So I can learn KO3
  • So others can learn KO3
  • As a reference

I don't suggest using these files as a boilerplate project.

Have a look around the repository to see the example code. Feel free to copy. I cannot offer support.

Disclaimer:

Some of the code has been collated from the resources listed in the DOCS. I've referenced these projects in the example files.

Please note

Installation:

  • If you really want to get the project running, view the wiki page for installation instructions.

Demo:

Suggestions welcome, send emails to [email protected]

kohana3-examples's People

Contributors

badsyntax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

kohana3-examples's Issues

save_openid in OpenID controller

Regarding to OpenID controller in action_finish method:
$user = ORM::factory('user')->save_openid($openid);
i got following error:
Invalid method save_openid called in Model_User
And after i checked in user model i do not found save_openid method. I can't find it anywhere. So what is it?

Class controller_git does not exist

went through install process and application doesn't find a controller?? Class controller_git does not exist

SYSPATH\classes\kohana\request.php [ 1176 ]
1175 // Load the controller using reflection
1176 $class = new ReflectionClass($prefix.$this->controller);

Model Examples

Just a feature request: some examples of models, and how they relate to other things, would be nice.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.