-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | no
| Swoft version | 1.0.0
| Swoole version | 4.0.1
| PHP version |…
-
| Q | A
| ------------------- | -----
| Bug report? | yes/no
| Feature request? | yes/no
| Swoft version | x.y.z
| Swoole version | x.y.z (by `php --ri swo…
-
- Swoft Version: #.#.#
- Swoole Version: #.#.#
- PHP Version: #.#.#
- Laravel-admin: #.#.#
### Description:
### Steps To Reproduce:
composer require lldca/swoft-admin
提示:
[Composer\Json…
-
![image](https://user-images.githubusercontent.com/1962170/53382930-d01b7b00-39b0-11e9-8715-424becce3f0b.png)
Warning: Swoole\Table::set(): unable to allocate memory. in /Users/admin/Documents/www/…
-
PHP Fatal error: Uncaught Doctrine\Common\Annotations\AnnotationException: [Semantical Error] The annotation "@date" in method Inhere\Validate\AbstractValidation::getMessage() was never imported. Did…
-
```
if (!function_exists('get_flash_message')) {
/**
*
* @return MessageBag[]
*/
function admin_flash_message()
{
...
```
-
现在用模型查询
```php
TbAdmin::findOne([['admin_id','>','143'],['username','=','719']], ['fields' => ['admin_id', 'username']])->getResult();
```
生产的SQL:
```php
SELECT `admin_id`, `username` FROM…
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | yes
| Swoft version | 1.0.0
| Swoole version | 2.1.1
| PHP version …