Realtime Chat Application with CakePHP and Socket.IO #2
Before , We begin we need the main layout for the application ,in my case i make ctp file (cakephp file )
I include in the css and js files for Material Design for Bootstrap just to have a modern look for the
application
<?php echo $this->fetch('content'); ?> |
this echo the view for other pages / controllers's actions
we need also to another layout file to use it in chat
PS : the layout files are in this directory app/view/layout , it's specific for cakephp 2
Comments
Post a Comment