Questions about PHP, a widely-used general-purpose scripting language that is especially suited for Web development.
2
votes
0answers
431 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
36 views
Loose typing not applied to objects
I have very little experience working with classes and object. I work in a loosely typed language, PHP.
I was working with a SimpleXML object and ran into a problem where I was trying to do math with ...
1
vote
0answers
37 views
How to bypass Oauth2 authentication when the client and resource owner is the same entity?
We are currently working on using an API provided by Mercado Libre which is a maket place for selling various goods.
Their APIs use OAuth 2.0 for authentication.
The problem is that OAuth 2.0 as ...
1
vote
0answers
137 views
What is a UNiversal IT Test (UNITT) and how do I prepare for one?
I will be taking an advanced PHP UNiversal IT Test (UNITT) for a position I am applying for.
However, I am unfamiliar with the term 'unitt test'.
What is a unitt test and how would a company ...
1
vote
0answers
180 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
390 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
69 views
Algorithms or patterns for a linked question and answer cost calculator
I've been asked to build an online calculator in PHP (and the Laravel framework). It will take the answers to a series of questions to estimate the cost of a home extension.
For example, a couple of ...
0
votes
0answers
57 views
Syncing client and server CRUD operations using json and php
I'm working on some code to sync the state of models between client (being a javascript application) and server. Often I end up writing redundant code to track the client and server objects so I can ...
0
votes
0answers
99 views
PHP OOP: Am i following right way?
I'm learning OOP (PHP).
I've realized my own CRUD Class, that performs some kind of queries SQL.
Btw, a Gasoline asked us to realize a smart, simple web-app where he can update prices of his ...
0
votes
0answers
121 views
Pattern or solution for using classes with different interface the same way
What I would like to achieve is to use classes (now two, later more) with different interface the same way, so I would like avoid using decisions based on the interface on upper levels for instance, I ...
0
votes
0answers
114 views
Flight framework, static or non-static?
I recently came across the Flight micro-framework, I want to use for a project because it seems lightweight, easily extensible and maintained.
Most of the other micro-frameworks I looked into and ...
0
votes
0answers
94 views
Model design used in Zend Framework 1.8 Web application development
I am currently reading Zend Framework 1.8 web application development by Keith Pope. In this book an application called storefront which is a shopping cart is being built. But I am not able to ...
0
votes
0answers
114 views
Social Network Wide ID System
So I have been developing a Social Network site that will allow all the normal stuff like Commenting, Posting, Messaging, Uploading (images, videos, music, files etc), Hash-tagging etc. However I was ...
0
votes
0answers
105 views
Need server suggestion to handle Twitter API
I am working on generating some statistics by using twitter trends and streaming API. ( I have adjusted keywords such that traffic I get from twitter daily is of max size 1GB)
I was currently ...
0
votes
0answers
49 views
Requesting advice with Laravel for a “configurator” app
I got a new project that is developed with Laravel. It is a kind of "configurator" webapp to build a vehicle. When the user arrives on the page, (s)he selects a chassis type, then accessories can be ...