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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:32:16+00:00 2026-05-22T16:32:16+00:00

In the controller (which is a class called MessageController), there is this code, which

  • 0

In the controller (which is a class called MessageController), there is this code, which renders a “view” file named helloWorld and also sets an array where the variable $theTime is connected to the key ‘time’.

$theTime = date("D M j G:i:s T Y"); 
$this->render('helloWorld',array('time'=>$theTime));

In the view helloWorld file, the key ‘time’ from the controller is displayed here through the variable $time

<h3><?php echo $time; ?></h3>

this works perfectly. However, the book also suggests trying another way. It says

Alter the previous example by defining
a public class property on
MessageController, rather than a
locally scoped variable, whose value
is the current date and time. Then
display the time in the view file by
accessing this class property through
$this.

I haven’t been able to figure out how to do this. Anyone know how

  • 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-05-22T16:32:16+00:00Added an answer on May 22, 2026 at 4:32 pm
    class MessageController {
      public $time;
    
      public function beforeAction($action) {
        $this->time = date("D M j G:i:s T Y");
        return true;
      }
    
      public function someAction() {
        $this->render('helloWorld');
    

    in the view:

    echo $this->time;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a view controller class called PresidentsViewController that sets up data in a
I have a controller which has a method called history class UsersController < ApplicationController
I have a navigation controller which also has a table view. I want to
I have a class called Chair. I have a view controller that contains an
Basically my view controller has 49 different instance variables of class CircleView (called circleView1
I've got a controller class which accpets multiple parameters in the ctor which gets
I have a simple controller which returns images: public class ImageController : Controller {
In my IB I have a navigation controller which has in it a view
I have a table view controller which doesn't let me manually scroll to the
I have a two classes, a controller called AppController and a class called URLDelegate

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.