• 30-05-2018, 16:41:00
    #10
    ( Slim kullandigim minik apiler icin )Jwt :https://github.com/tuupola/slim-jwt-auth
  • 30-05-2018, 21:08:35
    #11
    alchalade adlı üyeden alıntı: mesajı görüntüle
    ( Slim kullandigim minik apiler icin )Jwt :https://github.com/tuupola/slim-jwt-auth
    slim mi daha kucuk titan v2 mi ?
  • 30-05-2018, 22:15:24
    #12
    theykk adlı üyeden alıntı: mesajı görüntüle
    slim mi daha kucuk titan v2 mi ?
    Acikcasi Titan V2 ve ZN yi son bir kac gün öncesine kadar duymamistim benim ayibim olsun. Hali ile bilmedigim bir konuda fikir beyan etmem dogru olmayacaktir.
    Kismetse agustos sonu gibi hergün 2 saat bosvaktim olacak o zaman iki frameworke de bakmayi düsünüyorum.
  • 30-05-2018, 22:20:42
    #13
    alchalade adlı üyeden alıntı: mesajı görüntüle
    Acikcasi Titan V2 ve ZN yi son bir kac gün öncesine kadar duymamistim benim ayibim olsun. Hali ile bilmedigim bir konuda fikir beyan etmem dogru olmayacaktir.
    Kismetse agustos sonu gibi hergün 2 saat bosvaktim olacak o zaman iki frameworke de bakmayi düsünüyorum.
    zn ye bakmaya degmez hocam ama titani siddetle tavsiye ediyorum slimden daha kucuk geldi bana daha kompak daha pratik daha kucuk

    slimde
    use PsrHttpMessageServerRequestInterface as Request;use PsrHttpMessageResponseInterface as Response;require 'vendor/autoload.php';$app = new SlimApp;$app->get('/hello/{name}', function (Request $request, Response $response, array $args) {    $name = $args['name'];    $response->getBody()->write("Hello, $name");    return $response;});$app->run();
    titanda ise
    use SystemLibsRouterRouter as Route;
    
    Route::set404(function(){
    header('HTTP/1.1 404 Not Found');
    View::render('errors.404');
    });
    
    Route::namespace('frontend')->group(function(){
    Route::get('/', 'Home@index');
    });
  • 31-05-2018, 05:49:27
    #14
    PHP Facebook Giriş Uygulaması -> https://www.talhakeskin.com.tr/php-f...is-uygulamasi/
  • 31-05-2018, 13:47:30
    #15
    Bay_Keskin adlı üyeden alıntı: mesajı görüntüle
    PHP Facebook Giriş Uygulaması -> https://www.talhakeskin.com.tr/php-f...is-uygulamasi/
    face kullanan kaldimi hocam ya
  • 31-05-2018, 20:01:46
    #16
    theykk adlı üyeden alıntı: mesajı görüntüle
    face kullanan kaldimi hocam ya
    Türkiye'de haala en çok kullanılan sosyal medya
  • 31-05-2018, 20:08:35
    #18
    StyleWaR adlı üyeden alıntı: mesajı görüntüle
    guzelmis