Jump to content

gevik

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.ext4yii.com

Profile Information

  • Gender
    Not Telling

gevik's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I think you have to save your byte stream to a temporary file first.
  2. The problem is that you do not state how the database should join the tables. What you are doing here is joining allrecords->with all records. A join is typically: SELECT a.field1, b.fieldX FROM table1 a INNER JOIN table2 b on a.id = b.id I hope this helps.
  3. And now we have Ext4Yii, which implements ExtJS functionality for PHP and Yii framework
  4. The XML feed you are getting from yahoo is actually a RSS feed. It would be much easier if you download an rss reader class from phpclasses.org and let the parser get the correct information for you instead of parsing it manually. I hope this helps
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.