phpcms怎么将会员模型的字段都显示在注册页面

WBOY
Release: 2016-06-13 13:46:08
Original
1069 people have browsed it

phpcms如何将会员模型的字段都显示在注册页面?
如题

------解决方案--------------------
最近也刚做了一个,找不到如何把字段都显示出来,先说下我的方法,不知道是不是还有更好的
1)后台新建了一个会员模型,增加字段mobile,
2)注册页面增加手机项

PHP code

               <tr>
            <td align="right">手机:</td>
            <td><input name="mobile" type="text" style="ime-mode:disabled" require="true" datatype="mobile" msg="手机格式不正确|" id="mobile" size="30"></td>
          </tr> <div class="clear">
                 
              
              
        
            </div>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template