Pages

▼
Showing posts with label view. Show all posts
Showing posts with label view. Show all posts
Monday, March 6, 2017

MySQL: Create view from two tables with different column names

›
Its very important to create MySQL view from two or more tables with different column names. It is not mandatory but we sometime need it ha...
Saturday, February 11, 2017

Simple Laravel Layouts using Blade

›
The most part of Laravel is usage of layout. It helps you to design a better application. You can create a layout and use that for view pag...
1 comment:
Monday, November 7, 2016

How to pass the entire model to a template in Grails

›
< g: render template = "/layouts/view_name" model = "${pageScope.variables}" />
Thursday, November 3, 2016

Create new controller & view in laravel

›
Open command prompt & navigate to "C:/xampp/htdocs/laravel" (laravel is your laravel project directory) and run following com...
Monday, July 1, 2013

Cakephp get view file content to a variable from controller

›
use Cake\View\View; $html = '';  $this->autoRender = false;  ob_start();  $view = new View($this->request); # OR BELOW...
Monday, April 22, 2013

cakephp call controller action from ctp file

›
$this -> requestAction ( array ( 'controller' => 'users' , 'action' => 'get_category/10/20' ...
›
Home
View web version
Powered by Blogger.