Search results

  1. A

    Connection field value in the list table of meta

    If I was looking at the structure of the meta table which FabrikList models, then I will have noticed that connection ID give support to stored it's value in the connection_id field. Although it was worrisome that by which two or more kinds of entries should be saved here, how is it in normal...
  2. A

    Duplicates on update list

    this is solved, thank you.
  3. A

    bug: form plugins

    THANS FOR REPLAY CHEE. I am researching this plugin as using self join elements , However this is really complex schema :oops: Anyway I m looking forward to accomplish clone plugin in someday. thank you.
  4. A

    Duplicates on update list

    I was aware of duplication on J! update list like attached, so just report. --- fab-joomla3, joomla3.3.3
  5. A

    bug: form plugins

    Thank you troester, This feature is also my favorate. I m going to be custom of mine with adding some codes.
  6. A

    bug: form plugins

    oops I was mistyped. :eek: $id_element = $id_elementModel :) $id_element = elementModel I rewrite as this on line60, Then clone.php worked.
  7. A

    bug: form plugins

    To: rob & chee clone.php line60 (right) $ielement = $id_elementModel->getElement(true); (wrong) $id_element = $id_elementModel->getElement(true); maybe miss type .
  8. A

    How to calculate the number of days elapsed

    Hello, If you use a PHP, maybe here helps you. PHP -> http://fabrikar.com/forums/index.php?wiki/common-php-tasks/#dates Following is copy at there. however this is not included holiday, so you have to write your own programming code about holiday If you need it. Replace element name to yours...
  9. A

    bug: form plugins

    $clone_times = $formModel->formData[$element->name]; is there.... so it might be get only element name. When I only set the option of batchid, this make a trouble, but unset it to nothing, the clone has made. So, what can I do anything for this issue.
  10. A

    bug: form plugins

    The symptoms with ColneFormPlugin, it can not get the value for batchid to the mysql. I made for a batchid, and I set it to call from it. And then I get them to work on submission form, a white page only displays. Upsert also was white page, regardless of setting.
  11. A

    bug: form plugins

    Debug: after push submission button. ------- joins Array ( [0] => stdClass Object ( [id] => 1 [list_id] => 0 [element_id] => 20 [join_from_table] => ODRP [table_join] => #__users [table_key] => user [table_join_key] => id [join_type] => left [group_id] => 1 [params] =>...
  12. A

    bug: form plugins

    Some Form plugins is probably, looking up full element name. I notice in Upsert & Colne. These were belong to onAfterprocess. Clone line 59-68 : $formModel->fullFormData['rowid']; ??? Upsert line 113 : $upsert = json_decode($params->get('upsert_fields')); ??? I m not sure....
  13. A

    Be ISAM for Fabrik yet ?

    oopsx2 Fabrik still create ISAM for user data. I am going to close this thread. I was confused something... I apologize.
  14. A

    Be ISAM for Fabrik yet ?

    oops I have given a wrong sentence, updated from 5.3 to 5.5. So he created InnoDB. Hmm , I am going to take back to ISAM. was helpful, genyed.
  15. A

    Be ISAM for Fabrik yet ?

    Thanks for answering accurate point. I read in somewhere that Mysql5.5 creates InnoDB as default. Otherwise I have a Mysql update from 5.3 to 5.4. So I'm not sure that Mysql5.3 would have created ISAM as default in the past, and either recent Mysql5.4 created InnoDB. Anyway let go back to...
  16. A

    Be ISAM for Fabrik yet ?

    well, which is recent engine on fabrik3.2 ? I just would like to know it.
  17. A

    Be ISAM for Fabrik yet ?

    When Fabrik3.2 was installed, Fabrik3.2 have created a InnoDB, Should I take back the ISAM for Fabrik data ? I'm not sure that it had made with Fabrik or mysql. At this time I had taken the system with the Fab3.2 + J!3.2 + mysql5.4.
  18. A

    Is available to access Form Elements by php in Fab3.2

    I got it what is the updateFormData method, finally worked my code. And I don't ask in now, but new question comes to mind how to use onAfterprocess....anyway, grateful.
  19. A

    External Connection Database Access

    hello, I had a no solution about table join with an external table for a long time. Fabrik connection has a risk even if there is Oracle driver. The risk is around a table join. but if it is not necessary , or known it how to avoid it, it does not matter. And then Fabrik4 is going to be no...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top