CodeLobster IDE

Free cross-platform PHP IDE (HTML, PHP, CSS, JavaScript, Python code editor) with support Drupal, Joomla, Twig, JQuery, BackboneJS, LaravelJS, Node.js, CodeIgniter, CakePHP, Laravel, Magento, MeteorJS, Phalcon, Symfony, VueJS, WordPress, Yii
It is currently Thu Mar 28, 2024 8:01 pm

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Basic components of any php app
PostPosted: Tue Nov 12, 2019 8:31 am 
Offline

Joined: Wed Jul 13, 2016 11:23 am
Posts: 1
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!


Top
 Profile  
 
 Post subject: Re: Basic components of any php app
PostPosted: Tue Jan 28, 2020 10:23 am 
Offline

Joined: Tue Jan 28, 2020 10:11 am
Posts: 1
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


Top
 Profile  
 
 Post subject: Re: Basic components of any php app
PostPosted: Mon May 25, 2020 3:18 am 
Offline

Joined: Mon May 25, 2020 3:13 am
Posts: 1
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 56 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2016 phpBB Group