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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T19:19:57+00:00 2026-06-05T19:19:57+00:00

Should createUrl be called on controller or in views ? It doesn’t matter? Or

  • 0

Should createUrl be called on controller or in views ?
It doesn’t matter? Or it does matter ?

Is there a rule we should follow ? Like methods that extend ccontroller should be used on controllers and so on .. ?

  • 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-05T19:19:58+00:00Added an answer on June 5, 2026 at 7:19 pm

    In View you can use this snippet. You can use this snippet everywhere.

    Yii::app()->createUrl();
    

    But for me is better to define a url in controller’s action, and use simply $some_url var in the view.

    class SomeController extends Controller
    {
        public function actionSomeAction()
        {
            $params = array(
                'key1' => 'value1',
                'key2' => 'value2',
            );
    
            $myUrl = Yii::app()->createUrl('controller/action', $params);
    
            $this->render('some_action', array(
                'my_url' => $myUrl
            ));
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want a macro that I can use like this: CREATE_URL(@{SOME-TOKEN}/some/url/path); The macro should
Should model objects that go to the view be checked for null before going
Should you place the @Transactional in the DAO classes and/or their methods or is
Should functions that act on and object, say to fill it out from xml,
Should a highly dynamic website that is constantly generating new pages use a sitemap
Should I create a related view for each condition in my controller? e.g. I
I want to do something with ehcache in Java that I think should be
Alright, so I've got a function I wrote that should allow me to post
So, since the answer to this basically said that I really should look into
I'm writing a simulation in which a creature object should be able to move

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.