Download the PHP package bomi/mvcat without Composer
On this page you can find all versions of the php package bomi/mvcat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mvcat
MVC@PHP
library
Demo
- see: DEMO
- url: localhost/mvcat/demo
Composer
Using
.htaccess
- see
- change line to your base url
Configuration file
Manifest.json
Call view in template
-
see: main.phtml
-
use template
- render view without tepmplate
Controller
- your controller should inherit the bomi\mvcat\base\Controller
- example
- fetch request information
Languages
- define your languages in *.properties file. example
- add paths to manifest.json
- use in template or view:
- Without arguments ${key}
- With arguments ${key>>arg1,arg2,arg3}
- use in constructor
- $this->_i18n->get("key", ["arg1, arg2"]);
All versions of mvcat with dependencies
PHP Build Version
Package Version
The package bomi/mvcat contains the following files
Loading the files please wait ....