English 中文(简体)
用户标识/管理良好(封闭式)的购买力平价框架
原标题:PHP framework with good user login/admin [closed]

我们不准许对书籍、工具、软件图书馆以及更多的图书馆征求建议的问题。 你可以ed问这个问题,以便用事实和引言回答。

Closed 6 years ago.

我正在寻找一个良好的PHP框架,并有一个良好的用户标识和格式;行政。 我对密码进行了研究,但我发现的用户管理机构似乎已经过时。 我一直看着Kohaana,但未能找到可行的标志/行政渠道? 我基本上需要:

  • User login
  • User verification of new user
  • User p/w reset
  • Admin add/edit/del user
  • Admin user grouping

任何建议?

最佳回答

BackEndpro for CodeIgniter。

包括:

  • User Authentication with registration & account activation
  • User Permissions by using ACL (Access Control Lists)
  • Admin GUI backend for editing Site-wide Preferences
  • Built on Matchbox (for Modular development)
  • Asset Library (optimize, cache and load JS & CSS)
  • ReCAPTCHA
  • Status messages (info/success/warning/error messages for the user)
问题回答

http://php-login.net rel=“nofollow”

确实,你正在寻找什么东西!





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签