malipinbo

malipinbo

这家伙有点懒,还没写个性签名!

  • 财富值40
  • 威望值0
  • 总积分40

个人信息

  • 2014-09-30 已签到
    连续签到2天,获得了10个金钱
  • <IfModule mod_rewrite.c> 
    
    
    Options +FollowSymLinks
    IndexIgnore */*
    RewriteEngine on
    
    # if a directory or a file exists, use it directly
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    
    # otherwise forward it to index.php
    RewriteRule . index.php
    
    
    </IfModule>
    
    
  • 在你的app根目录下创建.htaccess文件,内容如下

    Options +FollowSymLinks IndexIgnore */* RewriteEngine on # if a directory or a file exists, use it directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # otherwise forward it to index.php RewriteRule . index.php
  • 新建一个model 继承原来的model 写上自己的方法执行sql 就可以了。 好像这样的语句没办法用YII的方法

  • 回答了问题 Yii2错误处理

    是否是文件大小写问题

  • 配置apache 或者nginx

  • 2014-09-29 已签到
    连续签到1天,获得了5个金钱
试用期 等级规则
40/50
资料完整度
10/100
用户活跃度
10/100

Ta的关注

0

Ta的粉丝

0

Ta的访客

2