Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9176093
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:01:30+00:00 2026-06-17T17:01:30+00:00

i am building a web application in code-igniter , i having problem with customizing

  • 0

i am building a web application in code-igniter , i having problem with customizing calendar template. i build a calendar using code-igniter’s calendar library

enter image description here

now i want change template so that day should be listed as follows


1

2

3

.. etc

rather than


1 2 3


4 5 6


can any one tell me how it can be done

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T17:01:31+00:00Added an answer on June 17, 2026 at 5:01 pm

    Taken from : http://ellislab.com/codeigniter/user-guide/libraries/calendar.html

    By creating a calendar template you have 100% control over the design of your calendar. Each component of your calendar will be placed within a pair of pseudo-variables as shown here:

    $prefs[‘template’] = ‘

    {table_open}{/table_open}

    {heading_row_start}{/heading_row_start}

    {heading_previous_cell}<<{/heading_previous_cell}
    {heading_title_cell}{heading}{/heading_title_cell}
    {heading_next_cell}>>{/heading_next_cell}

    {heading_row_end}{/heading_row_end}

    {week_row_start}{/week_row_start}
    {week_day_cell}{week_day}{/week_day_cell}
    {week_row_end}{/week_row_end}

    {cal_row_start}{/cal_row_start}
    {cal_cell_start}{/cal_cell_start}

    {cal_cell_content}{day}{/cal_cell_content}
    {cal_cell_content_today}{day}{/cal_cell_content_today}

    {cal_cell_no_content}{day}{/cal_cell_no_content}
    {cal_cell_no_content_today}{day}{/cal_cell_no_content_today}

    {cal_cell_blank} {/cal_cell_blank}

    {cal_cell_end}{/cal_cell_end}
    {cal_row_end}{/cal_row_end}

    {table_close}{/table_close} ‘;

    $this->load->library(‘calendar’, $prefs);

    echo $this->calendar->generate();

    So you have to change your design using different HTML and/or CSS.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a web-application in JavaScript using the dojo framework. I want to create
I am building a web application using VS 2012 MVC4 code first. In order
I am building a web application where I want to distribute the code in
I am building a web application as college project (using Python), where I need
I am building a Web Application using asp.net (C#). I come from windows forms
I am building a web application using ASP.NET MVC that has two very distinct
I am building a web application and have been told that using object oriented
I'm building a web application using amazon S3 as storage, and I was wondering
I'm building a web application (using prototype) that requires the addition of large chunks
Currently I am building a web application with MVC 4 and Entity Framework code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.