Results 1 to 10 of 10

Thread: PHP classes

  1. #1

    Default PHP classes


    Any idea where one could get PHP classes?

  2. #2
    Simple!!!!
    There are no PHP Classes created, but you only get a list of built-in functions already available (thousandsssss of them)
    You only have to create PHP Classes from scratch. Just read the whole PHP MANUAL.

  3. #3
    sample php class

    <?php
    class test
    {
    function display_text()
    {
    echo "testing";
    }

    }

    $test = new test;
    $test->display_text();

    ?>

    result: testing


    naana ka idea sa classes

  4. #4
    dili na:

    Code:
    $test = new test();
    Wala sad koy sure. hehe.

  5. #5
    The samples are already available in the documentation. It's pretty easy and handy and mostly general and not strict.
    Test it in your own h ttp://localhost

  6. #6
    Quote Originally Posted by doomsweek View Post
    dili na:

    Code:
    $test = new test();
    Wala sad koy sure. hehe.

    pwede ra naay parenthesis o wla kay nag declare man ka ug class

  7. #7
    pwede ra walay parenthesis.

    here is another sample

    class test {

    function foo()
    { echo 'fooooooooooo'; }

    }

    test::foo(); //displays fooooooooooo

  8. #8
    Basin iya pasabot muskwela siya PHP?

  9. #9
    Quote Originally Posted by tingkagol View Post
    Any idea where one could get PHP classes?
    @TS:

    What do you mean classes? classes kanang klasi/study? or classes nga kanang sa language.. kanang iInstantiate nimo?

  10. #10
    Basin mao ni iyang pasabot ---> Welcome to the PHP Classes Repository - PHP Classes

    try lang pangita diha bro!

  11.    Advertisement

Similar Threads

 
  1. For Sale: Class AAA New Era Caps @ 550 Php
    By marnick in forum Clothing & Accessories
    Replies: 11
    Last Post: 03-10-2012, 03:23 AM
  2. For Sale: dsc t99 php 9k complete + 8 gig class 4 memory card
    By bhuknoy in forum Photography Equipment & Accessories
    Replies: 0
    Last Post: 04-05-2011, 06:47 PM
  3. For Sale: 4gb micro sd HC class = 550 php .
    By jun ferasin in forum Cellphones & Accessories
    Replies: 1
    Last Post: 08-31-2010, 11:37 PM
  4. FS: Adata 16gb SDHC class 6 Php 3,688
    By Lunch in forum Gadgets & Accessories
    Replies: 13
    Last Post: 07-03-2008, 04:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top