Updated gridsquares controller to include a todo list
这个提交包含在:
父节点
1734a05ded
当前提交
ba412ab07e
共有 2 个文件被更改,包括 10 次插入 和 1 次删除
|
|
@ -8,6 +8,15 @@
|
||||||
|
|
||||||
class Gridsquares extends CI_Controller {
|
class Gridsquares extends CI_Controller {
|
||||||
|
|
||||||
|
/*
|
||||||
|
* TODO List
|
||||||
|
* - Show squares that have been worked and confirmed in green
|
||||||
|
* - Create index page
|
||||||
|
* - Band page provide a band dropdown list
|
||||||
|
* - Find somewhere in the main menu to add a button to it
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
public function index() {
|
public function index() {
|
||||||
$data['page_title'] = "Gridsquare Map";
|
$data['page_title'] = "Gridsquare Map";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
class Gridsquares_model extends CI_Model {
|
class Gridsquares_model extends CI_Model {
|
||||||
|
|
||||||
function __construct()
|
function __construct()
|
||||||
{
|
{
|
||||||
// Call the Model constructor
|
// Call the Model constructor
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用