Questions in Category: Components

RSS

1 answer

1 vote

Asked by ThePletch, 2 days, 2 hours ago in Components

Auth login does not validate users

I have a database set up for an app I'm developing with CakePHP and am trying to implement a login system. I implemented Auth as described in the documentation, and the login page works properly. I've added users exclusively through CakePHP's...

1 answer

0 votes

Asked by rajiv, 2 days, 18 hours ago in Components

Multi user login system

Hello friends, I'm new to CakePhp and this is my first project. The project requirement is like below.

  • There would be three types of users namely 'Admins', 'Clients', 'Assistants'.
  • Admins will create Clients and while doing so a respective user...

2 answers

0 votes

Asked by hosscakephp, 2 weeks, 1 day ago in Components

cookie and array

hi

i want send array to some cookie and then i want push some values to this array in cookie.

for example:

in cookie i have this:


array()
then
array([0]=>1)
then
array([0]=>1,[1]=>2)
then
array([0]=>1,[1]=>2...)

this is my code:



       ...

0 answers

0 votes

Asked by abc4th, 3 weeks, 6 days ago in Components

EMAIL

Hi,

Good day everyone.

My problem is that I used the email component of cakephp.

function sendmail($options)

{

$id=1;

if ( $this-_sendNewUserMail()) {

$this-Session-setFlash(__("Thank you", true));

} else {

$this-Session-setFlash('Oops! Error!');

}

}

When I...

1 answer

0 votes

Asked by lthe3, 4 weeks, 1 day ago in Components

Attach BLOB to email

Good day

i have a bit of a situation......

Situation:

I have created a view that allows a user to upload a file to the databse and stores it on a blob field along with some data.

I would like to now attach that blob file to an email.

here is my...

0 answers

-1 votes

Asked by alexkd, 1 month ago in Components

Check box

In my page I have a check box.

I want to store the value of check box in session variable, when an item is checked

How can I do this Please help me....

2 answers

0 votes

Asked by Ivanyosan, on 15/4/12 in Components

Difference between $this->data and $this->request->data?

I want to know the difference between $this->data and $this->request->data?

THanks.

Ivan.

0 answers

0 votes

Asked by SibLiant, on 13/4/12 in Components

Session gets over written with new session cookie

firefox 11

When I log into my application I get a cookie with a value of say odm7krain1ms6bic7irfvpsj91 .

as long as I stay on this tab and move through the application I'm "usually" okay. If I open another tab and go the same url, I'll get a new...

1 answer

0 votes

Asked by Ivanyosan, on 11/4/12 in Components

Difference between $this->data and $this->auth->data?

Whats the difference between $this->data and $this->auth->data?

1 answer

0 votes

Asked by andrew3719, on 8/4/12 in Components

email (send and read)

Dear All:

i like to build a application , after user register ,my server will send user a email to verified account or reset password , can any one help me on 2 thing

1)how to send email using cakephp, i read the cakeemail , it don't use provided...

<< previous 1   2   3   4   5   6   7   8   9

How does CakePHP Questions work?

CakePHP Questions is easy to use: Register and login or directly login using OpenID and just ask your question!

After you ask your question you just need to wait until you have got some answers and pick the correct answer.

Other users might help you by finding the right answer by voting and giving comments.