Can REST API be used as business layer?
I am using PHP Codeigniter MVC design pattern
What is a good technique to prevent unauthenticated users from accessing controller methods?
I have an event(s) controller:
Pass around record ids in the url in PHP
I’m doing a PHP application with CodeIgniter and most of my controllers accept record ids as parameters for retrieving purposes.
I also pass record ids in my forms action.
Like this: www.sample.com/records/save/sFKu=4
php templating with codeigniter
I am currently develop a website application in codeigniter, and I’d like to do something in PHP / CodeIgniter where I can make a common template for separate sections of the website. I was thinking that I would keep the header / footer in a separate php files & include them separately.
Migrating Web based projects from Java to PHP
At our work place after hours of coding, testing and QA we have successfully added a couple of software tools in our product line. We specialize in web based software solutions so in order to tap on more users we are now considering putting our developed solutions online for hosting and providing online access to all our clients for their products.
Does a group of Select Statements count as a valid model?
I’m making a facebook app and I’m trying to follow MVC properly. But I was wondering if I had a class that was a bunch of fql queries (getting data from facebook) should I have keep these in a controller or a model?
Does a group of Select Statements count as a valid model?
I’m making a facebook app and I’m trying to follow MVC properly. But I was wondering if I had a class that was a bunch of fql queries (getting data from facebook) should I have keep these in a controller or a model?
Does a group of Select Statements count as a valid model?
I’m making a facebook app and I’m trying to follow MVC properly. But I was wondering if I had a class that was a bunch of fql queries (getting data from facebook) should I have keep these in a controller or a model?
Does a group of Select Statements count as a valid model?
I’m making a facebook app and I’m trying to follow MVC properly. But I was wondering if I had a class that was a bunch of fql queries (getting data from facebook) should I have keep these in a controller or a model?
update user level according to the user ID
I have a problem when I want to change the data level, the problem is that the data level does not match the user ID