Instead of three? :)
Read the upgrade notes - it's written there:
http://book.cakephp.org/view/1561/Migrating-from-CakePHP-1-2-to-1-3
Your specific question is dealt with here:
http://book.cakephp.org/view/1566/View-and-Helpers
and here:
http://book.cakephp.org/view/1567/Model-Databases-and-Datasources
Put this in your layout:
<?php echo $cakeDebug; ?>
Or use this for a sql dump:
<?php echo $this->element('sql_dump'); ?>
On Apr 3, 3:05 pm, ZoRRo <mailof...@gmail.com> wrote:
> I decided to use CakePHP 1.3, but noticed an inexplicable thing: not
> running SQL output with Configure:: write ('debug', 2). How to display
> SQL queries?
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
To unsubscribe, reply using "remove me" as the subject.
No comments:
Post a Comment