Download the PHP package ultimecreation/php-mvc without Composer
On this page you can find all versions of the php package ultimecreation/php-mvc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ultimecreation/php-mvc
More information about ultimecreation/php-mvc
Files in ultimecreation/php-mvc
Download ultimecreation/php-mvc
More information about ultimecreation/php-mvc
Files in ultimecreation/php-mvc
Vendor ultimecreation
Package php-mvc
Short Description A basic mvc implementation for beginners
License MIT
Package php-mvc
Short Description A basic mvc implementation for beginners
License MIT
Please rate this library. Is it a good library?
Informations about the package php-mvc
php-mvc-fullstack
stable
-
Config du projet config > config.php
define('DB_HOST', 'localhost'); define('DB_NAME', 'my_website'); define('DB_USER', 'root'); define('DB_PASS', ''); // site CONSTANTS define('SITENAME', ''); define('BASE_URL', 'http://localhost/php-mvc-framework'); define('PUBLIC_URL', BASE_URL.'/public');
-
Création d'un modèle src > models > SomeModelModel.php
</body> </html>
- css, js, images
=> public > assets > css > style.css
=> public > assets > js > main.js
=> public > assets > img > img.png
All versions of php-mvc with dependencies
PHP Build Version
Package Version
No informations.
The package ultimecreation/php-mvc contains the following files
Loading the files please wait ....