5

我想制作一个非常简单的 Web 应用程序(平台):用户可以注册、获取帐户,然后登录到平台。我已经安装了Kohana。如果有一个轻量级的演示项目利用这些东西来看看它是如何完成的,那就太酷了。

有没有好用的?

4

4 回答 4

4

Gallery3 BetaArgentum Invoice均基于 Kohana 构建并具有身份验证功能。

于 2009-06-09T13:27:58.037 回答
3

基于 kohana 3.2 的可下载示例。 http://www.workinprogress.ca/kohana32/

于 2012-06-06T13:35:18.920 回答
1

Kohana 附带的 auth 模块允许您管理简单的用户/角色登录。但是,它不提供注册/用户管理表格。

于 2009-06-09T00:42:38.520 回答
0

我只是使用 Kohana 3.2 和 Auth Module 建立一个项目,并找到了这些有用的指南:

在 KO3 中设置基本身份验证(第 1 部分):http ://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/

Auth 模块提供的功能概述(第 2 部分):http ://blog.mixu.net/2010/09/07/kohana-3-auth-the-auth-module-functionality/

在自定义应用程序中实现 Auth 的提示(第 3 部分):http ://blog.mixu.net/2010/09/14/kohana-3-auth-sample-implementation-and-documentation/

Useradmin 入门,我的 Kohana 3 身份验证管理模块(第 4 部分):http ://blog.mixu.net/2011/01/13/getting-started-with-useradmin-my-kohana-3-auth-admin-模块/

于 2012-02-07T15:06:42.597 回答