Amazing PHP framework: doophp! Do OOP PHP

Source: Internet
Author: User
Tags php framework codeigniter


Doophp means do oop php. The author is not a foreigner, but a Chinese cool man. I love this framework. Before that, I like codeigniter. But after meeting doophp, I immediately changed my mind !! I am really a flowery person. Doophp features only one word, fast. There is no second word. The development speed is fast. More importantly, doophp is the fastest running speed in the hundreds of complicated frameworks in the PHP world. It can reach 1/3 of codeigniter.

In the past few days, their official website (doophp.com) has been unable to get on. I tried one and finally got on. Maybe there is something wrong with the Space Provider?

Doophp consists of two folders: Framework and app. Then there is another index in the app. PHP (portal), global (static resources), tools (comes with several convenient tools, such as automatically configuring the ing controller based on the database ing model and URL), and protected. In protected, the model, controller, view, plugin, and config are all in the standard MVC structure.

In fact, I prefer to move the entire framework into the app, and then modify site_path in config to adapt to the program. Although this may violate the hierarchical relationship, the code of the entire website on many servers is usually put in a folder such as public_html, and the framework is moved to the app, using the framework as the core of the app suddenly feels similar to the entry arrangement of the Ci framework.

The structure is as follows:

-. Htaccess

--- Index. php

--- Global

--- Protectd

| --- Cache

| --- Class

| --- Config

| -- Controller

| --- Model

| --- Module

| --- Plugin

| --- View

| --- Viewc

--- Tools

--- Dooframework

In particular, set the common. conf. $ config ['site _ path'] = realpath ('.. '). '/APP/'; change to $ config ['site _ path'] = realpath ('');

If you want to get in touch with the fastest PHP framework in the world, you can refer to the introduction by the author below!

Intro to doophpHttp://static.slidesharecdn.com/swf/ssplayer2.swf? Doc = intro-to-doophp-110222004112-phpapp02 & stripped_title = intro-to-doophp & username = darkredz after opening the hosts page to view the generated model, according to the URL configuration to generate a series of convenient tools such as controller, based on this development, it is no longer possible.

 

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.