Vendict

Results 5 comments of Vendict

Для тех, кому приходится поддерживать это легаси, пока работает такой способ (на странице профиля пользователя): > hash ключ можно получить из виджета или выполнив javascript код в консоли браузера: >...

But your solution don't solve like this `select * from table1 where id not in (select id2 from table2)`

> My solution can also solve your problem, and it is more ``` [ Medoo::raw(" not in (select id2 from table2) "), ``` need key on first row of this...

> Use the master branch in my repository to modify, and you have to write this thank you, I already used my solution in small project and try to share...

Open file "ProfileModule.php" and change public variable $controllerMap to this: ``` php public $controllerMap=array( 'comments'=>array( 'class'=>'profile.controllers.YumProfileCommentController'), 'privacy'=>array( 'class'=>'profile.controllers.YumPrivacysettingController'), 'profile'=>array( 'class'=>'profile.controllers.YumProfileController'), ); ```