CodeLobster IDE
http://codelobster.com/forum/

Basic components of any php app
http://codelobster.com/forum/viewtopic.php?f=3&t=24691
Page 1 of 1

Author:  zoraya [ Tue Nov 12, 2019 8:31 am ]
Post subject:  Basic components of any php app

Hello forum!
Roughly speaking, what are the components of any php app (or simple php app) that I need to learn?

1) html form/s to database (do I also transfer from forms to other places like url string parameters or php files?; basically form to what components of a php app?) download Opera
2) database to arrays (in php files)
3) display from php files to html
4) login/logout/session/cookie (maintaining state between php files)

What else are the main parts of how this works as a whole (meaning, what else to keep in mind and look into when I learn).
Thanks!

Author:  iamkrishna231 [ Tue Jan 28, 2020 10:23 am ]
Post subject:  Re: Basic components of any php app

1. Front End / CLient Side (HTML, CSS, JS )
2. Backend (PHP, Mysql like DBs, and php frameworks)
3. Parameters from front end to backend (Request params, Cookies, Sessions)


Regards,
Krishnakanth :D

Author:  juansan [ Mon May 25, 2020 3:18 am ]
Post subject:  Re: Basic components of any php app

It depends on the type of structure you want to use, that is, you can create a php file with all the information and the form, or you can make a controller view model, where you have php files that control the program, others that make queries to the database and others that generate the user interface.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/