Questions about PHP, a widely-used general-purpose scripting language that is especially suited for Web development.

learn more… | top users | synonyms

2
votes
1answer
65 views

Bayes filtering and data storage with expansive data sets

I am looking to write a Bayes filter that will act as an indicator of topic for a number of topics with a variable number of sources. Given a really big number of RSS feeds and here really big might ...
2
votes
1answer
306 views

Possible with PHP MVC Framework? A better solution to client 'override' of core functionality?

Background / The Problem I need to make a (large) application with a certain set of core functionality, and certain functionality for multiple clients within it. Each client has different ...
2
votes
1answer
374 views

XMPP— openfire, PHP and python web service

I am planning to integrate real time notifications into a web application that I am currently working on. I have decided to go with XMPP for this and selected openfire server which I thought to be ...
1
vote
1answer
58 views

Class table inheritance… To 'type' or not to 'type'

I currently have a database that uses Class table inheritance model. Three different tables inherit from this table. The child tables have all a FK to the parent table and the fields are properly ...
0
votes
1answer
118 views

Service as a Model in MVC

I have a PHP MVC application and a file table. I need to implement the functionality: mark all as read. The best solution for the code I found so far was to put the actual implementation in a ...
0
votes
1answer
96 views

Models structure in PHP/MVC

I have some classes that are composed with ORM generated Models. For example the Report.php (Model) is using a Document.php Model generated with ORM. Based on the document object a report is created. ...
0
votes
1answer
77 views

Converting a user management system to use ajax

I am currently building a website, which until quite recently was purely PHP. However I am now making trying to have the site use more AJAX, to lessen the page reloads. In PHP I had a lovely object ...
1
vote
0answers
52 views

Designing a universal database driver class

I have a homebrew MVC framework that I have been using for a while, and it has been working great, but I am planning an upgrade to it for its ORM classes. So far, it only supports SQL databases by ...
1
vote
0answers
113 views

Codeigniter modular separation with Phing

I am thinking of managing a product source I am doing using Codeigniter + HMVC. Right now my folder structure is something like this: application |-modules |-module1 | |--controllers ...
1
vote
0answers
269 views

codeigniter pagination - how to have multiple sets of pagination links on one view

Problem I don't know how to create two sets of pagination links one view. Background Information I have a situation where I have parent / child tables that I have to display on the same view - ...
1
vote
0answers
261 views

Google Maps - Geofence a route

I'm looking at implementing a PHP based application, where by you have a certain route for example London to Edinburgh. Along this route, I want to calculate say a 10mi Radius or Polygon around the ...
0
votes
0answers
74 views

PSR-0 + Decoupling question

I am writing a library, laid out like this: /library /src /Library /SubClass SubClassOne.php SubClassTwo.php SubClassThree.php ...
0
votes
0answers
323 views

printable PHP manual - 'all but the Function Reference section'

My Motivation I find it easier to learn things by reading 'offline'. I'd like to lean back and read the narrative part of a paper version of the official php manual. My Scuppered Plan My plan was ...
-1
votes
0answers
14 views

PhP user login with PDO

hy to every one.. iam new in php and working with PDO interaction to mysql. iam going to filter user input data using if(!filter_input(INPUT_POST,'$username')||!filter_input(INPUT_POST,'$password')) ...
-1
votes
0answers
64 views

PHP CMS Plugin Management

For quite a while I'm trying to make a plugin system. Googled a lot for some examples which I must say I didn't find and I consider at least someone should write an article with a base example of how ...

1 2
15 30 50 per page