a minimal, personal portfolio script coded with codeigniter. it uses a template library which very basic and open to developing, admin panel to change contents and such as title, author,description,admin password things. you can suggest or ask anything you want.
usage:
change application/config/database.php file with your own database informations. i.e ; 'hostname' => 'localhost', 'username' => 'whatever your username is', 'password' => 'whatever your password is', 'database' => 'portfolio'
create a database named 'portfolio' then import portfolio.sql in it which exist on root portfolio folder
admin page login url: localhost/auth admin name:admin admin password:123 (you can change this informations when login admin panel)