Results 1 to 2 of 2

Thread: ajax grid to update/add record on catalog

  1. #1
    New user
    Join Date
    01-05-10.
    Posts
    7

    Default ajax grid to update/add record on catalog

    hi,
    i try to make some custom backend (ajax grid) for the tables created by this extension since the record will be very large. But i don't know how to generate correct value for the "tstamp" and "sorting" column.

    Any Idea?

    Regards,
    Antok

  2. #2
    User
    Join Date
    06-19-09.
    Location
    Kosice, Slovakia
    Posts
    61

    Default Re: ajax grid to update/add record on catalog

    You may use php time() function for tstamp. Sorting is a little bit more complicated, but if you only want to add items to the end of the table, you may select max(sorting) from xyz and then use that value + 1 for the sorting column.
    S.C.A.R.E

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •