Artyom Mezin
Artyom Mezin
>We don't have a ready solution for your requirements. I understand this :D That's because I'm writing something that can handle some needed things. >3: you have to do that...
Any news about the demo? And what you think about moving KWF backend from ZF 1.x to 2.x or even 3.x?
Works only with this line: ``` require_once 'vendor/autoload.php'; ``` Why? I thought it was fixed in 3.9. Maybe only psr4 autoloading was fixed?
@daHaimi Can you post your code on github? I also need LDAP (Active Directory) auth :+1: Are you using `adLDAP` php extension? @nsams Can custom auth works with sql users...
> We try to avoid that, I don't know of any situation where this happens. I accidentally clicked on the button a couple of times and found this. https://github.com/Sogl/kwf-app-demo Try...
> what's in that line? ``` php public function getColumnType($col) { $info = $this->getTable()->info(); if (isset($info['metadata'][$col])) { //LINE 61 $type = $this->_getTypeFromDbType($info['metadata'][$col]['DATA_TYPE']); if ($col == 'pos' && $type == self::TYPE_BOOLEAN)...
> It seems primaryKey is an array No array data type in whole table: 
Main problem is that table used by external library that working in same DB with KWF PDO object. So I can't change column type because it may bring some problems...
No. No default value also in both columns. And I want to get strings by `chat_id`, because I store this id in my table.
> You must have a single unique column for AutoGrid to work correctly. Inuque index not helps me. Same error.  > If you don't have that currently add an...