Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Class problem
Index -> Programming, PHP -> PHP Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
joaomello




PostPosted: Fri Apr 18, 2008 11:31 am   Post subject: Class problem

Hi?!

Well.. I'm doing this at PHP:

<?
class test
{
function t()
{
echo "ok";
}
}

function ctest()
{
$ta = new test();
$ta->t();
}
?>

But it print a error that not found class test =/

Sorry for my English, I'm from Brazil Wink

Mello.
Sponsor
Sponsor
Sponsor
sponsor
joaomello




PostPosted: Fri Apr 18, 2008 11:53 am   Post subject: RE:Class problem

I just forget to include the class file xD
Display posts from previous:   
   Index -> Programming, PHP -> PHP Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 2 Posts ]
Jump to:   


Style:  
Search: