We have cakephp debug on or off option in core.php file, if debug is on then all errors and query will show at the bottom of the page. we can give it some different style or UI so that it will be more readable. we can apply css like below code
- .cake-sql-log {
- position:fixed;
- top:99%;
- z-index:10;
- width:100%;
- background-color:black;
- color:white;
- border-collapse:collapse;
If you have any query related to PHP language then ask at our PHP Developer Forum, which is an excellent place to post and look for PHP Programming Questions and Answers
No comments:
Post a Comment