Jump to content
php.lv forumi

SET, GET


sandis_m

Recommended Posts

Es tam izmantoju tādu lietu, ka kontrolerim var būt parent kontroleris un top kā pats pēdējais parent kontroleris hirearhijas ķēdē.

Un tad, teiksim kontrolera metodē var darīt šādi:

$this->parent['mainigais']=5;
vai
$this->top['mainigais']=5;

 

atslēgas vārds: HMVC

Edited by codez
Link to comment
Share on other sites

Vienkāršākajā gadījumā:

 

index.php:
<?php
$variable = 'test';
include('header.php');

header.php:
<?php
echo $variable

 

Viss pārējais jau ir variācijas par tēmu - layouti, templeiti, mvc, hmvc, utt. Doma saglabājas iepriekšējā - tu reāli neizvadi headeri, pirms neesi izpildījis skriptu un piešķīris konkrēto vērtību.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...