MongoDB configuration process with CodeIgniter

1) Download file form http://www.mongodb.org/display/DOCS/Downloads 2) Create folder on C:\ and rename it ‘mongo’. Extract downloaded file into it. 3) Create a directory called ‘data’ inside C:\mongo 4) Create a directory called ‘ C:\mongo\log\log.txt ‘ inside C:\mongo 5) Click on the Start Menu and enter “cmd” in the search box. and type ‘ C:\mongo\bin\mongod –install…

Read More

CakePHP

CakePHP is a very popular open source PHP framework which provides extremely fast construction, an extensible architecture for developing, maintaining and deploying web applications. CakePHP reduces development costs and helps developers to write less code. CakePHP is a development Framework of PHP which uses commonly known design patterns like Model-View-Controller (MVC), Active Record, Association Data…

Read More

PHP Framework

PHP is the world’s most popular  programming language for many different reasons. PHP frameworks can be very helpful if anyone understand how to work with it. PHP frameworks can help beginners to build more stable application by ensuring proper database interaction and coding on the presentation layer. It is fairly easy  for beginners to write…

Read More

Code Igniter

CodeIgniter (CI) is an open source web application framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. CodeIgniter provides a rich set of libraries with a simple interface and logical structure to access these libraries. It is based on the popular Model-View-Controller…

Read More

PHP

PHP (Hypertext Preprocessor) is a popular server side scripting language which is mainly used in web development and can be embedded into HTML by using PHP code as its input and HTML as the output. It is widely used to write web applications. Now we use the current PHP version PHP5. MVC (Model View Controller)…

Read More