232,531 Installs and Counting! Get Sparks Now!
Hey! Keep up to date with the project through its beta and public launch by following @getsparks.
Tweet
A Quick Looks At Sparks (EllisLab Official Post)
March 11, 2012
from: codeigniter.com
The Top Sparks of 2011
December 31, 2011
from: codefury.net
CodeIgniter Starter Project − A Starting Point for Any CI Dev
December 12, 2011
from: github.com
NetTuts+ Tutorial for GetSparks
November 24, 2011
from: net.tutsplus.com
Need a placeholder? Like Kittens? You are in the right place.
| Contributor | : mpmont |
| : Log in to view | |
| Author Website | : http://www.marcomonteiro.net |
| Spark Website | : https://github.com/mpmont/adopt-kitten |
| Repository Type | : git |
| Number of Installs | : 626 |
php tools/spark install -v0.0.4 adoptkitten
Or download this version manually:
Get adoptkitten-0.0.4.zip
This helper allows you to add placeholder images in your applications. It is extremely useful when prototyping the layout of the page.
adoptkitten(width, height);
The helper uses placekitten.com service.
adoptkitten(300);.adoptkitten(200, 100);You can also pass in an array:
adoptkitten(array('width' => 100, 'height' => 100));
Copyright (c) 2012 Marco Monteiro
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
php tools/spark install -v0.0.3 adoptkitten
Or download this version manually:
Get placekitten-0.0.3.zip