FoolPHP | Lightweight MVC framework implemented by PHP extension

 by   pangudashu C Version: 1.0.0 License: No License

kandi X-RAY | FoolPHP Summary

kandi X-RAY | FoolPHP Summary

FoolPHP is a C library. FoolPHP has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Lightweight MVC framework implemented by PHP extension
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              FoolPHP has a low active ecosystem.
              It has 40 star(s) with 12 fork(s). There are 6 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              FoolPHP has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of FoolPHP is 1.0.0

            kandi-Quality Quality

              FoolPHP has no bugs reported.

            kandi-Security Security

              FoolPHP has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              FoolPHP does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              FoolPHP releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FoolPHP
            Get all kandi verified functions for this library.

            FoolPHP Key Features

            No Key Features are available at this moment for FoolPHP.

            FoolPHP Examples and Code Snippets

            控制器
            Cdot img1Lines of Code : 17dot img1no licencesLicense : No License
            copy iconCopy
            assign("content",$this->getContent());
            		$this->display();
            	}
            
            	private function getContent(){
            		return "Hi~";
            	}
            }
            ?>
            
            assign(string $key,void $value)  模板赋值
            render([string $tpl_script])     渲染模板,将结果返回,不传参数默认调用views路径下"控制器/操作.tpl.php"
            displa  
            配置
            Cdot img2Lines of Code : 8dot img2no licencesLicense : No License
            copy iconCopy
             '127.0.0.1',
            	'user' => 'root',
            	'pass' => '',
            	'port' => 3306,
            );
              
            安装
            Cdot img3Lines of Code : 7dot img3no licencesLicense : No License
            copy iconCopy
            从github下载源码后解压,如解压后目录:FoolPHP-1.0.0
            cd FoolPHP-1.0.0
            phpize
            ./configure
            make && make install
            
            最后将extension=foolphp.so加入php.ini,重启php-fpm或者其他fastcgi
              

            Community Discussions

            No Community Discussions are available at this moment for FoolPHP.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install FoolPHP

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/pangudashu/FoolPHP.git

          • CLI

            gh repo clone pangudashu/FoolPHP

          • sshUrl

            git@github.com:pangudashu/FoolPHP.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link