Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>CodeIgniter and Yii are <strong>server-side</strong> frameworks. The libraries in question (with the exception of SASS), live on the <strong>client-side</strong>. Whether you choose CodeIgniter or Yii, the basic integration will be the same. Because I'm a CodeIgniter developer, I can give you one-half of the story:</p> <p>I urge you to read everything under the <a href="http://codeigniter.com/user_guide/toc.html" rel="nofollow noreferrer">Introduction section</a> of the documentation and take a few days to fly through the tutorials and set your brain straight on MVC. Only then, check out a previous <a href="https://stackoverflow.com/questions/9540576/header-and-footer-in-codeigniter/9540985#9540985">answer of mine</a> that explains how to create modular layouts. Once you're comfortable with this, including jQuery and Bootstrap into your project is trivial.</p> <p>As for Boilerplate - please pick and choose the sections that are relevant to your project and plug-them-into the right 'view' as per linked answer. There are some parts of Boilerplate that will step on Bootstrap's toes (specifically CSS resets, be careful).</p> <p>Paul Irish gave an excellent talk on <a href="http://www.youtube.com/watch?v=qyM37XKkmKQ" rel="nofollow noreferrer">HTML5 Boilerplate</a> last year. The Boilerplate itself has probably been updated significantly, but it should get you started.</p> <p>CodeIgniter has <a href="http://codeigniter.com/user_guide/" rel="nofollow noreferrer">unparalleled documentation</a> and a <a href="http://codeigniter.com/forums/" rel="nofollow noreferrer">fantastic community</a>. If you choose this route - welcome!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload