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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T05:13:42+00:00 2026-06-06T05:13:42+00:00

By taking into consideration the following code snipped: if(‘<?= Yii::app()->controller->action->id?>’ == ‘create’){ $(#Event_name).focusout(function(){ $.ajax({

  • 0

By taking into consideration the following code snipped:

if('<?= Yii::app()->controller->action->id?>' == 'create'){
 $("#Event_name").focusout(function(){
  $.ajax({
    success: function(html)
    {
     type: 'get',
     url: '<?php echo $this->createUrl('related'); ?>'

This works. But…
It’s this a proper way of doing it ? I would prefer to have php on one side, and javascript on the other side, does it makes sense?

Can someone please provide me an example about how would something like this look like when properly done?

  • 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-06T05:13:46+00:00Added an answer on June 6, 2026 at 5:13 am

    I am not well experienced with the framework you are using but it is better if you pass the variables from the controller to your view:

    Controller:

    ...
    $action_id = Yii::app()->controller->action->id;
    $created_url = $this->createUrl('related'); //$this might not be in context here
    
    $this->render('your_view_name', array('action_id'=>$action_id, 'created_url'=>$created_url));
    ...
    

    View:

    if('<?= $action_id ?>' == 'create'){
     $("#Event_name").focusout(function(){
      $.ajax({
        success: function(html)
        {
         type: 'get',
         url: '<?= $created_url ?>'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Taking a rails tutorial, and I've run into the following problem that I'm having
I've written a class as follows. I've written it taking into consideration that its
Edit: Taking dennmat's suggestion into consideration, I have managed to simplify my image acquiring
Taking into consideration performance and readability, how should dates be encoded in JSON for
How do I detect if two divs are overlapping? Not taking into consideration the
Taking into consideration that Fluent NHibernate has been available for some time I thought
Please guide me as how to sort an array with taking into consideration that
I have some C# class libraries, that were designed without taking into account things
I'm looking into the feasibility of taking a video stream from a network device
This is my first entry into backend development, taking mostly a design role in

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.