php-frameworks

Php Framework Advice

I am looking for a lightweight php framework with the following qualifications: ability to write my own sql queries ( i simply don't trust CakePHP like method where the framework does your sql for you); ability to integrate Jquery easily; built-in templating, or relatively easy to introduce Smarty (or another templating engine) into it;...

PHP CodeIgniter Framework - Thoughts on developing with it?

I've been reviewing different frameworks to use for my next couple of major web applications, and after days of research am almost set on using CodeIgniter. The reason I'm leaning towards CI is that so far it looks to be the best suited for me. It doesn't require constant command-line access (I am currently using shared hosting; the pro...

Any other PHP frameworks use a cascading file system?

I really like the Kohana cascading file system. Do any other PHP frameworks feature this? I want to learn another framework besides Kohana, but I'd love to be able to use the awesomeness of the file system. ...

Kohana3 - Error Template if errors = FALSE

Hello everybody, In my Bootstrap.php I've deactivated the Profiler (or is it better to be activated?), and the Errors. Now if somebody is calling an Url, maybe: /notexist, and there is no action_notexist(), the Site is blank. My Question: How can I create a main Error Template, which should be loaded instead of the white page. E.g. If...

resize() not working using Image manipulation class

Hi all, I’ve been reading the docs and trying everything to make thumbs out of uploaded images but I can’t seem to find the problem. Images are uploaded and saved correctly but thumbs are not, it fails with no error output. This is the code I’m using: $data = $this->upload->data(); $config_image['image_library'] = 'gd'; $config_image[...

PHP Framework Overhead

There are tons of PHP frameworks out there; some are pretty decent, others seem bloated and unnecessary. After watching Rasmus Lerdorf's presentation on PHP performance at Digg, I'm somewhat more concerned about the performance of the frameworks that I choose for building my applications with. Two of the most popular frameworks that I'm...

using a PHP framework for coding a web startup

I'm about to embark on a web startup project involving e-commerce. (somewhat similar to eBay). I've decided to use PHP as the programming language. Is it recommended to use any PHP framework like CakePHP or Zend with MySQL database for this kind of project? Doing it from scratch can cause much pain and it will be time consuming. Wh...

I'm been away from PHP for a number of years. What frameworks are available and recommended?

Possible Duplicate: Best PHP framework for an experienced PHP developer? I'm not new to PHP, I'm experienced in several other languages as well. I'm currently using a lot of c# and ASP.net at work. I would like to get back into PHP for my personal programming but am wondering what frameworks are out there and what ones are rec...

Is there any php framework to build a web app with plugins feature?

I am building a web app for keywords research. Mainly what it does is it takes a keyword and it uses it to make curl requests and it parses numbers which then are stored in a mysql table. The curl request would be for example for retrieving yahoo number of results, number of diggs for that keyword, etc. So I was thinking to code it in s...

Are there any other PHP frameworks like CodeIgniter?

I am looking for a "lite" php framework like codeigniter that doesn't generate anything or make me follow conventions, etc. I have a lot of legacy databases to connect to and I don't know whether or not CI will be able to connect to them all so I thought I'd see if anything else is out there. Again, not after anything that worries me t...

Kohana Development Cycle

I was wondering if users that are using Kohana primarily to explain how they go from planing to deployment in Kohana. Why do you use Kohana instead of the other frameworks that you tried. ...

Which PHP framework should I use for this project?

I have ready numerous posts here on SO about framework1 vs framework2 however it seems to be alot of personal opinions that are one sided. Based on the following can someone tell me which framework would be ideal for my needs? Build a rich featured API where other sites and devices can use the API to use website features and access it...

PHP Framework with CouchDB support

Hello, I'm looking for a PHP framework that supports CouchDB pretty well natively, I understand from here that Ruby-on-rails or Django would work best, but I am looking for a PHP solution, as I'd like to not have to learn a new language just yet. features needed outside of CouchDB are minimal: MVC architecture Templating engine for th...