How to solve ZF problems?-php Tutorial

Source: Internet
Author: User
When ZF was first used, the controller wrote php statements, the view was html code, and the model was a database processing statement. However, it was found that both the controller and view could write php, so what should be divided into the controller and written in the view? ------ solution ------------------ the logic processing section in the controller. View is the data display part. ----- Some questions about using ZF
The controller writes php statements, the view is html code, and the model is a database processing statement.
But I found that both controller and view can write php, so which ones should be divided into controller and in view?

------ Solution --------------------
The controller contains the logic processing part.

View is the data display part.
------ Solution --------------------
Discussion

But I wrote a section about the controller
PHP code
$ Base_dir = "/var/www /";
$ Fso = opendir ($ base_dir );
While ($ flist = readdir ($ fso )){
$ This-> view-> flist = $ flist;
}
Closedir ($ fso );
Echo $ this-> vie ......

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.