Posted on April 30, 2008 by afruj
I’m a MSc. student of IUB(Independent University Bangladesh) with major in computer science and engineering. My thesis topic is “A Classroom and Student Achievement Assessment Framework (CaSA) for E-Learning Technology”. My thesis objective is to implement this framework in Bangladesh at university level. After complete my thesis work a related web based elearning management system [...]
Filed under: moodle | 2 Comments »
Posted on April 20, 2008 by afruj
I develop a dynamic model for our http://www.votebd.org website to work with database with minimum smarter code. It can insert, update, delete, select data from database through only one related function. The code example given below:
votebd_model-
class Votebd_model extends Model
{
function Votebd_model()
{
parent::Model();
}
/**
* Generates an insert sql query from the parameters
*
* @param string $table The name of the [...]
Filed under: CodeIgniter.model | 5 Comments »
Posted on April 19, 2008 by afruj
After install and run skype I failed to run apache server in my pc. Display port 80 is busy. The reason is Skype keep busy port 80 when it is running. To solve the problem:
1. right click on skype icon on taskbar and click on Quit
2. click on Quit button
3. [...]
Filed under: Apache | 1 Comment »
Posted on April 19, 2008 by afruj
i’m start working with codeigniter. keep images and css folder into system folder and my page layout works fine. Suddenly I download ci_sample file and find .htaccess file within it. Just for curisity I copy it and paste within my system folder. Then wana browse my existing completed pages to see the effect-but it gives [...]
Filed under: CodeIgniter | Leave a Comment »
Posted on April 18, 2008 by afruj
CodeIgniter is a PHP framework that helps structure your code and make redundant tasks less tedious. There are countless similar PHP frameworks, the most popular ones being CakePHP and symfony. After looking at several frameworks, the reason I chose to work with CodeIgniter first is that it is a more loosely formed framework, serving as [...]
Filed under: CodeIgniter | Leave a Comment »