Jump to content
php.lv forumi

MVC model ideja


Slammer

Recommended Posts

Sveiki!

 

mācos CI freimworku (pirmoreiz MVC pieeju) un radās jautājums.

 

Kā man labak darīt:

 

ir kontrolieris, kurā ir divas funkcijas. abām funkcijām sākums (mainīgo vērtību piesavināšana) ir identiska, jo dati nāk no post datiem. No teorijas: 'Models are PHP classes that are designed to work with information in your database'.

 

Vai labā prakse skaitītos, ja es abu f-ju kodu ieliktu iekš modeļa un tad lādētu to kontroliera funkcijām.

 

Vai arī labāk rīkoties savadāk?

 

Paldies!

Link to comment
Share on other sites

nesaprotu bēdas būtibu... tu taču zini, kas ir MVC? Kontrolieris ar Modeļa palīdzību attēlo/apstrādā datus priekš Skata.

Teorētiski, ja dati nāks no +/- strukturizētas formas, tad pareizāk būtu metodes likt iekš Modeļa

 

if _POST[formname] = CoolForm
  m->initDataFromCoolForm($_POST);

  if _POST[specificArray]
     m->setSpecificOptions(_POST[specificArray])

  ...

  if m->validateWrite()
     m->write();
  endif
endif

Edited by Delfins
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...