php frameworks that support user admins, mysql connects, forms validations

Discussion in 'PHP' started by Link-Man, Dec 18, 2007.

  1. #1
    Is there any forms out there that support things such as user administration, pagination, form validations, and similar things to that? Also paypal frameworks, and etc? What would you guys recommended?
     
    Link-Man, Dec 18, 2007 IP
  2. pwaring

    pwaring Well-Known Member

    Messages:
    846
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    135
    #2
    Most frameworks support pagination, form validation and similar features. As for Paypal integration, you'd probably need a plugin for that sort of thing. I'd suggest looking at the following frameworks to see if they do what you want:

    CakePHP
    CodeIgniter
    Symfony
    Zend Framework
     
    pwaring, Dec 18, 2007 IP
  3. Link-Man

    Link-Man Banned

    Messages:
    86
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i didn't see that zend had one things such as user admin and etc. I've always built mine own frameworks honestly.
     
    Link-Man, Dec 18, 2007 IP
  4. tonybogs

    tonybogs Peon

    Messages:
    462
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    They don't specifically have admin authentication but they will have session and security modules.

    You'll need to use these to authenticate the users.
     
    tonybogs, Dec 18, 2007 IP
  5. AdnanAhsan

    AdnanAhsan Well-Known Member

    Messages:
    601
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #5
    wel i never used any framework, i just code simple in dreamweaver, please explain me what is php framework and why we use it?
     
    AdnanAhsan, Dec 18, 2007 IP
  6. InFloW

    InFloW Peon

    Messages:
    1,488
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    0
    #6
    A PHP frame work is just a set of useful PHP classes to make the development of PHP applications easier and faster. It is not going to make an entire application for you and it shouldn't. So for example you want to make PDF's well part of Zend's framework includes a PDF generation and modification system. Does it make it super easy to make pdf's? of course not but it makes it easier than doing it without any help at all.
     
    InFloW, Dec 18, 2007 IP
  7. Link-Man

    Link-Man Banned

    Messages:
    86
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Frameworks just speed development time up so for example you have a client thats wanting a website and your charing him 10k why not have it done in two weeks by using frameworks and some of your own code vs writing all your won code.

    Either way if your good with coding php you can write your own frameworks, and reuse them, but reguardless when using a new framework you have to have some understanding of it or at least get famaliar with it, but all that will come with time.

    There is still stuff i struggle with and I've been working with php on and off my whole life time, but really started using it the last year half.
     
    Link-Man, Dec 18, 2007 IP
  8. AdnanAhsan

    AdnanAhsan Well-Known Member

    Messages:
    601
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #8
    thanks friends, i will make my own framework ...
     
    AdnanAhsan, Dec 19, 2007 IP
  9. bfellow

    bfellow Active Member

    Messages:
    266
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    78
    #9
    CakePHP is a great framework to use. Really shortens the development time. But in the end, you do still need to program. Its just a framework for rapid development.
     
    bfellow, Dec 19, 2007 IP
  10. 123GoToAndPlay

    123GoToAndPlay Peon

    Messages:
    669
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #10
    any other php framework examples??
     
    123GoToAndPlay, Dec 25, 2007 IP
  11. InFloW

    InFloW Peon

    Messages:
    1,488
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    0
    #11
    InFloW, Dec 25, 2007 IP