I'm in the early stages of a project which is being built using the PHP framework, CakePHP. Currently, CakePHP has a stable release (1.2.5), and there has just been released their first alpha of the next version (1.3.0). The next version adds a lot of features that I want for my project (mostly in the way of performance increases), so ev...
I have to develop a CMS for a friend of mine, nothing commercial...
I'd like to take this opportunity to learn a php framework, to see if it would be suitable for future (and more complex) developments, or at least to steal some nice ideas...
SO I'd like to easily implement a content management system and at the same time have a look a...
Hello,
I am using following environment:
MAC OS 10.5.7
iPhone SDK 3.0
Xcode 3.1.3
And my client is using:
MAC OS - Snow Leopard.
iPhone SDK 3.1
Xcode 3.2
Whenever my client runs the application that I have developed on my Machine he get errors of DevToolsCore.framework (which I am not using in my application).
Can anyone help m...
Hello All,
I have developed a PHP framework (MVC ofcourse) and have named it EZPHP, it is almost finished and will be made public soon.
My questions is that how do i make it open source project or what to do to make it so and where to submit it?
How to get other developers from around the globe to work on or extend this project like t...
I’ve started learning Erlang a few days ago and it’s definitely a very interesting language and very suitable for web development (back end at least). I am going to experiment and eventually settle with one Erlang web framework to use for my next project. Since Erlang is “new” is kind of hard to decide which framework to use (i.e. lack o...
Hello guys,
I would like to ask what is the ideal folder structure for a MVC framework that should be able to support multiple installations. For example, I install xyz framework and i run two or more sites based on this single installation of xyz framework rather than installing the framework for each site.
This is probably done in Co...
Hello All,
For the one who is thinking of developing a MVC framework, it is important that he understands what it actually is.
So my questions is what are the characteristics of a PHP MVC framework?
...
Hello,
Can i use codeigniter's input class to xss clean GET data like this:
$somevar = $this->input->xss_clean($_GET['somevar']);
CodeIgniter's suggest that xss_clean method should be used for the submitted data.
I wonder whether $_GET vars are submitted or just visiting a URL.
So can i use it in that fashion?
...
Currently the php framework I'm dealing with has a simple conf file with define's in it. The update I need to make is basically have simple client settings editable for the application which uses the framework. ( And there is a custom made CMS that is programmed to support this framework )
The framework doesn't rely on a database to sto...
Currently I have a legacy based non-MVC php framework which I need to update to support a leveling/feature system.
I want to have two modes, a normal mode ( the current mode ) and a level based mode where I control what features are included - low, medium, high tiers.
For example, the low tier will not support google maps, while the m...
I'm currently in the pre-planning stages of a solo web application development project for university, which has about a year as time constraint. The application will have certain wiki-like features and may end up getting a high volume of traffic in the future, which is why whichever language and framework I choose must have as priority ...
Developer tools and software typically do not provide solution suggestions in error messages. This makes sense for compilers because they are supposed to tell precisely what went wrong.
There are "lint" tools to provide suggestions, but AFAIK, few developers use lint tools regularly or even at all.
There is a large set of developer...
I know there has been much shout about the goodness of MVC pattern.
My question is that is there any pattern better than MVC to be
implemented in PHP?
I don't know but other pattern might have advantages over the MVC pattern.
So actually I am in search whether there is something better than MVC.
Thanks in advance.
...
I'm currently mucking about with CakePHP, deciding if I'll use it in an upcoming web application.
The problem is, I've got several tables which at some point share relevant data with each other. If I were to write all the code myself I would use an SQL query using rather a lot of different joins and subqueries. But from what I understan...
How would I become a master of JavaScript if I always used frameworks and did nothing by myself?
I asked a question on JavaScript and everyone recommend that I use framework (which won't show me the real core of JS!) instead of hand-coding.
Did you code your own so-called frameworks when discovering JS for yourself?
Did you use frame...
I am starting a new open source project to develop an application that will provide services to convert various documents into other formats (E.g. doc -> html, pdf -> html, plain text -> html, etc). It will utilize many other open source tools to facilitate the document conversion.
I am looking for a framework that I can use for this p...
I am beginning a project in audio, for learning purposes, but when i right-clicked on the Frameworks folder and selected "Frameworks", the list did not include the AVFoundationFramework.
Where might it be?, and is the AudioToolbox framework similar?
Thanks in advance for any insights.
John Doner
...
hello,
i want to attach .net framework 2.0 file in wix.how can i?so whenever client want to install the msi then it will install the framework directly.so how can i bind the framework in msi package?
reply me soon
Thanking You
Samir
...
Hi there!
I have a problem that I can't figure out.
I'm building a small framework (practice) and now I'm building the Validator library. everything works superb except when I trying to fix the "callback" rule. Callback rule is used when the dev need to use a rule that dosen't exists in the Validator lib..
Here's how I'm doing it.
In...
I want to develop a desktop application framework in Python, much like QT, but how to go about it? Any tutorials or links related to it would be helpful!
...