• Member Avatar for bibiki
    bibiki

    Marked Solved Status for json response is losing my data

    Hi there, I am having difficulties with integrating [datatables](http://datatables.net/). Somehow, my data is being lost/weirdly modified when putting it in my response variable. foreach($aaData as $aData) echo "-".$aData."<br>"; foreach($aaData as …
  • Member Avatar for bibiki
    bibiki

    Replied To a Post in json response is losing my data

    Seems like the issue was a Laravel framework specific one. I had to invoke the toArray() method on my collection of objects before putting it on my return array. The …
  • Member Avatar for bibiki
    bibiki

    Created json response is losing my data

    Hi there, I am having difficulties with integrating [datatables](http://datatables.net/). Somehow, my data is being lost/weirdly modified when putting it in my response variable. foreach($aaData as $aData) echo "-".$aData."<br>"; foreach($aaData as …
  • Member Avatar for bibiki
    bibiki

    Marked Solved Status for I do not want html escaped

    Hi guys, I am using tinyMCE editor. In my textarea, I want to let user type some html like <table></table> and store that in db just like that, <table></table>. However, …
  • Member Avatar for bibiki
    bibiki

    Replied To a Post in I do not want html escaped

    hi guys, gabrielcastillo's idea sounds good for consistency... this way, on resubmition, my filter will receive the same input as in the first submition, so my app won't behave differently. …
  • Member Avatar for bibiki
    bibiki

    Replied To a Post in I do not want html escaped

    hi cereal, thanks for your reply. I am trying to take control of html purification in server side as I am building a whitelist of tags that I want to …
  • Member Avatar for bibiki
    bibiki

    Replied To a Post in I do not want html escaped

    Hey cereal, thanks for your reply. I looked in that link, but I am not sure that solves my issue. What I am having difficulties with is preventin tinyMCE from …
  • Member Avatar for bibiki
    bibiki

    Created I do not want html escaped

    Hi guys, I am using tinyMCE editor. In my textarea, I want to let user type some html like <table></table> and store that in db just like that, <table></table>. However, …
  • Member Avatar for bibiki
    bibiki

    Replied To a Post in Recursion to make a Scholarly Neighborhood

    hey there, your base case is more than selectedWith == 0. Like what if selectedWith is not zero, but your current author has no co authors? Then, why are you …

The End.