在yii中,自己定义的有一些常用的方法,应该放在什么文件中?
在yii中,自己定义的有一些常用的方法,应该放在什么文件中?
比如,我想定义一段判断手机号码是否正确的方法,function verify(){},应该将他写在哪里呢?我在百度上并没有搜索到特别满意的答案。
回复内容:
在yii中,自己定义的有一些常用的方法,应该放在什么文件中?
比如,我想定义一段判断手机号码是否正确的方法,function verify(){},应该将他写在哪里呢?我在百度上并没有搜索到特别满意的答案。
你可以直接写在Model里面,假设这是一个users下面的一个字段,那么function verify(){}
就可以放到对应的User Model里面,我觉得这样是行得通的。
题外话:还是用google吧
其实是随意的。 官方文档中也没有推荐写法。
考虑到重用性, 可以自建个 helps(whatever) 项目, 放到 github 上关联到 composer 。 方便自己以后项目和别人使用。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Validator can be created by adding the following two lines in the controller.

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

CakePHP is an open source MVC framework. It makes developing, deploying and maintaining applications much easier. CakePHP has a number of libraries to reduce the overload of most common tasks.

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an
