aid

Tuesday, 14 April 2015

Creating Views in MVC

Creating Views in MVC, A view is normally a web page, or a fragment of page, such as header, footer, sidebar or a web page, etc. views can lithely be entrenched within other views.

codeigniter keywords

codeigniter keywords In order to help out, CodeIgniter uses a sequence of functions and names in its self. for this, Reserved Names cannot be used by a developer. Following is a list of reserved names that cannot be used.
Controller classes will extend the main application controller you must be careful not to name your functions identically to the ones used by that class, otherwise your local functions will override them. The following is a list of reserved names. Do not name your controller any of below listed:

loading helper in codeigniter

Loading a Helper,mvc training,mvc tutorial,learn mvc
Loading a helper file is quite simple using the following function: click

helpers in codeigniter

helpers in codeigniter.
Helpers, help you with work. Each helper file is basically a group of functions in a exacting group. here are URL Helpers, that assist in create associations links and url, here are Form Helpers that help you make form elements, Text Helpers execute more text formatting, Cookie Helpers set and read cookies, File Helpers

Monday, 13 April 2015

tags in html5 with example

HTML TAGS LIST
New : New tags in HTML5.
Tag                          Description
<!--...-->                         Defines a comment
<!DOCTYPE>                   Defines the document type
<a>                                Defines a hyperlink
<abbr>                           Defines an abbreviation
<acronym>                     Not supported in HTML5

what's new in html5

what's new in html5? New Elements in HTML5? the answer is below---
HTML 5 adds a lot of new types to the HTML plan. And what's even better, HTML5 is limited browser support for these all new features. If there is a new  feature you're interested in html 5 code structure so must watch the WHATWG Wiki Implementations page for html5 information.

php ajax and mysql: What is CodeIgniter

php ajax and mysql: What is CodeIgniter: CodeIgniter is a web Development Framework. For developers who creates web application using PHP and mysql. Its objective is to enable yo...

php ajax and mysql: What is CodeIgniter

php ajax and mysql: What is CodeIgniter: CodeIgniter is a web Development Framework. For developers who creates web application using PHP and mysql. Its objective is to enable yo...

What is CodeIgniter

CodeIgniter is a web Development Framework. For developers who creates web application using PHP and mysql. Its objective is to enable you to make projects much faster you could if you were script from scratch, by provided

No input file specified in CodeIgniter

You can removed index.php from the url when working CodeIgniter url. you can remove No input file specified in CodeIgniter using the .htaccess file and Apache's mod_rewrite.
Below is the code for resloving No input file specified in CodeIgniter