[Latest News][6]

Web Dersleri
Web Scriptleri
Web Temaları

Codeigniter Ders - 2 -


Codeigniter Ders - 2 -

Main controller dosyasının kodları ;

  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2. class Main extends CI_Controller {
  3. public function __construct()
  4. {
  5. parent::__construct();
  6. }
  7. public function index()
  8. {
  9. $baslik = "örnek başlık";
  10. $konu_basligi = "örnek konu başlığı";
  11. $list = array('eleman1','eleman2','eleman3');
  12. $data = array('baslik'=>$baslik,'konu_basligi'=>$konu_basligi,'list'=>$list);
  13. $this->load->view('main',$data);
  14. }
  15. public function listele($arg1="3",$arg2="liste elemani")
  16. {
  17. echo "<ul>";
  18. while($arg1 > 0 )
  19. {
  20. echo "<li>{$arg2}</li>";
  21. $arg1--;
  22. }
  23. echo "</ul>";
  24. }
  25. }
Main view dosyasının kodları ;

  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title><?=$baslik?></title>
  6. </head>
  7. <body>
  8. <h1><?=$konu_basligi?></h1>
  9. <ul>
  10. <?php foreach ($list as $x): ?>
  11. <li><?=$x?></li>
  12. <?php endforeach ?>
  13. </ul>
  14. </body>
  15. </html>
Alternatif olarak , kodlar sekmesi altından , .htaccess/main controller/main view dosyalarını indirebilirsiniz.

About Author Mohamed Abu 'l-Gharaniq

when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries.

1 yorum

  1. How to Make A Deposit at a Casino | TrickToAction
    When you 토토 정류장 deposit using the casino credit card, the 토토 싸이트 funds will be 스포츠토토 적중결과 샤오미 transferred into the balance. 아시안 커넥트 These funds are 벳 인포 스포츠 토토 분석 벳피스트 used for the deposit, the bonus, the withdrawal

    YanıtlaSil

Toplam Sayfa Görüntüleme Sayısı

Start typing and press Enter to search