Post: Summer 2018 | Project 1
07-22-2018, 12:03 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); This is the first Project that will be released, after i fix a few things and tidy up the code. ^_^




The UI Used was You must login or register to view this content.

Which was new to me, but looks beautiful nevertheless.

Will be available on my github Soon (Probably like 3-5 Hours)

You must login or register to view this content.

Please Note I haven't added much security to this so be aware to do this yourself.

You must login or register to view this content.
Last edited by Algebra ; 08-16-2018 at 04:09 PM.
07-30-2018, 12:54 PM #11
JB
[i]Remember, no Russian.[/i]
Originally posted by AssureCircuitry View Post
Ive installed, laravel but its still baffling to me, even to Do a simple Hello World lol, that shows where i am with MVC. ¯\_(ツWinky Winky_/¯


Well, the basics of MVC (model, view, controller) are simple:

Model: Handles the "heavy lifting" in your application, such as database querying, and passes data back for a view.
View: Shows the output of the last request, and receives data for the next request.
Controller: Handles incoming requests, and transfers data into the necessary models.

To do a simple "hello world", models would not be required. You would set up a route (such as /hello-world), configure that to use a controller method (like HelloController@show) and return the view (which would say Hello World!).

The more you play with it, the faster you will pick it up.
07-30-2018, 01:11 PM #12
Originally posted by JB View Post
Well, the basics of MVC (model, view, controller) are simple:

Model: Handles the "heavy lifting" in your application, such as database querying, and passes data back for a view.
View: Shows the output of the last request, and receives data for the next request.
Controller: Handles incoming requests, and transfers data into the necessary models.

To do a simple "hello world", models would not be required. You would set up a route (such as /hello-world), configure that to use a controller method (like HelloController@show) and return the view (which would say Hello World!).

The more you play with it, the faster you will pick it up.


Ive got a whole summer, (Im fron the UK) so ill give it try but atm im makign this source more secure, Thanks a bunch though
08-16-2018, 04:10 PM #13
Algebra
[move]mov eax, 69[/move]

Originally posted by AssureCircuitry View Post
This is the first Project that will be released, after i fix a few things and tidy up the code. ^_^




The UI Used was You must login or register to view this content.

Which was new to me, but looks beautiful nevertheless.

Will be available on my github Soon (Probably like 3-5 Hours)

You must login or register to view this content.

Please Note I haven't added much security to this so be aware to do this yourself.

You must login or register to view this content.


Edited the thread and fixed your github link.

You must login or register to view this content.
Last edited by Algebra ; 08-21-2018 at 09:13 PM.
08-21-2018, 11:44 AM #14
JB
[i]Remember, no Russian.[/i]
Originally posted by Malg0d View Post
Edited the thread and fixed your github link.

You must login or register to view this content.


Think you misquoted there.
08-21-2018, 09:12 PM #15
Algebra
[move]mov eax, 69[/move]
Originally posted by JB View Post
Think you misquoted there.


My apologies man I did indeed I'll edit that now.

The following user thanked Algebra for this useful post:

JB

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo