本文整理汇总了PHP中DefaultController::actionGetData方法的典型用法代码示例。如果您正苦于以下问题:PHP DefaultController::actionGetData方法的具体用法?PHP DefaultController::actionGetData怎么用?PHP DefaultController::actionGetData使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类DefaultController
的用法示例。
在下文中一共展示了DefaultController::actionGetData方法的9个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: DefaultModel
<?php
/**
* Created by PhpStorm.
* User: Home
* Date: 17.11.2015
* Time: 22:40
*/
include_once '..\\..\\Controllers\\DefaultController.php';
include_once '..\\..\\Model\\DefaultModel.php';
include_once '..\\..\\View\\DefaultView.php';
//initiate the triad
$model = new DefaultModel();
//It is important that the controller and the view share the model
$controller = new DefaultController($model);
$view = new DefaultView($model);
$controller->actionGetData('Notebooks', 'Notebooks', 'All');
$view->DoctypeView('Buy Laptop');
$view->headerView('notebooks');
$view->GetUI('laptop', 'notebooks');
示例2: DefaultModel
<?php
/**
* Created by PhpStorm.
* User: Home
* Date: 22.11.2015
* Time: 1:04
*/
include_once '..\\..\\Controllers\\DefaultController.php';
include_once '..\\..\\Model\\DefaultModel.php';
include_once '..\\..\\View\\DefaultView.php';
$model = new DefaultModel();
//It is important that the controller and the view share the model
$controller = new DefaultController($model);
$view = new DefaultView($model);
$controller->actionGetData('Apple', 'Gadgets', 'Apple');
$view->DoctypeView('Buy Ipad');
$view->headerView('apple-gadgets');
$view->GetUI('device', 'gadgets');
示例3: DefaultModel
<?php
/**
* Created by PhpStorm.
* User: Home
* Date: 03.11.2015
* Time: 23:15
*/
include_once '..\\..\\Controllers\\DefaultController.php';
include_once '..\\..\\Model\\DefaultModel.php';
include_once '..\\..\\View\\DefaultView.php';
//initiate the triad
$model = new DefaultModel();
//It is important that the controller and the view share the model
$controller = new DefaultController($model);
$view = new DefaultView($model);
$controller->actionGetData('Samsung', 'Phones', 'Samsung');
$view->DoctypeView('Buy Samsung Phone');
$view->headerView('Samsung-phones');
$view->GetUI('phone', 'phones');
示例4: DefaultModel
<?php
/**
* Created by PhpStorm.
* User: Home
* Date: 20.11.2015
* Time: 18:25
*/
include_once '..\\..\\Controllers\\DefaultController.php';
include_once '..\\..\\Model\\DefaultModel.php';
include_once '..\\..\\View\\DefaultView.php';
//initiate the triad
$model = new DefaultModel();
//It is important that the controller and the view share the model
$controller = new DefaultController($model);
$view = new DefaultView($model);
$controller->actionGetData('Apple', 'Notebooks', 'Apple');
$view->DoctypeView('Buy Macbook');
$view->headerView('apple-notebooks');
$view->GetUI('laptop', 'notebooks');
示例5: DefaultModel
<?php
/**
* Created by PhpStorm.
* User: Home
* Date: 29.10.2015
* Time: 8:51
*/
include_once '..\\..\\Controllers\\DefaultController.php';
include_once '..\\..\\Model\\DefaultModel.php';
include_once '..\\..\\View\\DefaultView.php';
//initiate the triad
$model = new DefaultModel();
//It is important that the controller and the view share the model
$controller = new DefaultController($model);
$view = new DefaultView($model);
$controller->actionGetData('Apple', 'Phones', 'Apple');
$view->DoctypeView('Buy Iphone');
$view->headerView('apple-phones');
$view->GetUI('phone', 'phones');
示例6: DefaultModel
<?php
/**
* Created by PhpStorm.
* User: Home
* Date: 20.11.2015
* Time: 20:20
*/
include_once '..\\..\\Controllers\\DefaultController.php';
include_once '..\\..\\Model\\DefaultModel.php';
include_once '..\\..\\View\\DefaultView.php';
//initiate the triad
$model = new DefaultModel();
//It is important that the controller and the view share the model
$controller = new DefaultController($model);
$view = new DefaultView($model);
$controller->actionGetData('Asus', 'Notebooks', 'Asus');
$view->DoctypeView('Buy Asus Laptop');
$view->headerView('asus-notebooks');
$view->GetUI('laptop', 'notebooks');
示例7: DefaultModel
<?php
/**
* Created by PhpStorm.
* User: Home
* Date: 22.11.2015
* Time: 1:04
*/
include_once '..\\..\\Controllers\\DefaultController.php';
include_once '..\\..\\Model\\DefaultModel.php';
include_once '..\\..\\View\\DefaultView.php';
//initiate the triad
$model = new DefaultModel();
//It is important that the controller and the view share the model
$controller = new DefaultController($model);
$view = new DefaultView($model);
$controller->actionGetData('Samsung', 'Gadgets', 'Samsung');
$view->DoctypeView('Buy Galaxy Tab');
$view->headerView('samsung-gadgets');
$view->GetUI('device', 'gadgets');
示例8: DefaultModel
<?php
/**
* Created by PhpStorm.
* User: Home
* Date: 22.11.2015
* Time: 0:12
*/
include_once '..\\..\\Controllers\\DefaultController.php';
include_once '..\\..\\Model\\DefaultModel.php';
include_once '..\\..\\View\\DefaultView.php';
//initiate the triad
$model = new DefaultModel();
//It is important that the controller and the view share the model
$controller = new DefaultController($model);
$view = new DefaultView($model);
$controller->actionGetData('Gadgets', 'Gadgets', 'All');
$view->DoctypeView('Buy Device');
$view->headerView('gadgets');
$view->GetUI('device', 'gadgets');
示例9: DefaultModel
<?php
/**
* Created by PhpStorm.
* User: Home
* Date: 28.10.2015
* Time: 18:57
*/
include_once '..\\..\\Controllers\\DefaultController.php';
include_once '..\\..\\Model\\DefaultModel.php';
include_once '..\\..\\View\\DefaultView.php';
//initiate the triad
$model = new DefaultModel();
//It is important that the controller and the view share the model
$controller = new DefaultController($model);
$view = new DefaultView($model);
$controller->actionGetData('Phones', 'Phones', 'All');
$view->DoctypeView('Buy Phone');
$view->headerView('phones');
$view->GetUI('phone', 'phones');