Skip to content

یک فرییمورک پی اچ پی که با اسکیولایت کار می کند و می تواند پایه تشکیل یک سایت ساده باشد.

License

Notifications You must be signed in to change notification settings

mbohlooli/PHP-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PHP app

configuration

chage these content in config.php

define("SITE_URL", your url);

This is a simple app working by users and sqlite.

You can create, read, update & delete users with this app (CRUD)

You must change the addresses in files ".htaccess" & "config.php"

This app already has 1 user with username: "admin" & password: "admin"

To add page to this project make a php file in templates/modules

write this content in the page:

<?php
function get_title(){
    #page title
}
function get_content(){?>
    <!--html codes-->
<?php }

About

یک فرییمورک پی اچ پی که با اسکیولایت کار می کند و می تواند پایه تشکیل یک سایت ساده باشد.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published