php frameworks

  • (2 Pages)
  • +
  • 1
  • 2

17 Replies - 1067 Views - Last Post: 25 September 2008 - 01:30 PM Rate Topic: -----

#1 dreamincodehamza  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: -12
  • View blog
  • Posts: 286
  • Joined: 12-September 08

php frameworks

Posted 19 September 2008 - 03:26 PM

why we need php frameworks
what is the benifets of php frameworks
and
which one framework is for
beginners learning

please tell me about thst

Is This A Good Question/Topic? 0
  • +

Replies To: php frameworks

#2 CTphpnwb  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 2484
  • View blog
  • Posts: 8,517
  • Joined: 08-August 08

Re: php frameworks

Posted 19 September 2008 - 03:31 PM

Read this:
http://www.dreaminco...wtopic63213.htm
and this:
http://www.dreaminco...wtopic13121.htm

This post has been edited by CTphpnwb: 19 September 2008 - 03:34 PM

Was This Post Helpful? 1

#3 AdaHacker  Icon User is offline

  • Resident Curmudgeon

Reputation: 433
  • View blog
  • Posts: 789
  • Joined: 17-June 08

Re: php frameworks

Posted 20 September 2008 - 06:33 AM

View Postdreamincodehamza, on 19 Sep, 2008 - 05:26 PM, said:

why we need php frameworks

Well, we don't need them, but they're very handy to have. And if your application gets big enough, you'll inevitably end up writing something equivalent to a framework anyway, so why not have a pre-built framework?

Quote

what is the benifets of php frameworks

It saves you the work of writing your own. Most of the popular ones use common design patterns such as MVC, Active Record, and so forth, which you're likely to want in a well-built application. By using a third-party framework, you can get, for example, a nice, clean, object-oriented design without having to built out the plumbing code for it yourself. Most of them also have libraries, tools, and modules to help address common issues in web apps.

Basically, the main benefit is that, once you learn a framework, you can get an app up and running a lot quicker, because a lot of the code has already been written for you.

Quote

which one framework is for
beginners learning

When it comes to picking a framework, it's really a matter of personal taste. They all have their ups and downs, so you just need to find one that fits the way you think.

My personal favorite is Code Igniter, because it provides the core features I care about and is still very flexible. It's also fairly small and simple, which would probably also make it good for a beginner. Two of the more popular frameworks you might want to check out areCake and Symfony. I've played with them and didn't really care for the feel of them, but other people swear by them. The Zend Framework is also popular, what with being written by the Zend guys, but I'd stay away from that if you're a beginner. It's a little complicated and the documentation is...lacking.
Was This Post Helpful? 0
  • +
  • -

#4 dreamincodehamza  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: -12
  • View blog
  • Posts: 286
  • Joined: 12-September 08

Re: php frameworks

Posted 21 September 2008 - 02:00 PM

if i want to use yoru personal fav as you said Code Igniter
what should i do first.
please guide me i really want to use any framework
because i need to make a project using any php
framework.
please tell me the website to download you
Code Igniter framewrok
and if i download then how i can start
from where i will go for the library funriton of
this frame work .
Was This Post Helpful? 0
  • +
  • -

#5 AdaHacker  Icon User is offline

  • Resident Curmudgeon

Reputation: 433
  • View blog
  • Posts: 789
  • Joined: 17-June 08

Re: php frameworks

Posted 21 September 2008 - 03:41 PM

Seriously? Were you not paying attention when you read my post? I gave you the link. Click it. That will take you to the Code Igniter site. On the front page, you'll find links to downloads, the user guide, and video tutorials. Download the code, watch the videos, and read the documentation. That's how you learn about the framework.
Was This Post Helpful? 0
  • +
  • -

#6 akozlik  Icon User is offline

  • D.I.C Addict
  • member icon

Reputation: 87
  • View blog
  • Posts: 796
  • Joined: 25-February 08

Re: php frameworks

Posted 22 September 2008 - 08:53 AM

BTW, if you're reading a forum post and there's text that's underlined, it's a link.

Go to the CakePHP site and look around for the blog tutorial. That is a great place to start.
Was This Post Helpful? 0
  • +
  • -

#7 dreamincodehamza  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: -12
  • View blog
  • Posts: 286
  • Joined: 12-September 08

Re: php frameworks

Posted 22 September 2008 - 01:05 PM

So sorry let me check the link's first then i will reply you again.
Was This Post Helpful? 0
  • +
  • -

#8 dreamincodehamza  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: -12
  • View blog
  • Posts: 286
  • Joined: 12-September 08

Re: php frameworks

Posted 22 September 2008 - 01:12 PM

you are talking about these links
Read this:
http://www.dreaminco...wtopic63213.htm
and this:
http://www.dreaminco...wtopic13121.htm

i dont need forum rules like information
when i click on these link it will put me on
forum rules.

but you said it will show me the tutorioals
and information about the forum
Was This Post Helpful? 0
  • +
  • -

#9 JackOfAllTrades  Icon User is offline

  • Saucy!
  • member icon

Reputation: 5662
  • View blog
  • Posts: 22,505
  • Joined: 23-August 08

Re: php frameworks

Posted 22 September 2008 - 01:14 PM

Read the links in AdaHacker's post.
Was This Post Helpful? 0
  • +
  • -

#10 dreamincodehamza  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: -12
  • View blog
  • Posts: 286
  • Joined: 12-September 08

Re: php frameworks

Posted 22 September 2008 - 01:15 PM

Please send me the correct link and tell me that can i download the video tutorials
or not.
Was This Post Helpful? 0
  • +
  • -

#11 akozlik  Icon User is offline

  • D.I.C Addict
  • member icon

Reputation: 87
  • View blog
  • Posts: 796
  • Joined: 25-February 08

Re: php frameworks

Posted 22 September 2008 - 01:19 PM

What he's saying is that you need to clearly describe what it is you are looking for. AdaHacker gave you a very good description of what a framework is, how it's used, and what is a good framework to start with. You are not being clear of what you are asking next, which is why he referred you to those posts.

What is your next question now that we've answered the question about the frameworks? Remember to ask it clearly and concisely.

You know, you're not going to get very far in this industry if you can't figure things out on your own.

http://codeigniter.com/tutorials/
Was This Post Helpful? 0
  • +
  • -

#12 dreamincodehamza  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: -12
  • View blog
  • Posts: 286
  • Joined: 12-September 08

Re: php frameworks

Posted 23 September 2008 - 12:25 PM

Mr. akozlik yeah
you are right i dont want to be go far in this industry because programming and
programmer's job is not very well paid job in our country
its like DONKEY job in our country so i dont like it at all.
the thing is that i like web programming that is why i
usually used to do some work in it . and that's it.

and
usually i do not read the replies with open eyes.
Was This Post Helpful? 0
  • +
  • -

#13 dreamincodehamza  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: -12
  • View blog
  • Posts: 286
  • Joined: 12-September 08

Re: php frameworks

Posted 23 September 2008 - 12:31 PM

Now i have got the framework codeignite.
and
I need to know is that
where i should place this framework.
because i have got the error
"No direct script access allowed"
i dont understand this error
please help me with this.


And if i include this piece of code
for the tables



$this->load->library('table');

$data = array(
			 array('Name', 'Color', 'Size'),
			 array('Fred', 'Blue', 'Small'),
			 array('Mary', 'Red', 'Large'),
			 array('John', 'Green', 'Medium')	
			 );

echo $this->table->generate($data);





then anything else i need to include in the
file.
waiting for reply
Was This Post Helpful? 0
  • +
  • -

#14 PsychoCoder  Icon User is offline

  • Google.Sucks.Init(true);
  • member icon

Reputation: 1619
  • View blog
  • Posts: 19,853
  • Joined: 26-July 07

Re: php frameworks

Posted 23 September 2008 - 12:39 PM

You could always read the User's Guide to make things easier in yourself. To become a great programmer you also need to learn some problem solving skills on your own, you cant expect (or want) someone to hold your hand through everything :)
Was This Post Helpful? 0
  • +
  • -

#15 dreamincodehamza  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: -12
  • View blog
  • Posts: 286
  • Joined: 12-September 08

Re: php frameworks

Posted 24 September 2008 - 12:06 PM

User guide is not seems very useful can anyone help me with my problem shown above message.
Was This Post Helpful? 0
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2