Created
November 15, 2020 11:52
-
-
Save ksmylmz/b49b06e92c4fb2bd27c45f32182d3a66 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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