Kiến thức là vô biên, vì vậy hãy chia sẻ nó. Trên đây là một số công cụ và source mình sưu tầm được. Mong là nó sẽ hữu ích đối với bạn !
Code Google
Thứ Tư, 12 tháng 8, 2015
Chủ Nhật, 29 tháng 3, 2015
Debug php console chrome
<?php
require APPPATH . '/third_party/PhpConsole/__autoload.php';
function d($title="",$content=""){
switch (ENVIRONMENT){
case 'development':
$handler = PhpConsole\Handler::getInstance();
$handler->debug($title,$content);
break;
}
}
require APPPATH . '/third_party/PhpConsole/__autoload.php';
function d($title="",$content=""){
switch (ENVIRONMENT){
case 'development':
$handler = PhpConsole\Handler::getInstance();
$handler->debug($title,$content);
break;
}
}
Thứ Sáu, 23 tháng 1, 2015
Thứ Tư, 14 tháng 1, 2015
Đăng ký:
Bài đăng (Atom)