231,177 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
ChromePhp is a PHP class to go along with the ChromePhp Google Chrome extension.
| Contributor | : mpmont |
| : Log in to view | |
| Author Website | : http://www.marcomonteiro.net |
| Spark Website | : https://github.com/mpmont/chromephp/tree/codeigniter_spark |
| Repository Type | : git |
| Number of Installs | : 572 |
php tools/spark install -v3.0.0 ChromePhp_helper
Or download this version manually:
Get ChromePhp_helper-3.0.0.zip
version 3.0.0 This class requires PHP 5 or later.
ChromePhp is a PHP class to go along with the ChromePhp Google Chrome extension.
This class allows you to log variables to the Chrome console.
INSTALLATION 1. Download the Chrome extension from: https://chrome.google.com/extensions/detail/noaneddfkdjfnfdakjjmocngnfkfehhd 2. Put ChromePhp.php somewhere in your PHP include path 3. Click the extension icon on the browser to enable it for the current site 3. Load the helper $this->load->spark('ChromePhp_helper/3.0.0'); 4. Log your stuff -> ChromePhp::log('hello world');
More information can be found here: http://www.chromephp.com
Copyright 2012 Craig Campbell
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.