Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 5 - With Python Modules ?
#1
Brick 

I want to say to CodeIgniter Core Team for launching CodeIgniter Version 5 with Python Modules Facility...

below I mentioned some example code ....

<?php
// Codeigneter 5 Launch soon with Python Modules

   namespace App\Cli\Python

   use AI;
   use ML;

     Class AIGames{
        build gameRace();
     }

     Class MLCard{
        build numberplate();
     }
?>
Reply




Theme © iAndrew 2016 - Forum software by © MyBB