• This repository has been archived on 16/Jan/2023
  • Stars
    star
    195
  • Rank 198,765 (Top 4 %)
  • Language
    PHP
  • License
    Other
  • Created over 12 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

DEPRECATED
Sponsor

PLEASE NOTE, THIS PROJECT IS NO LONGER BEING MAINTAINED

A CodeIgniter skeleton application based on twitter bootstrap and html5boilerplate.


VERSION 1.1.3
  • Codeigniter 2.1.4
  • bootstrap 3.0RC1
  • html5boilerplate 4.0.0
  • unique style css contains all bootstrap css (responsive and basic), and global css for custom styles.
  • unique plugin js contains all bootstrap plugins.
  • view rendering handled by a smart MY_Controller.
  • jQuery 1.10.2
  • underscore.js 1.5.0
  • nav_helper
  • .htaccess tip for remove index.php
  • basejs view always include in page. (usefull to access via js some server side information e.g. base_url())

USAGE

  1. edit .htaccess file in order to match your server config (see line 5 in the file); if you have http://localhost/site you need to set RewriteBase /site/
  2. set up your defaults values in application/config/development/custom.php
  3. take a look to home controller and template view files to understand how does rendering works.
  4. create your template: I've set up an header, footer, nav, and main for example purpose. Skeleton.php contains the scaffolding page.
  5. pass your data to the view using in controller $this->data["my_var"] = "value";

My_Controller

is made for my basic page template. You need to customize it in order to match your needs. Feel free to improve it. Send a pull request, or contact me.

Author

Alessandro Arnodo

More Repositories

1

fair-analytics

📊 An analytics server that doesn't undermine user's privacy
JavaScript
748
star
2

morpheus

The next generation web publishing platform built with React.js
JavaScript
673
star
3

angular-kickstart

angular-kickstart - speed up your AngularJS development and testing with a great gulpjs build system.
JavaScript
552
star
4

statty

A tiny and unobtrusive state management library for React and Preact apps
JavaScript
512
star
5

marky

A markdown editor built with Electron and React
JavaScript
355
star
6

silex-simple-rest

A simple silex skeleton for writing scalable rest api
PHP
336
star
7

react-kickstart

just another react + webpack boilerplate
JavaScript
186
star
8

markeye

A previewer for Markdown files
JavaScript
77
star
9

cimongo-codeigniter-mongodb-library

DEPRECATED
PHP
74
star
10

angular-fancy-modal

angular-fancy-modal - the definitive modal/popup/dialog solution for AngularJS.
JavaScript
62
star
11

brcast

Tiny data broadcaster with 0 dependencies
JavaScript
47
star
12

flux-immutable-example

A trivial example app with flux, flummox, react-router, webpack and Immutable.js
CSS
43
star
13

borgjs

📦 A tiny wrapper for BorgBackup to automate your backup workflow
JavaScript
31
star
14

fair-analytics-client-api

The Fair Analytics client API
JavaScript
20
star
15

angularjs-playground

A starting point for being up and running in minutes with angularJS.
JavaScript
16
star
16

rxhr

Tiny Observable based HTTP client for browsers
JavaScript
15
star
17

todoo

Todos for introverts
JavaScript
14
star
18

preact-glam

A tiny glamorous version for preact
JavaScript
11
star
19

widget

CSS
3
star
20

is-shallow-equal

shallowly compares two objects
JavaScript
3
star
21

datbox

peer-to-peer file sharing in your browser
JavaScript
1
star
22

site

my website
HTML
1
star