Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8270771
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:41:03+00:00 2026-06-08T06:41:03+00:00

i m working classifieds controller this is code public function create_add(){ if(!empty($this->data)) { if($this->Classified->save($this->data)){

  • 0

i m working classifieds controller

this is code

   public function create_add(){
          if(!empty($this->data))
         {
             if($this->Classified->save($this->data)){
               $this->User->save(array('id'=>$this->Auth->User('id'),'pending_attempts'=>$this->Auth->User('pending_attempts')-1));
             $data = $this->User->read();
             $this->Auth->login($data);
             }
            }
    }

i want to updating the ‘pending_attempts’ column in user table , for example:

pending_attempts = 10;

Every time run this code, pending_attempts will be 10 – 1, and always resulting in 9.

After login only time code work and update the database , if i again run that code create_add() it always show pending_attempts =9

Problem is that how to refresh Auth data ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T06:41:04+00:00Added an answer on June 8, 2026 at 6:41 am

    I got the solution of my question , that code working fine for me

    public function create_add()
     {
        if(!empty($this->data))
          {
            if($this->Classified->save($this->data))
              {
    
             $user_data = $this->User->find('first',array('fields' => array('id','pending_attempts'),'conditions'=>array('User.id'=>$this->Auth->User('id'))));
             $this->data['User']['id'] = $this->Auth->User('id');
             $this->data['User']['pending_attempts']= $user_data['User']['pending_attempts']-1;
             $this->User->save($this->data);
           }
        }
      }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Working with Json, how can I NSlog only the title in this code: NSDictionary
I'm working on a classified listing style website and I'm pretty new to Rails...
Working with an undisclosed API, I found a function that can set the number
Working with H2 I get this error when I try to write a row
I have a classifieds system I'm working on. People are able to add photos
I have a classifieds website, and when users post a new classified, they may
I'm working on a site for car classifieds. I searched for an image gallery
I'm working on a project which parses information with a NLP library from classified
I have a classifieds website... Each classified is displayed in a php page called
I'm concerned that this might be working on an NP-Complete problem. I'm hoping someone

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.