Search found 1 match

by PhpBeginnerr
Wed Mar 05, 2008 3:58 am
Forum: PHP - Code
Topic: Calling functions inside a class from another php class
Replies: 1
Views: 329

Calling functions inside a class from another php class

Hi, I am trying to insert decoded Feed into the database. For that i have created a class called feedAccess and function called insertFeed withinit in a php file called data_access.php. Now, i wanna call this function from another php file and insert values in the database. So i include the first ph...