Used libraries (like Formvalidation,CSRF,Pagination etc. ) are custom.
-> /app/config/config.php
page - can't use 'page' as controller or method.
-> password field name should be 'password' and password confirm filed should be named as 'confirm_password'
-> Database can be access using DB::static_query_building_method_chaining
-> Csrf::csrf_token() is used to generate csrf token.