================================================================================
submit:主题
http://www.phpstorm-themes.com/theme/monokai-sublime
http://www.phpstorm-themes.com/theme/php-dark-royalty-4k
================================================================================
version 10.0.3
http://www.phpstorm-themes.com/
下载主题,文件格式为icls
放置在C:Documents and SettingsAdministrator.WebIde100configcolors路径下
如果colors文件没有,则新建这个文件夹
==============
--------------------------
文件——设置——选择对应主题
推荐字体 Source Code Pro 字体
Adobe 公司发布的一款开源且完全免费的等宽编程字体,它非常适合用于阅读代码,支持Linux、Mac OS X和Windows 等操作系统,而且无论商业或个人都可以免费使用
-------------------------
外观要变成黑色主题,是外观这里设置的 选择Darcula黑色主题
================================================================================================================
=======
$result = Fitness::alias('a')
->join('companies b','a.company_id = b.id','LEFT')
->where($condition)
->field("*,a.id")
->order('a.id asc')
->paginate($params['list_rows']);
$page = $result->render();
$this->success($result,$page);