Recommend this page to a friend! |
Classes of Victor Andeloci | Kuarasy PHP MySQL Framework | README.md | Download |
|
DownloadKûarasyJust a simple PHP - MySQL framework AboutThis is a very simple and basic PHP - MySQL framework. Help us improve it. Use as you wish. Installation1 - Update the database connection details in <code>/config.php</code>:
2 - If you are NOT running directly on server root, set the BASEPATH reference in <code>/config.php</code>:
and <code>/.htaccess</code>:
Default viewAs default, DEFAULT_VIEW is defined in <code>config.php</code>. It holds the directory name of your main frontpage. Load other views and web apps using the basic function load('view_name') from <code>/views/Base.php</code> REST APIThe basic REST API in this framework uses a action request field to define the task / route This action will call a method with same name from <code>/views/Base.php</code> or any of it's properties After installation test it: http://localhost/kuarasy?action=status Cron jobsEach task uses a task field for identification. Try this on console:
|