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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T03:48:53+00:00 2026-06-18T03:48:53+00:00

I have a Model which I would like to use all variables in a

  • 0

I have a Model which I would like to use all variables in a drop down lis on a form.

protected $_scheduledTime;
protected $_isLive;
protected $_isQueued;
protected $_url;

I was hoping, something like this would work, but it doesn’t

public function getMethods() {
    $methods = getclass_methods($this);
    return $methods;
}

Calling this returns this fatal error:

Fatal error: Call to undefined function getclass_methods()

What I want to achieve is an automatically updated form options when I update the model (which, could be quite frequently)

I might have answered my own question, in that I would build an array in the model that returns upon a call… but if there is already a method that can do this, then it would be much appreciated.

Thank you in advance.

  • 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-18T03:48:56+00:00Added an answer on June 18, 2026 at 3:48 am
    get_declared_classes() // gives you all declared classes
    get_class_methods() // gives you all methods of class
    get_class_vars() // gives you properties of the class
    get_object_vars() // gives you propertis of an object
    get_parent_class()  // gives you parent class of the current class
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a job model which has many attributes. I would like to use
I have a Ticket model which has_many :tags . I would like to find
I have a User model in my app, which I would like to store
I have various models of which I would like to keep track and collect
I have a FormView which I would like to open in insert mode only
I have an ActiveRecord Appointment model, which includes topic and time attributes. I would
I have a Model which has some constants defined, like below: class Order(models.Model): WAITING
I have a Model Property which has subclasses using STI, and which I would
I have model Foo which has field bar. The bar field should be unique,
I have a model which contains lists of other models, which also contains lists

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.