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 8942993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:39:54+00:00 2026-06-15T11:39:54+00:00

I have set this in my main.php file: ‘params’=>array( ‘TOTAL_ACCOUNT_NUMBER’=>’500100’ ) I can successfully

  • 0

I have set this in my main.php file:

'params'=>array(
   'TOTAL_ACCOUNT_NUMBER'=>'500100'
)

I can successfully access the data using Yii::app()->params[‘TOTAL_ACCOUNT_NUMBER’]

I would like to pass this as a default to a method like so:

public function myMethod($acctNum=Yii::app()->params['TOTAL_ACCOUNT_NUMBER']) {
  ...
}

This produces the syntax error: unexpected ‘(‘.

I can probably create a workaround with something like:

public function myMethod($acctNum=null) {
   $acctNum = !isset($acctNum) ? Yii::app()->params['TOTAL_ACCOUNT_NUMBER'] : $acctNum;
}

But is there an easier way to format the original method to just avoid the syntax error?

Thanks

  • 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-15T11:39:55+00:00Added an answer on June 15, 2026 at 11:39 am

    You are calling a function inside a parameter list. (Yii::app()) which is, according to your error not allowed in PHP.

    The default value must be a constant expression, not (for example) a variable, a class member or a function call.

    from http://php.net/manual/en/functions.arguments.php

    Your own workaround would be a nice solution.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have set the form decorators in this way: <?php $this->setElementDecorators(array( 'Label', array(array('labelTd' =>
I have a set of custom PHP scripts. They load a main PHP file
In Yii, I have enabled APC caching through the config/main.php file: 'cache' => array(
I have an iframe on my main page, and this iframe uses php code
This is code that I have added in my vendors/xtcpdf.php file: <?php App::import('Vendor','tcpdf/tcpdf'); class
I have this set of labels and radio buttons that look like this: Entertainment:
I have this set of code which was working fine about an hour or
I currently have this set up and working fine inside a users folder. RewriteEngine
let's say I have this set of HTML-markup and CSS #CSS .inputhelp_text { background:
I have a set of data, with columns x and y. This set contains

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.