PHP Frameworks?

bdude

New Member
Messages
28
Reaction score
0
Points
0
Does anyone here use PHP frameworks like CakePHP or CodeIgniter? I've been taking a look at CodeIgniter, it is quite well done. I think it's good to have so many tedious jobs already programmed in, as well as preprogrammed libraries for more complicated things.
 

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
I have no experience with such terchnologies - indeed, this is the first time i've heard of them. But from looking at their websites I believe that sduch frameworks are, while good for the rookie programmer, limiting as-soon as you need an feature more advanced that it isn't designed to handle.
 

jensen

Active Member
Messages
1,167
Reaction score
22
Points
38
Would that be like Ruby on Rails? a framework
 

Spartan Erik

Retired
Messages
6,764
Reaction score
0
Points
0
Masta111 said:
:dunno: :dunno: :dunno: how do i install php?

You don't install PHP.. you code PHP-based pages.. unless you're using those programs listed above, of course

Personally I haven't tried any PHP frameworks.. you might want to ask Chris (when he gets back) or Bryon about that
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Well, to get back on topic..

I never have personally used them, but then again, I haven't really had the need to use one/any of them.
 

clareto

New Member
Messages
250
Reaction score
0
Points
0
Well, sounds good. This year I've been learning ASP.NET, and it's really really quick to build a website. When coming back to PHP, I noticed that I spent more time writing trivial things. I think that a Framework is needed for PHP. A common framework would be great!
 

bdude

New Member
Messages
28
Reaction score
0
Points
0
The two main ones are CakePHP and codeigniter, CodeIgniter is easier for the beginner programmer while CakePHP is more for the experienced programmer
 

Alecto

New Member
Messages
164
Reaction score
0
Points
0
i dont know much about php, but i would like to learn, does anyone know any good tutorials?
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
well try going to w3schools.com and look for the tutorial on PHP, it's pretty good, but also just go to php.net and find the manual, that should provide you with some good information
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
clareto said:
Well, sounds good. This year I've been learning ASP.NET, and it's really really quick to build a website. When coming back to PHP, I noticed that I spent more time writing trivial things. I think that a Framework is needed for PHP. A common framework would be great!

What about the Zend Framework?
http://framework.zend.com/

There are many avaliable, like the person above me pointed out. (I think they did.. :p)
 
Last edited:

sasquatch

New Member
Messages
4
Reaction score
0
Points
0
Hi all.
Is Zend Framework installed here at x10hosting.com? I think that would be a good idea. Then everyone can use its functionalities in their php scripts.
 

hezuo

New Member
Messages
174
Reaction score
0
Points
0
What about symfony, I've heard it's a very robust PHP framework. By the way, has anyone tried to implement any application using any of these frameworks in x10hosting?
 
Top