(CMS) from Pixel and Tonic. Craft is a content management system (CMS) that’s laser-focused on doing one thing really, really well: managing content. And since content comes in all shapes and sizes, we’ve built Craft to be as flexible as possible, without compromising on the ease of use for content authors. - buildwithcraft.com [ It will change your life ]
Unzip and move to your root folder Rename htaccess to .htaccess in /public Edit /craft/config/db to match your db settings Visit craft.dev/admin and follow the install process Read more about the install process at buildwithcraft.com/docs/installing
Wordpress Craft is your swiss army knife. The right tool for the every project Wordpress is the “as seen on tv” knife kit. Who needs 29 knives when just 1 will do?
[ and it rocks ] Read more about twig at twig.sensiolabs.org/ PHP Twig <?php echo $var ?> {{ var }} <?php $arr = array(1, 2, 3, 4); foreach ($arr as &$value) { $value = $value * 2; } ?> {% for user in users %} {{ user.name }} {% else %} No users have been found. {% endfor %}
3 different categories: Single pages, channels and structures. single Single pages are usually unique, one off pages like your homepage, about page and contact page channel Channels are recurring content pages like a blog, news feed, a team page etc. structure Structures are content pages that usually need to be given hierarchy and order like sub-nav pages. The ultimate goal is to customize content to match the site your building
with organization The ultimate goal is to customize content to match the site your building Assets | Categories | Checkboxes | Color | Date/Time | Dropdown Entries | Lightswitch | Matrix | Multi-select | Number | Plain Text Radio Buttons | Rich Text | Table | Tags | Users