Viewing Your Search Results For
"admin"
"admin"
Some threads may be duplicated if results were found both in the topic and reply.
![]() ![]() |
![]() ![]() |
| Topics | Post Date | Views | ||
| SQL output from a shell - If you are using shells and want to output SQL for debugging, simply do this:
In your shell or other accessible file, create this function:
public function sqlDump($dbConfig = 'default', $exit = true) {
ConnectionManager::getDataSource($dbConfig)->showLog();
if($exit){
exit;
}
}
Next, in ... Posted by: admin Found In: PHP » CakePHP Tips & Tricks |
Dec 25, 2011 at 4:21 PM | 191 | ||
|













