mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding sql dump back into test suite. Fixes #157
This commit is contained in:
parent
2ace6bb0b1
commit
2aee4b6e43
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@
|
|||
<a href="http://www.cakephp.org/" target="_blank">
|
||||
<img src="<?php echo $baseUrl; ?>img/cake.power.gif" alt="CakePHP(tm) :: Rapid Development Framework" /></a></p>
|
||||
</div>
|
||||
<?php
|
||||
App::import('Core', 'View');
|
||||
$null = null;
|
||||
$View =& new View($null, false);
|
||||
echo $View->element('sql_dump');
|
||||
?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue