Moodle Installation problem in Windows 2000

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 [...]

working with models in CodeIgniter

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 [...]

Apache failed to run after install skype

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. [...]

Face problem to access css file and enable mod_write

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 [...]

CodeIgniter (A framework with Model View Controller)

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 [...]