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

  • Home
  • SEARCH
  • 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 9179459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:48:06+00:00 2026-06-17T17:48:06+00:00

There is a field for price in my form that will be saved in

  • 0

There is a field for price in my form that will be saved in a decimal format into db.

Now if a user types commas ‘,‘ not points ‘.‘, how can I quietly replace it so that it will be saved correctly? eg instead of 12,34, there will be saved 12.34, not 12.00

  • 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-17T17:48:08+00:00Added an answer on June 17, 2026 at 5:48 pm

    It would probably be easiest if you used a CFilterValidator to convert the input from a string to a float value automatically when validation happens; the rest should take care of itself.

    So your model would have

    public function rules() {
        return array(
            array('price', 'filter', 'filter' => 'convertToFloat'),
        );
    }
    

    and the filtering function would be something like

    function convertToFloat($value) {
        return floatval(trim(str_replace(',', '.', $value)));
    }
    

    You can also specify the filtering function as any valid callable, for example make it a model method and specify it as

    'filter' => array($this, 'convertToFloat')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using find_by_sql with Activerecord which I generate another field there that doesn't in
in a form if there is a field and a global error both messages
I have a CCK field price which the user can fill in. I would
Summary I am making a ordering form that will multiply Qty of Items by
I have a form that the user is going to interact with, by updating,
I have a form that a user fills out prior to reaching the PayPal
I have a form containing a list of input fields that the user populates
I have working script that the user completes inputs on a form and when
Consider i have a registartion table and there is field prefLocationId and it contains
I want to allow users to either have there username field empty at any

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.