Skip to content

Instantly share code, notes, and snippets.

@ksmylmz
Created November 15, 2020 11:52
Show Gist options
  • Select an option

  • Save ksmylmz/b49b06e92c4fb2bd27c45f32182d3a66 to your computer and use it in GitHub Desktop.

Select an option

Save ksmylmz/b49b06e92c4fb2bd27c45f32182d3a66 to your computer and use it in GitHub Desktop.
<?php
class KrediIslemleri
{
public function KrediyeBasvur($user)
{
if($user->KullanicininKendisimi==true && ($user->bakiye>=1000 || $user->varlik>=100 || $user->surekiCalismaYil>=3) &&
$user->yas>18)
{
//basvuruyu al
}else
{
//basvuruyu reeddet
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment