Dungeon commandos - fight behind enemy lines. Apply your tactical skills and modern firing weapons to kill enemies. In this dynamic Android game you are going to play as a commander of a small elite commandos detachment. You have an important combat mission. You must penetrate enemy base and clear it out of enemies. Move across a twisted maze of corridors. Take key firing positions. Shoot from an assault rifle or shotgun. Avoid charges of automatic machinegun turrets and snipers. Game features: 2 unique characters Various locations Hordes of dangerous enemies Wide range of weapons Link Download : Apk = Dungeon Commandos v1.0.2
HTML Element is main component for building web static - HTML Elements example: 1 <tagname></tagname> 2 <html></html> 3 <br/> (there is no need start tag for br) Start tag Element content End tag <html> This is HTML element </html> - Nested HTML this mean this element contain other element Example : <html> <body> <h1> this is header </h1> <p> this is paragraph</p> </body> </html> Each HTML have start and end tag don't skip the tag except for special html like <br/>
In this we will learn how to create database with migration First we need create database from mysql Activate xampp mysql then go to localhost insert your user and pass and enter the database then create database After that go to your terminal and in your directory project type this code : $ ~ php spark make:migration [your table name] Then Enter You will get notification that table have successfully created Next you will need open the migration file with code editor and edit it In function up you will need type the code to create table Read CI Documentation After finished the code then go back to terminal then type this code $ ~ php spark migrate Then you will see the notification that table successfully migrate to your database For next part we will learn create controller from cli
Comments
Post a Comment