CodeIgniter

courses-details

CodeIgniter

  • Description
  • Curriculum

CodeIgniter Training In Indore

CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.

Code Igniter is used for commanding PHP. It is an open source framework. It is based on the model–view–controller (MVC) development pattern. In code igniter, the controller classes are necessary for development while, models and views are optional. By comprising the basic structure, we can develop PHP website which is robust and cost effective. According to the client’s requirements, the full-featured web applications can be developed. The website developed using the code igniter is user-friendly hence; it can easily be managed by the users also. The basic coding of the code igniter is usually PHP coding hence, it is code portal. The code igniter is simple as well as fast also.

Learn code igniter and enhance your skill as a PHP developer. Code igniter is the simplified coding of PHP therefore; your time is going to be saved by learning the Code igniter. To get this extra skill added to your profile, join iTech Creators. Get the knowledge of making the simpler PHP website using Code Igniter live project training by the experienced trainers of iTech Creators. We will be providing you Code Igniter live project training so that you can get the practical experience. The active guidance will be provided by our trainers on the Code Igniter live project training. They will be helping you to shape your future and gain the knowledge by doing things practically.

For getting into the right shoes, the right training is required. So, if you want to get into the right career path then it is highly recommendable to join the training. As a professional, you will be able to design the website according to the user is lesser time and more easily. By learning this skill you are adding another feather to your hat. By learning Code Igniter you will be becoming more valuable in the competition. The opportunities, after learning this skill are only going to increase. You will be able to find a more suitable job with good salary and other luxuries. Learning Code Igniter is a good career choice.

1.CODEIGNITER BASICS

  • Introduction
  • Downloading and installing Codeigniter
  • Basic configuration options
  • Managing Codeigniter on different environments
  • Managing database settings on different environments
  • Securing the system files
  • Removing index.php from the address bar using .http access

2.USER MANAGEMENT

  • Introduction
  • Viewing users
  • Creating users
  • Editing users
  • Deleting users
  • Generating passwords with CodeIgniter
  • Generating passwords with CodeIgniter – the bare bones
  • Forgot password? – resetting passwords with CodeIgniter

3.EMAIL, HTML TABLE, AND TEXT LIBRARIES

  • Introduction
  • Sending plain e-mails with CodeIgniter Email
  • Sending HTML e-mails with CodeIgniter Email
  • Sending attachments with CodeIgniter Email
  • Sending bulk e-mails with CodeIgniter Email
  • Using an HTML table with Data Table
  • Using an HTML table with Data Table and a database
  • Using word limiter() for table output
  • Using word censor() for cleaning input

4.MANAGING DATA IN AND OUT

  • Introduction
  • Sending different data to multiple views
  • Validating user input
  • Preparing user input
  • Sticky form elements in Code Igniter
  • Displaying errors next to form items
  • Reading files from the file system
  • Writing files to the file system
  • Creating and downloading ZIP files
  • Uploading files with CodeIgniter
  • Creating and using validation callbacks
  • Using the language class
  • Confirming cookie acceptance from the user

5.WORKING WITH DATABASES

  • Introduction
  • Configuring CodeIgniter for databases
  • Connecting to multiple databases
  • Active Record – create (insert)
  • Active Record – read (select)
  • Active Record – update
  • Active Record – delete
  • Looping through the database results
  • Counting the number of returned results with num_rows ()
  • Counting the number of returned results with count_all_results ()
  • Query binding
  • Finding the last insert id
  • Finding the number of affected rows
  • Finding the last database query
  • Using CodeIgniter database migrations

6.CALENDARING, RIGHT PLACE, AND RIGHT TIME

  • Introduction
  • Building a CodeIgniter Calendar helper with database results
  • Building an appointment manager with Calendar Library
  • Creating a helper to work with a person’s date of birth
  • Working with fuzzy dates in CodeIgniter