Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1001415
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T07:40:06+00:00 2026-05-16T07:40:06+00:00

I have a simple site to develop and would like to learn PHP as

  • 0

I have a simple site to develop and would like to learn PHP as I go. I want the site to be secure, scalable, and easy to maintain. Should I learn a framework and PHP simultaneously? If I build off of a framework there will be lots of unfamiliar code in play. Would you say this increases security risks?

  • 1 1 Answer
  • 3 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T07:40:07+00:00Added an answer on May 16, 2026 at 7:40 am

    There’s nothing about using a framework that will impede you learning PHP, and using an established framework will reduce the security risk, as you’ll be dealing with well tested code for handling common tasks.

    At the core of most of the PHP frameworks in play these days is this simple three step workflow

    1. The URL is requested and routed through a central bootstrap index.php file

    2. The URL name is used to derive a classname and a method name (and action method). This is your main entry point and where you start writing PHP to handle the request

    3. At the end of this method, control is handed over to a view template, which has access to certain values you set in step two.

    Pick a framework, learn how it does the above, and then write any kind of PHP you want in the action method and the view template.

    Yes, there will be a lot of other PHP framework code in play, but you never have to look at it.

    Yes, the framework will have a multitude of features and/or a “preferred” way for handling things, but you only need to use those you instantly understand.

    When you start noticing patterns of ugly, boring, or insecure code, take a look at the framework features again. More often than not after “doing it wrong” you’ll get insights as to why the framework code did something in a particular way and you’ll be happy to hand off the responsibility (I’d say ActiveRecord style models vs. SQL code is a big one here)

    As you start using the objet oriented systems the framework provides you’ll start to get interested in how they’re doing certain things, and then you can start poking at the core framework code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to setup a simple site and I don't have any web development
I have a simple html site.I want to change the language for that based
I have a simple site, I want to code that when ever a user
I have simple cakephp site. I want to track the downloads of the files
I have a simple site which allows users to upload files (among other things
I have a simple web site ( http://www.kousenit.com/twitterfollowervalue ) that computes a quantity based
So I have made a simple site for a friend using codeigniter and grocery
Lets say I have a simple ecommerce site that sells 100 different t-shirt designs.
I have a very simple sinatra site that I'm trying to access via ajax
I have a very simple MVC site that is returning a 404 not found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.