Git Product home page Git Product logo

codeigniter-bootstrap's Introduction

CodeIgniter Bootstrap

Join the chat at https://gitter.im/sjlu/CodeIgniter-Bootstrap

Bundles the following packages together.

Use

If you're planning on just using/developing with CodeIgniter Bootstrap, don't clone the repository. Instead, use these steps to get a pre-compiled version of it.

Build

If you plan on extending the build process, you should follow these steps. This will only work on a *nix machine and not on a Windows machine.

  • First clone this reposistory
git clone https://github.com/sjlu/CodeIgniter-Bootstrap.git
cd CodeIgniter-Bootstrap
  • Run the makefile
make
  • Unzip the build
unzip CodeIgniter-Bootstrap.zip

Docs

Check out the Wiki for information and CodeIgniter guides.

License

MIT with CodeIgniter Amendments

codeigniter-bootstrap's People

Contributors

anuragrath avatar djflix avatar gitter-badger avatar marcelod avatar mkuehn avatar mnavarrocarter avatar mythos avatar rongorongo avatar sjlu avatar topsitemakers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

codeigniter-bootstrap's Issues

Missing bootstrap-responsive.min.css file

In view file 'include/header.php' one of the link elements in the head section includes the css file 'assets/css/bootstrap-responsive.min.css' but it is nowhere to be found.

Form Horizontal Issue

Thank you so much for creating this on top of CI.

When I use a form-horizontal I can't seem to get it to work correctly
screen shot 2013-10-11 at 4 09 48 pm

Returned an error at the end of make

Hello, I cloned the project and run the make.
In the end I got the message

sed: -e expression #1, character 1: Unknown command: `.'
make: ** [run] Erro 1

Apparently it's all right.

I am using : Linux mynote 3.13.0-51-generic #84-Ubuntu SMP Wed Apr 15 12:08:34 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Glyphicons

Hello, to use glyphicons i had to rename asset/font to asset/fonts, since in the css the font directory is fonts and not font.

I don't know much about github so I don't know if I can change the directory name myself.

Not able to find database

Hi,

I am not able to find the database dump in the source code ?

So please let me know how can i run this admin panel ? where is the db dump file included in the zip.

Update WIKI

On the rest controller wiki you have an error in the include library

it should be this
require(APPPATH.'libraries/REST_Controller.php');

Integration with HMVC

Hi everyone.

I've been trying to set up HMVC with Codeigniter and bootstrap but i'm getting some problems. I've followed the instructions from here: http://www.quizld.com/2012/05/how-to-set-up-hmvc-in-codeigniter-2-1/ but it doesn't work. I've also tested it with a vanilla Codeigniter and it works.

I get this when i point my browser to the CI-Bootstrap installation:

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /Applications/XAMPP/xamppfiles/htdocs/vialda/system/core/Loader.php on line 899

And if i change the frontpage controller to extend from MX_Controller instead of Main_Controller, according to the HMVC documentation, i get:

Fatal error: Class 'MX_Controller' not found in /Applications/XAMPP/xamppfiles/htdocs/vialda/application/controllers/frontpage.php on line 2

I'll appreciate any help. Thanks in advance.

base_url() bug

Within the controller if your try to echo or use base_url() without an argument passed in the parentheses (example: 'main/home'), u get a errors:

Message: Missing argument 1 for base_url(), called in path/to/controller on line # and defined

Filename: helpers/MY_url_helper.php

Line Number: 15

&&

Message: Undefined variable: uri

Filename: helpers/MY_url_helper.php

Line Number: 23

the base url is still generated though

Updating?

Sorry to post this here, I know it's not an "issue" with the project, but I was hoping someone would be able to help.

I'm using a slightly older version of this project for a site.. so how would I go about "updating" to the latest version without overwriting bits in my project?

I'm also thinking for when the 3.0.3 changes get added here.

I'm using Netbeans as my IDE.

Upgrade broke package

Im looking at your current commit but you left out all of the additional libraries & configs?

Looks like you just overwrote the application with 2.2.0. I did this already for you on the pull request.

Was this intentional?

Loading pagination library causes Undefined property: CI_Loader::$uri error

When I load the pagination library using:

$this->load->library('pagination');

I get the following error:

A PHP Error was encountered
Severity: Notice
Message: Undefined property: CI_Loader::$uri
Filename: config/pagination.php
Line Number: 33

Line 33 in the pagination.php config file is as follows:

$config['uri_segment'] = $this->uri->total_segments();

Oauth (facebook & twitter)

you have any examples that you can share with me as authenticate with facebook and twitter, and recovering users to store them in a database ? .

thanks

Request for guides

Hi I would like to give a try with your implementation. I already started to work on a project using the latest codigniter. I would like to know how could I update my project files with yours without to override my actual setups

Thanks in advanced

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.