frameworks

CodeIgniter PHP Framework - Need to get query string

I'm creating an e-commerce site using CodeIgniter. How should I get the query string? I am using a Saferpay payment gateway. The gateway response will be like this: http://www.test.com/registration/success/?DATA=<IDP+MSGTYPE%3D"PayConfirm"+KEYID%3D"1-0"+ID%3D"KI2WSWAn5UG3vAQv80AdAbpplvnb"+TOKEN%3D"(unused)"+VTVERIFY%3D"(obsolete)"+...

PHP: A Personal Framework

I'm going to write a framework for my web projects in PHP. Please don't tell me about considering to use some existing framework (Cake, CodeIgniter, Symfony, etc.) - I have already had a look at them and decided to write one for myself. The framework itself will mainly consist of a module system, a database handler and a template parser...

Desiging a template-based CMS Question

I need to develop a template-based content management system. I don't care about what operating system will be used to run the CMS -- as my server is dedicated. It can be Windows, Linux, whatever. But, I need a recommendation for a platform/framework for this purpose. The CMS should be fast, and should support friendly urls. Here's an e...

difference between libraries and helpers in php frameworks

if i've got string functions i use a lot, should i put them in a helper class or a library class? functions like: truncate string if longer than 30 characters, return a random string, make all lower cases and so on. these are functions that i probably don't need to create an object for. it's better to use them as static methods. should...

Sync Framework : How to specify the sync order of multiple tables?

Does anynody know a way to sync multiple tables in a particular order. in detail, there are new created data in both parent and child tables and it requires the parent-insertion happens before the child does. ...

good php framework for fully ajax-based web applications?

i'm developing a web application that focus heavily on ajax. the whole application is just on one page except for the threads that are in traditional pages so they can be indexed. so i have to have very structured JS-codes and i wonder if they are any frameworks out there that are for ajax-based applications. eg. codeigniter, cakephp a...

Looking for a framework to access database via AJAX?

I'm looking for an AJAX framework to transact to an Oracle database. Preferably the framework will be open source and to at least some degree RESTful or RPC. Edit(1): I would prefer to deploy in Apache Tomcat. Edit(2): I would also prefer not to implement a "kitchen sink" framework where I'm either implementing only 2% of the framewo...

component-based php framework?

could someone give an example of the meaning of this word? i read about that prado is a component-based framework and i wonder if cakephp and codeigniter are too? ...

Is there some functionality in Cocoa to display time intervals in natural language?

What I am searching for is a Cocoa (or third party) class that can display time intervals in natural language, e.g.: 10 seconds ago 1 hour ago 2 days ago Do you know anything that could help me to achieve this task without writing it by myself and melting in if-else hell? ...

why did the creator of prado create yii?

i wonder why the creator of prado created a new framework called yii. wasnt prado the right way to go? does this mean that i shouldnt even consider prado over yii? is yii also component based? ...

question about component-based frameworks

i read about that with component-based frameworks, like yii, you could reuse every component for you next project. could someone give a real-life example of components (i hear this word all the time, but don't know what they exactly refer to) and how i could reuse them for my next project? are codeigniter and kohana component based fra...

WSIFException, no schema elements found

Currently I am working on this framework WSIF, this line keep retrun me WSIFException: no shema elements found. Any idea? operation.executeRequestResponseOperation(input, output, fault); \ ...

Develop a similar to Microsoft's 5 star developer exam soft? (Quiz Engine)

Guys, I have a project where I have to make an asp.net application similar to the Microsoft's 5 star developer exam. I mean there should be many questions with many options, some questions have just one correct answer and some others have many correct answers. And time controlled. Obviously a DB where to store everything and keep histor...

what should i do with CakePHP Framework?

I'm new to OO PHP and I have read that using Frameworks can really help me with my projects. Can anyone suggest a site where I can learn how to start with CakePHP or tell me what I need to do so that I could use the framework CakePHP? I have no idea X.x Thanks ...

Exception reporting frameworks for Cocoa

Hi, Are there any frameworks that capture and report exceptions? I need something that catches any exceptions or errors caused by my program while its being used by a non-technical user and then to email it to me. Do you handle this on your own projects? Did you roll your own solution or is there an off the shelf solution? Any help wou...

How do I implement the protocols for the Three20 framework?

I've been trying to implement the Three20 framework in my iPhone SDK app. I'm a bit confused as to implementing the proper methods. Is there any guide as to what to implement in order to make the TTPhotoViewController work? I know how to implement protocols, but the code is very difficult to read. Anyone know any guides with this speci...

why are some frameworks slow?

why are some frameworks slow? for example how comes that zend frameworks are slower than code igniter? if you don´t use a lot of classes, just chose the classes of your needs, then it shouldn't get slow? are you forced to use a lot of classes with zend framework or are they preloading a lot of classes automatically? ...

Php frameworks 2010

i am looking for a new php(5) framework it must be lightweight(x<500kb), oop, have orm, active record built in, simple to learn, fast to use, active community and dev. I need it for small, personal app development. My php skills are quite low and i have .net background. I have previously used LightVc+cough and codeIgnitor php frameworks...

What is the difference between framework and architecture?

Really want to know diffenrence between framework and architecture. like dotnetnuke is the framework and mvc is the architecture. so if we take both this as a example. then can anyone tell me difference between. Want to know Which one is using when and Where? Which is good in terms of user requirement satisfaction? ...

frameworks with built-in jquery support?

whenever i want to use jquery i just include it in the html header and then use it in my javascript files. so what do people mean when they say that a framework got built-in jquery support? and the same thing goes with ajax-support. ...