fujitsuDev Approved

Member since: 2019-11-19

Recent posts by fujitsuDev
Post When

Hi, Content not loaded from any CDN (jQuery, for example), CSS is tagged as PHP, size stay to 0... u...

Posted in Not works anymore (build 464)

Hi,

I've a form with dynamic questions, like this:

{{ form_ajax('onSend') }}
{% for question in chap...

Posted in How to loop dynamically named inputs?

That works! Thank you!

In the meantime, I was also able to find another method from API doc (not in ...

Posted in How to pass some variables to component view?

Hi,

I would just pass/attach one or many objects to my component 'default.htm' view from the method ...

Posted in How to pass some variables to component view?

Hi,

My pivot table look like this:

  • user_id
  • chapter_id
  • current (boolean)

My question: how can I get...

Posted in Get/update value in pivot table from component method and template