English 中文(简体)
CakePHP 用户使用phpBB
原标题:CakePHP using phpBB for users

I m 在CakePHP 2.0和I m建造一个站点,试图把我们的BB 3.0.8用户表用于记录信息。 我 h开了这套书,创造了一种习俗模式,但我却在设法以可靠的方式打消输入密码,以便我能够检查用户的标识。

是否有任何可靠的方法,说明正式文件系统如何穿透密码? I ve在phpbb/includes/Functions.php外尝试复制大量编码。 具体来说,phpbb_hash(),并具有相关职能。 我也使用<代码>App:进口(Lib, 功能.php);,然后使用这种方式的功能,但你预计会这样做会给它带来 missing。

任何想法都将是巨大的。

问题回答

暂无回答




相关问题
PHP Framework: Ebay Like Site

I am going to be builiding a site like ebay - with all the features of ebay. Please note my payment method is limited to paypal. What would be the best PHP framework to use to build this quickly, ...

specifying date format when using $form->inputs() in CakePHP

I am wondering if there is a way to specify the date format in the forms created using CakePHP s $form->inputs(); Please note that this is not the individual $form->input() but instead $form->inputs() ...

Using DISTINCT in a CakePHP find function

I am writing a CakePHP 1.2 app. I have a list of people that I want the user to be able to filter on different fields. For each filterable field, I have a drop down list. Choose the filter ...

Assistance with CakePHP model relationships

How would I represent the following in a CakePHP model? Product ======= product_id .... Cart ==== cart_id .... Carts_Products ============== cart_id product_id quantity

Prevent controller from trying to autoload model

I am a beginning Cake user and trying to do some work on an already existing application. Running into a problem when I create a new controller. I have created StoreController and when I try to call ...

热门标签