Jump to content

php novice


cheosman

Recommended Posts

take a look in the construction of OO PHP...

 

Above that you should have like:

<?php

$session = new object_name(input info);

//then there is a function called is admin apparently, so its saying... with the object name info form the function isadmin from the OO script
?>

 

that is why there is -> learn the beguiner guide about functions, then start going into OOP since if you have no or little knowledge about functions than OOP isn't for you now.

Link to comment
https://forums.phpfreaks.com/topic/62772-php-novice/#findComment-312546
Share on other sites

  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.