All Questions
4 questions
-1
votes
2
answers
381
views
Achieving server-side rendering of data coming from a PHP API
I have been working on a blog application with Codeigniter 3.1.8 and AngularJS v1.7.8. It is intended to be versatile and easy to use.
The Dashboard of the application is "pure" Codeigniter, ...
0
votes
1
answer
749
views
Implementing SEO for a Zend Framework/PHP/Angular.js application
A team has implemented a web application using MySql, PHP with the Zend framework and Angular.js on the client side. I am in charge of implementing the SEO for this application.
I understand I have ...
1
vote
1
answer
2k
views
AJAX or web sockets for client-server communication?
I recently took a course on AngularJS, and quite frankly I loved the concepts of a website that fetches json to handle subsequent requests, however I still feel like Javascript is far too slow for ...
2
votes
6
answers
8k
views
How can I team up two MVC frameworks without having them fight each other? [closed]
I'm creating a CRUD-based web project, and am thinking about using a server side MVC framework (such as CodeIgniter or Laravel) in tandem with a client side MVC framework (such as AngularJS). Is this ...