Quantcast
Channel: CodeIgniter
Browsing all 6 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How can we slimply create a static page in CodeIgniter

TweetSome times we need static pages on sites. In CodeIgniter, to show a static page in a site, you have to create a Controller for handling the page display. A Controller is a class which has methods...

View Article



Image may be NSFW.
Clik here to view.

What are CodeIgniter URLs?

TweetCodeIgniter URL's are search engine friendly and user friendly. CodeIgniter using segment based approach rather than query string. But it supports query strings, you can optionally enable it.URI...

View Article

Image may be NSFW.
Clik here to view.

[Form] Forms in CodeIgniter

Tweet Forms are probably essential part in websites. Because forms are creating the user interface to collect data from users. In CodeIgniter we can generate and handle data with the help of form...

View Article

[Drupal] How to add placeholder to webform elements?

In my project I have a requirement to show the form elements as placeholders. Webform Hints module helps to meet my requirement. Webform Hints takes the title of a Webform component and uses it as the...

View Article

An introduction to CodeIgniter

CodeIgniter is an open source PHP frame work with simple MVC pattern. CodeIgniter is lightweight, generates clean URLs and uses very simple template parser. CodeIgniter didn't require a specific...

View Article


How can we simply create a static page in CodeIgniter

Some times we need static pages on sites. In CodeIgniter, to show a static page in a site, you have to create a Controller for handling the page display. A Controller is a class which has methods to...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images