English 中文(简体)
识别 CRUD 观点摘要
原标题:CodeIgniter CRUD view abstraction

I m Building a CMS using ,CodeIgniter, I mumped on the better way to go about Hands CRUD perspectives. 鉴于我的URL与......相似。

mydomain.com/admin/app/content/pages/edit

......如果是我的控制者,那么我的行动方法就是我的行动方法,那么,我目前正在绘制第3、第4和第5部分至实际的目录/档案。

/views
    /admin
        /content
            /pages
                list_view.php
                edit_view.php
                add_view.php
            /banners
                list_view.php
                edit_view.php
                add_view.php

一个警示是,我需要根据需要哪一页,采用不同的非《世界人权宣言》模式方法,因此,如果出现障碍,我的行动方法就会开始出现。 此外,由于表格数据不同,各节的意见将有所不同,因此我看不出我如何能够避免出现一页观点。 显然,所有这一切的倒数是:1)我重复许多法典,2)如果加上一个新的行政部分,我就不得不实际抽出新目录,并在这块大厦中增加一个新的部分。

因此,我的问题是:

  1. How can I reduce the number of directories and view pages I m creating?
  2. Can list_fields() or field_data() methods lend itself to any automation?

我的一个想法是,介绍表一,与表一互动,建立一个动态的联系阵列,界定我想要暴露的哪些领域,以及它应当具备的哪类形式要素,然后把这一点传达给一种共同的看法。 想法? Flaws?

最佳回答

虽然这不能直接回答你的问题,但它可以为你设计《世界人权宣言》提供依据。 如今,我曾用格罗卡列拉夫维奥为平安和安执委会的基本和先进的行动而使用过大的磨损。 它设计良好,除了口号档案结构外,似乎可以提供你所期待的一切。

也可以轻易修改《世界人权宣言》,以纳入你重新寻找的文件/文件结构。

。 http://www.grocerycrud.com/

问题回答




相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签