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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:54:20+00:00 2026-06-10T05:54:20+00:00

I am working on implementing jplayer on my site and need to generate the

  • 0

I am working on implementing jplayer on my site and need to generate the playlist in php. I’ve pretty much got comma seperation worked out, but the call i use to get my song url and song title are causing php errors and Im not quite sure what Im doing wrong. Im using social engine an extension of zend. I am normally able to use <?php echo $this->string()->truncate($song->getTitle(), 50) ?> and <?php $current_url = explode('?', $song->getFilePath());
echo $current_url[0]; ?>
to generate my mp3 title and url without a problem within the for each loop. My code is below, can someone point me in the right direction?

<?php
  $count = 0;
  foreach( $songs as $song => $item): if( !empty($song) ): ?>
  <?php if ( $count ) { print ", "; } $count++; ?>

{

    title:"<?php echo $this->string()->truncate($song->getTitle(), 50) ?>",

    mp3:"<?php $current_url = explode('?', $song->getFilePath());
echo $current_url[0]; ?>"

}
<?php endif; endforeach; ?>

edit: the error im seeing is “Call to a member function getTitle() on a non-object in …player.tpl “

  • 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-10T05:54:21+00:00Added an answer on June 10, 2026 at 5:54 am

    you’re using $song inside of your loop where you should use $item. $song is only the array-key, so there no method called getTitle while $item is your actual object.

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

Sidebar

Related Questions

We are working on implementing Solr on e-commerce site. The site is continuously updated
I am working on implementing BFSK algorithm on a DSP processor and need to
I'm currently working on implementing a list-type structure at work, and I need it
I am working on implementing UpNP on C++, and I need to get the
I've been working on implementing a pretty complex system in JavaScript that needs to
Been working on implementing a scrolling news ticker into my site. Controlling the scrolling
I'm working on implementing a cache for a lot of bitmap tiles I have.
I am working on implementing an ISrollInfo interface for a custom control. Simply put,
I'm working on implementing a hierarchy which deals with Comparator and the Comparable interface.
I'm working on implementing a single pass depth-peeling algorithm by using atomic textures 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.