The framework tag has no wiki summary.
1
vote
1answer
31 views
Framework constructor
I'm working on my framework constructor. First I tried to look into jQuery and understand it, but it's so out of my league. Instead I googled and put this code together. Though there aren't many posts ...
1
vote
0answers
34 views
Linking to an image asset from a Javascript file in Symfony 2
I am calling a js file from a bundle directory like so:
<script src="{{ asset('bundles/macppages/js/main.js') }}"></script>
which loads the js file into the base.index.twig
In that js ...
2
votes
1answer
112 views
Is the structure for this MVC Blog ok?
I made a MVC Blog based on a tutorial for a framework from here.
It's not finished yet, but I want to know if the structure and the classes are ok and what can I change. Feel free to say anything.
...
2
votes
0answers
55 views
Review of the Core class of a Javascript framework for maintainable & scalable Single-Page-Applications
A few years ago I started building a tiny (~300 SLOC) JavaScript framework for scalable and maintainable Single-Page-Applications written in CoffeeScript:
https://github.com/flosse/scaleApp and ...
2
votes
1answer
107 views
How to put XML results in the MVC pattern?
I have been writing PHP programs in the MVC pattern for quite some time. But I am not sure if I am doing it right.
For instance, I have this PHP file that prints a result in XML, and I put this file ...
-1
votes
1answer
2k views
Small PHP Framework. Almost one year later
The following is a new question based on answers from here: Small MVC for PHP
I have written a small template library that I would like some critiques on.
The library is located here
If you are ...