FoolPHP | Lightweight MVC framework implemented by PHP extension
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
Lightweight MVC framework implemented by PHP extension
Support
Quality
Security
License
Reuse
Support
FoolPHP has a low active ecosystem.
It has 40 star(s) with 12 fork(s). There are 6 watchers for this library.
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
Quality
FoolPHP has no bugs reported.
Security
FoolPHP has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
FoolPHP does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
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
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FoolPHP
FoolPHP Key Features
No Key Features are available at this moment for FoolPHP.
FoolPHP Examples and Code Snippets
Copy
assign("content",$this->getContent());
$this->display();
}
private function getContent(){
return "Hi~";
}
}
?>
assign(string $key,void $value) 模板赋值
render([string $tpl_script]) 渲染模板,将结果返回,不传参数默认调用views路径下"控制器/操作.tpl.php"
displa
Copy
从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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page