Ibrahim Abdo

Avatar
  • 活动总数 20
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 5
  • 订阅数 5
  • 创建于

    Prepend IDE version in running queries

    In older versions of IDEs I remember that each query was executed with a comment prepended to them that included the IDE name and version, like:/* DataGrip 2024.1 */ SELECT * FROM users;But it's no...
    • 2 个关注者
    • 6 条评论
    • 0 票
  • 创建于

    Reference class attributes in strings

    Hello,If I have the following class with the PhpDoc above: /** * @property int|null $id * @property string|null $name */ class Profile { const DB_TABLE = 'profiles'; } And then somewhere else in...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 已编辑于

    Alias for a define() function

    Hello,   Let's say I have the following code:   <?phpdefine('TEST', 'a'); echo TEST;   I would like to replace the define() function with a wrapper, like so: <?php function config($key, $value) ...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Run sql statement programatically

    已回答
    Hello,   Is there a way to run an SQL statement programatically through database api? I am trying to build a dialog panel where the user will choose several options, which will ultimately generate ...
    • 6 个关注者
    • 6 条评论
    • 0 票