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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:04:23+00:00 2026-06-07T13:04:23+00:00

I am looking for help specific to my question as I cant quite seem

  • 0

I am looking for help specific to my question as I cant quite seem to get it right from the Kohana docs or googling.

I have 2 tables:

contents
id
uri
title
template_id

templates
id
title

I am trying to return all data for a contents row that has a matching uri.

Currently I have two models: Content and Template.

Content

class Model_Content extends ORM {
protected $_table_name = 'contents';
protected $_has_one = array('template' => array());
....

Template

class Model_Template extends ORM {

protected $_table_name = 'templates';
protected $_belongs_to = array(
    'content' => array()
);

Then in my controller:

$item = ORM::factory("Content")->get_by_uri($uri);

which points to:

$this->where("uri", "=", $uri)->find();

This returns the data from the content table correctly but how can i bring in the template name from the template table?

Thanks for help with this.

  • 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-07T13:04:24+00:00Added an answer on June 7, 2026 at 1:04 pm

    $item->template is all you need. And dont forget to check model for existance: if ($item->loaded()).

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

Sidebar

Related Questions

This might be too opinionated a question, but looking for help! I have been
I'm sorry this is a very long question. I'm looking for help from people
It is quite possible that I'm just looking for help finding the name of
LINQ gurus, I am looking for help to write a query... I have a
looking for some help with images referenced within the stylesheet. I have no problems
I'm new to iPhone development and have a question I hope someone can help
this is a very specific question, but i also have very specific details on
This question might seem very specific but I am in need of some ideas
Apologies in advance for a rather non-specific question: I am looking for some guidance
QUESTION 1 - What .NET classes should I be looking at to help me

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.