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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:53:00+00:00 2026-05-26T09:53:00+00:00

I am new to magento and I am customizing some changes to product, catagory

  • 0

I am new to magento and I am customizing some changes to product, catagory and home pages. I have writen the following Code to show all categories on home page

public function getRandomCategory()
{
    $categoryCollection = Mage::getModel('catalog/category')
    ->getCollection()
    ->addAttributeToSelect('*');

    $categoryCollection->getSelect()->order('RAND()');

    return $categoryCollection;
}

How would i restrict the data by using a condition in case of * in ->addAttributeToSelect(‘*’); statement

  • 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-26T09:53:01+00:00Added an answer on May 26, 2026 at 9:53 am

    A cool thing you can do to debug is to call

    echo $categoryCollection->getSelect();
    

    that will return the exact query that magento is generatingm now the addAttributeToSelect(‘*’) what it does is to generate the ‘Select * From …’ part of the query let’s say that you only need to retrieve the category name

    In that case you only need to do ->addAttributeToSelect(‘name’) you_ can add multiple ->addAttributeToSelect(‘attribute’) to retrieve multiple values.

    Now if by restrict data you meant to only retrieve the categories WHERE something = tosomething else then you need to use addAttributeToFilter(‘atttribute’, ”)value

    Check using_collections_in_magento for more information on the

    Hope my answer helps

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

Sidebar

Related Questions

In my Magento store I have created a new attribute with an attribute code
How can I add new products to Magento 1.6? I have tried this:- $product
I made some template changes to Magento's New Order transactional email template in the
I have created a new product attribute in Magento using the admin panel. But
Scenario: A new blank Magento with a category product and customer import with some
I'm new to magento. I have one product having tier prices as follows: a)
I'm new to Magento so sry if it's a newbie question. I have a
When new product is created in Magento, then how exactly that get saved in
I'm implementing a new template for a Magento site. I have issues with categories
I am new to Magento. I would like to export following data from order

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.