BenitoJedai
BenitoJedai
Hi, how I can use this lib with "mysqli" and not PDO? My server supports "mysqli" only.
Hi sir, here I am again. What is the latest version of this lib that can run in PHP 5.6?
The v1 can run but i need the latest stable release of this lib that can run in a php 5 env. Thanks for this amazing lib.
@mardix This also not work ``` const mainComponent = { tagName:'c-root', el: 'c-root', data: { colors: ['pink', 'cyan', 'orange'], myStyle: { 'align-items':'center' } }, msg(){ alert(JSON.stringify(this.data.myStyle)) } } This no...
@mardix when :for element have @click is very slow in large list re render how can fix this?