There are very useful libraries, for example If you want to connect the database, simplely use the database library.
And If you want to make your own libraries ,that is very easy to make for yourself
Next chapter will be shown libraries.
Thule library can be extended by user which means user can make user's library
on demand .
//Directory : LIB_PATH
// file : sample.php
class Sample extends Thule_Debug {
.......
}
Library List
- Router
- Config
- Response
- Request
- Database
- Query
- Cache
- Debug
- Log
- Unit Test