Skip to content

Commit

Permalink
Update Documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
ronmarasigan committed Mar 22, 2021
1 parent 432f6ab commit 1e7a66f
Show file tree
Hide file tree
Showing 40 changed files with 58 additions and 39 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## LavaLust Version 2
This is an early release of LavaLust Version 2. You may check the changelog.txt file to see the changes.
### Overview of Changes in Version 2
#### Note: you can still use the framework version 2 the way you use the version 1 before
-> $this->load is now $this->call
-> super object get_instance is now lava_instance()
->folder structures but you can still change it to your preferred names and path
* application is now app
* system is now scheme
* assets is now public
* core is now kernel
* benchmark class is now performance. see the changelog.txt for more details
* Constants and mimes file inside config folder was also deleted. We are making the framework as simple and as
light as possible
->cache is now inside runtime folder
### Update Version 1 to Version 2
1. Backup your files.
2. Replace all files and directories in your system/ directory with the files and directories from scheme/ folder of version 2.
3. If you are using the constants and mimes that were deleted in version 2, please take note of those things and update your app manually.
## What is LavaLust?
LavaLust is an lightweight Web Framework - (using MVC pattern) - for people who are developing web sites using PHP. It helps
you write code easily using Object-Oriented Approach. It also provides set of libraries for commonly needed tasks, as well as
Expand Down
2 changes: 1 addition & 1 deletion app/config/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion app/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion app/config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion app/config/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion app/views/errors/error_404.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion app/views/errors/error_db.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion app/views/errors/error_exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion app/views/errors/error_general.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://techron.info)
* @version Version 1
* @since Version 1
* @link https://lavalust.com
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion app/views/errors/error_php.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/database/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/helpers/array_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/helpers/cookie_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/helpers/directory_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/helpers/download_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/helpers/file_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/helpers/form_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/helpers/language_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/helpers/security_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/helpers/string_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/helpers/url_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/kernel/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/kernel/Errors.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/kernel/Io.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/kernel/Lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/kernel/LavaLust.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/kernel/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/kernel/Performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/kernel/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/kernel/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/kernel/Routine.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/kernel/Security.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/libraries/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/libraries/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/libraries/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/libraries/Escaper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/libraries/Form_validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/libraries/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion scheme/libraries/Upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package LavaLust
* @author Ronald M. Marasigan <[email protected]>
* @copyright Copyright 2020 (https://ronmarasigan.github.io)
* @version Version 1
* @since Version 1
* @link https://lavalust.pinoywap.org
* @license https://opensource.org/licenses/MIT MIT License
*/
Expand Down

0 comments on commit 1e7a66f

Please sign in to comment.